Function gtfs_server::routes::api::stop_times::stop_times_by_stop_between[][src]

pub fn stop_times_by_stop_between(
    rh: State<RoutesHandler>,
    stop: String,
    time: String,
    time2: String,
    date: String
) -> Json<Result<StopTimes>>

/stop_times/by-stop/<stop>/between/<time>/<time2>/<date> Gets an array of StopTimes between <time> and <time2> at a specified <stop>. Returns a ResultArray<StopTimes>