Is this correct scheduled to run between 07:00 and 19:00 at every 15 minutes?
*/15 07-19 * * * /path/script
Yes, that's correct.
The entry in crontab would should be:
*/15 7-19 * * * /path/script >/dev/null 2>&1