*/15 * * * *
The line above will run the job on the hour and then on minutes 15, 30 and 45. It is the same as the more verbose:
0,15,30,45 * * * *
The verbose syntax can be used to specify minutes other than 0, 15, 30 and 45. For example:
5,20,35,50 * * * *