I think that you would handle this at the cron level.
Maybe something like
0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 9-17 * * * /path/to/php /path/to/cron/.php
0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58 is every two minutes (yes I know not elegant at all)
9-17 is the hours range that you want it to run.