To get rounds beginnings for a specified interval, use the command route/get_schedule_time:
svc=route/get_schedule_time¶ms={"itemId":<long>, "scheduleId":<long>, "timeFrom":<uint>, "timeTo":<uint>}
| Nane | Description | 
|---|---|
| itemId | route ID | 
| scheduleId | schedule ID | 
| timeFrom | interval beginning | 
| timeTo | interval end | 
[ { "time":<uint> /* time of round beginning */ } ]
  |