Get a route timetable for voice agents
For voice models and voice agents, this endpoint reduces response tokens and keeps spoken-answer tool calls focused. Return the full scheduled timetable for a route selected from /compact/v1/routes, /compact/v1/stopsInRadius or /compact/v1/nextDepartures. Request parameters are identical to /v1/line. routeId, countryIso and regionName from the earlier Compact API response identify the route. Stops are globally deduplicated and retain their own countryIso because a cross-border stop can differ from the route country; use that value with stopId for follow-up requests. Each direction contains ordered stopRefs and a trip matrix: every row starts with tripId and wheelchairAccessible, followed by the actual time at each stop in the same order as stopRefs. A null time means that trip skips the corresponding stop. No reference chaining or time calculations are required. All directions, stops, trips, times, accessibility values and alerts are retained; geometry, colors, URL slugs and other presentation metadata are omitted.
Voice-ready response: This JSON REST method uses a smaller positional representation so voice models spend fewer tokens on repeated fields and map-only data. It does not accept or process audio.
The standard endpoint returns the complete application and map-oriented response for the same capability.
View the standard endpoint →Response fields and units
| Field | Format / unit | Meaning |
|---|---|---|
route | object | Route metadata, including identifiers needed for follow-up requests |
stopFields + stops | columnar JSON | Globally deduplicated stops with ids, per-stop country ISO, coordinates and accessibility |
directionFields + directions | columnar JSON | Each direction contains ordered stopRefs and its tripRows matrix |
tripRows[] | [tripId, wheelchairAccessible, ...stopTimes] | Actual stop times align directly with the direction's stopRefs |
tripRows[] null | null | The trip does not serve the corresponding stopRef |
tripRows[] time token A,D|PD | arrivalTime,departureTime|pickupFlagdropOffFlag | Preserves dwell times and GTFS boarding restrictions |
serviceDate | YYYY-MM-DD | Date represented by the returned schedule |
Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
routeId | string | Yes | Route identifier from the routeId column of a previous Compact API response | 3565009689-2914759404 |
regionName | string | Yes | Region name from the same Compact API response as routeId | uk_ireland |
countryIso | string | On busmaps.com | ISO 3166-1 alpha-3 country code from the same Compact API response. Required on busmaps.com; omit on wikiroutes.info | GBR |
date | string | No | Service date in YYYY-MM-DD; defaults to today in the route timezone | 2026-08-11 |
lang | string | No | Language code for translated stop and route names (IETF BCP 47 format) | en |
Wheelchair accessibility
wheelchairBoarding: wheelchairBoarding describes a stop.
wheelchairAccessible: wheelchairAccessible describes a trip.
| Value | Meaning |
|---|---|
field absent | Unknown (GTFS value 0). |
1 | Accessible. |
2 | Not accessible. |
Try It Out
Required parameters only
curl -H "capi-key: Bearer YOUR_API_KEY" \
-H "capi-host: busmaps.com" \
"https://capi.busmaps.com:8443/compact/v1/line?routeId=3565009689-2914759404®ionName=uk_ireland&countryIso=GBR" Popular parameters
curl -H "capi-key: Bearer YOUR_API_KEY" \
-H "capi-host: busmaps.com" \
"https://capi.busmaps.com:8443/compact/v1/line?routeId=3565009689-2914759404®ionName=uk_ireland&countryIso=GBR&date=2026-08-11&lang=en"Response Example
{
"regionName": "uk_ireland",
"route": {
"routeId": "3565009689-2914759404",
"countryIso": "GBR",
"shortName": "274",
"longName": "Islington, Angel - Caledonian Park - Camden Town - Baker Street -Lancaster Gate",
"mode": "bus",
"typeName": "Bus",
"operatorId": "912608471-1585141307",
"operator": "Metroline Travel",
"timezone": "Europe/London",
"localTime": "2026-08-11T10:26:44+01:00",
"inService": true
},
"stopFields": [
"stopId",
"countryIso",
"name",
"lat",
"lon",
"wheelchairBoarding"
],
"stops": [
[
"8971391911718295605",
"GBR",
"Angel Islington",
51.530833,
-0.104228,
null
],
[
"18357827832965352127",
"GBR",
"Chapel Market",
51.534401,
-0.108045,
null
],
[
"4961866310303987050",
"GBR",
"Penton Street / Islington Police Station",
51.534025,
-0.11093,
null
],
[
"9359472014771415518",
"GBR",
"Copenhagen Street Islington",
51.535515,
-0.111315,
null
],
[
"15698686529369471703",
"GBR",
"Hemingford Road",
51.536706,
-0.114871,
null
],
[
"9816193808940603372",
"GBR",
"Caledonian Road / Copenhagen Street",
51.537776,
-0.116586,
null
],
[
"4564784551619590560",
"GBR",
"Story Street",
51.540337,
-0.117043,
null
],
[
"7176507939281294931",
"GBR",
"Caledonian Road & Barnsbury Station",
51.542827,
-0.117502,
null
],
[
"9423492246045065279",
"GBR",
"H M Prison Pentonville",
51.54609,
-0.118031,
null
],
[
"7735745309793296668",
"GBR",
"Market Road Gardens",
51.546772,
-0.119604,
null
],
[
"15122746741715636865",
"GBR",
"York Way Estate",
51.545185,
-0.125496,
null
],
[
"13565249314255536566",
"GBR",
"Brewery Road (N7)",
51.54434,
-0.126107,
null
],
[
"11569759844764340047",
"GBR",
"Agar Grove",
51.543286,
-0.127651,
null
],
[
"8090135983420474674",
"GBR",
"Murray Street Camden",
51.543027,
-0.131151,
null
],
[
"2818820134200893797",
"GBR",
"Agar Grove Estate",
51.542632,
-0.133446,
null
],
[
"14999123863675796163",
"GBR",
"Camden Road Station",
51.54112,
-0.137892,
null
],
[
"3702590244124351976",
"GBR",
"Camden Town Station / Camden Street",
51.540003,
-0.140634,
null
],
[
"1544298330863233878",
"GBR",
"Camden Town Station / Bayham Street",
51.538668,
-0.140919,
null
],
[
"7099218597593740742",
"GBR",
"Pratt Street",
51.537174,
-0.140836,
null
],
[
"1935855700261159746",
"GBR",
"Arlington Road (NW1)",
51.536654,
-0.142659,
null
],
[
"10540521557352011498",
"GBR",
"Parkway",
51.536334,
-0.144605,
null
],
[
"6011303781048169181",
"GBR",
"Gloucester Avenue",
51.53739,
-0.147691,
null
],
[
"1610228413997539338",
"GBR",
"Regent's Park Road",
51.538041,
-0.151313,
null
],
[
"16620608783083518942",
"GBR",
"ZSL London Zoo",
51.537363,
-0.153964,
null
],
[
"8143840061304815599",
"GBR",
"Wells Rise",
51.536059,
-0.160232,
null
],
[
"6036212869608067181",
"GBR",
"Avenue Road St John's Wood",
51.535166,
-0.162964,
null
],
[
"17664061261511038346",
"GBR",
"Eamont Street",
51.53356,
-0.16548,
null
],
[
"5472284024715982601",
"GBR",
"Prince Albert Rd / Lord's Cricket Ground",
51.531209,
-0.166959,
null
],
[
"129789999746264912",
"GBR",
"London Central Mosque",
51.529373,
-0.166859,
null
],
[
"995370471787284170",
"GBR",
"Alpha Close",
51.527559,
-0.164669,
null
],
[
"1807338176854932142",
"GBR",
"London Business School",
51.526096,
-0.162017,
null
],
[
"9399684207501656973",
"GBR",
"Baker Street Station",
51.523508,
-0.158129,
null
],
[
"4503886710145786596",
"GBR",
"Dorset Street",
51.519966,
-0.156455,
null
],
[
"11531386138515618159",
"GBR",
"Portman Square",
51.517122,
-0.155143,
null
],
[
"5275840209089121520",
"GBR",
"Orchard Street / Selfridges",
51.514378,
-0.153914,
null
],
[
"7754442937946872355",
"GBR",
"Marble Arch",
51.513456,
-0.157612,
null
],
[
"11530502212836327614",
"GBR",
"Marble Arch / Bayswater Road",
51.512835,
-0.163315,
null
],
[
"12372899981022280344",
"GBR",
"Hyde Park Street",
51.51246,
-0.166933,
null
],
[
"4048540955453540645",
"GBR",
"Victoria Gate",
51.512086,
-0.170652,
null
],
[
"6817451689377863027",
"GBR",
"Lancaster Gate Station",
51.512134,
-0.176025,
null
],
[
"14745265354661439038",
"GBR",
"Victoria Gate",
51.512235,
-0.171525,
null
],
[
"17172186716113923712",
"GBR",
"Hyde Park Street",
51.512569,
-0.16703,
null
],
[
"17011491311142739039",
"GBR",
"Marble Arch / Bayswater Road",
51.513123,
-0.162237,
null
],
[
"2698083737116263919",
"GBR",
"Marble Arch",
51.513685,
-0.156752,
null
],
[
"3807070318270164767",
"GBR",
"Orchard Street / Selfridges",
51.514607,
-0.154222,
null
],
[
"2626457639203793858",
"GBR",
"Portman Square",
51.516735,
-0.155144,
null
],
[
"15876855403074224114",
"GBR",
"York Street",
51.520657,
-0.156932,
null
],
[
"10948298255682191311",
"GBR",
"Baker Street Station",
51.52284,
-0.157954,
null
],
[
"5868584075215719879",
"GBR",
"Rudolf Steiner House",
51.52509,
-0.160328,
null
],
[
"1415847703305440601",
"GBR",
"Alpha Close",
51.527092,
-0.164154,
null
],
[
"17399962026833298218",
"GBR",
"London Central Mosque",
51.52925,
-0.167008,
null
],
[
"12973658482583433111",
"GBR",
"Prince Albert Rd / Lord's Cricket Ground",
51.531409,
-0.167066,
null
],
[
"11709123591354900436",
"GBR",
"Eamont Street",
51.533333,
-0.165878,
null
],
[
"5249516435111218252",
"GBR",
"Avenue Road St John's Wood",
51.534667,
-0.164354,
null
],
[
"1360163266105011945",
"GBR",
"Primrose Hill",
51.536582,
-0.15861,
null
],
[
"12528831550736298259",
"GBR",
"Albert Terrace / ZSL London Zoo",
51.537883,
-0.154982,
null
],
[
"16900768855175614933",
"GBR",
"Regent's Park Road",
51.538191,
-0.152258,
null
],
[
"15899426362265132282",
"GBR",
"Gloucester Avenue",
51.537403,
-0.147359,
null
],
[
"18028702421017154993",
"GBR",
"Parkway",
51.537534,
-0.145392,
null
],
[
"11974292288902583902",
"GBR",
"Camden High Street Camden Town",
51.538744,
-0.143454,
null
],
[
"18349897238089857359",
"GBR",
"Camden Town / Camden Road",
51.540369,
-0.140417,
null
],
[
"17108817426534284551",
"GBR",
"Camden Road Station",
51.541245,
-0.138968,
null
],
[
"5305818078646274591",
"GBR",
"St Pancras Way",
51.542338,
-0.136443,
null
],
[
"6986221199723599384",
"GBR",
"Agar Grove Estate",
51.542544,
-0.134171,
null
],
[
"705548159060179048",
"GBR",
"Murray Street Camden",
51.543124,
-0.131046,
null
],
[
"9775962759197751056",
"GBR",
"York Way Camden",
51.543401,
-0.126997,
null
],
[
"8895157228057960900",
"GBR",
"Brewery Road (N7)",
51.544208,
-0.126271,
null
],
[
"5140424555197985961",
"GBR",
"York Way Estate",
51.545375,
-0.12556,
null
],
[
"6157476990154757425",
"GBR",
"Caledonian Rd / Market Rd Gardens",
51.546895,
-0.119426,
null
],
[
"1653279675425187341",
"GBR",
"H M Prison Pentonville",
51.545322,
-0.117803,
null
],
[
"972470039114811016",
"GBR",
"Caledonian Road & Barnsbury Station",
51.542039,
-0.117189,
null
],
[
"2526820375516884903",
"GBR",
"Story Street",
51.54001,
-0.116811,
null
],
[
"11766018100311244845",
"GBR",
"Caledonian Road / Copenhagen Street",
51.537315,
-0.116432,
null
],
[
"15328097562330926556",
"GBR",
"Hemingford Road",
51.536736,
-0.114538,
null
],
[
"3793805873521676691",
"GBR",
"Barnsbury Road",
51.535332,
-0.111092,
null
],
[
"5705502752682381028",
"GBR",
"Liverpool Road / Chapel Market",
51.534512,
-0.108199,
null
],
[
"10838307299997077709",
"GBR",
"Angel Islington / City Road",
51.53165,
-0.104742,
null
]
],
"tripRowFormat": [
"tripId",
"wheelchairAccessible",
"then one stop time or null per stopRef"
],
"directionFields": [
"id",
"name",
"inService",
"stopRefs",
"tripRows"
],
"directions": [
[
"6bf1b5f3d4f3a509",
"Angel Islington - Lancaster Gate Station",
true,
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39
],
[
[
"1-e7cd6041e7d5b4a98fbe",
1,
"04:50",
"04:51",
"04:52",
"04:53",
"04:55",
"04:56",
"04:56",
"04:57",
"04:58",
"04:59",
"05:00",
"05:00",
"05:02",
"05:03",
"05:03",
"05:05",
"05:07",
"05:07",
"05:08",
"05:08",
"05:09",
"05:10",
"05:11",
"05:12",
"05:12",
"05:13",
"05:13",
"05:14",
"05:15",
"05:15",
"05:16",
"05:17",
"05:18",
"05:19",
"05:20",
"05:22",
"05:23",
"05:23",
"05:24",
"05:25"
],
[
"1-6650668c97cc5fa05cf6",
1,
"05:11",
"05:12",
"05:13",
"05:14",
"05:16",
"05:17",
"05:17",
"05:18",
"05:19",
"05:20",
"05:21",
"05:21",
"05:23",
"05:24",
"05:24",
"05:26",
"05:28",
"05:28",
"05:29",
"05:29",
"05:30",
"05:31",
"05:32",
"05:33",
"05:33",
"05:34",
"05:34",
"05:35",
"05:36",
"05:36",
"05:37",
"05:38",
"05:39",
"05:40",
"05:41",
"05:43",
"05:44",
"05:44",
"05:45",
"05:46"
],
[
"1-ac6715414fd51c5f7a16",
1,
"05:32",
"05:33",
"05:34",
"05:35",
"05:37",
"05:38",
"05:38",
"05:39",
"05:40",
"05:41",
"05:42",
"05:42",
"05:44",
"05:45",
"05:45",
"05:47",
"05:49",
"05:49",
"05:50",
"05:50",
"05:51",
"05:52",
"05:53",
"05:54",
"05:54",
"05:55",
"05:55",
"05:56",
"05:57",
"05:57",
"05:58",
"05:59",
"06:00",
"06:01",
"06:02",
"06:04",
"06:05",
"06:05",
"06:06",
"06:07"
],
[
"1-3d45fd80c24087a7e717",
1,
"05:53",
"05:54",
"05:55",
"05:56",
"05:58",
"05:59",
"05:59",
"06:00",
"06:01",
"06:02",
"06:03",
"06:03",
"06:05",
"06:06",
"06:06",
"06:08",
"06:10",
"06:10",
"06:11",
"06:11",
"06:12",
"06:13",
"06:14",
"06:15",
"06:15",
"06:16",
"06:16",
"06:17",
"06:18",
"06:18",
"06:19",
"06:20",
"06:21",
"06:22",
"06:23",
"06:25",
"06:26",
"06:26",
"06:27",
"06:28"
],
[
"1-5e773b167267e4ca7176",
1,
"06:06",
"06:07",
"06:08",
"06:09",
"06:11",
"06:12",
"06:12",
"06:13",
"06:14",
"06:15",
"06:16",
"06:16",
"06:18",
"06:19",
"06:19",
"06:21",
"06:23",
"06:23",
"06:24",
"06:24",
"06:25",
"06:26",
"06:27",
"06:28",
"06:29",
"06:30",
"06:31",
"06:32",
"06:32",
"06:33",
"06:34",
"06:36",
"06:38",
"06:39",
"06:41",
"06:43",
"06:44",
"06:44",
"06:45",
"06:46"
],
[
"1-7bd2fa54a67334f0540d",
1,
"06:19",
"06:20",
"06:21",
"06:22",
"06:24",
"06:25",
"06:25",
"06:26",
"06:27",
"06:28",
"06:29",
"06:29",
"06:31",
"06:32",
"06:32",
"06:34",
"06:36",
"06:36",
"06:37",
"06:38",
"06:39",
"06:40",
"06:41",
"06:43",
"06:44",
"06:45",
"06:46",
"06:48",
"06:49",
"06:50",
"06:51",
"06:53",
"06:55",
"06:57",
"06:59",
"07:02",
"07:03",
"07:03",
"07:04",
"07:05"
],
[
"1-68d8ef49a685dfc647dd",
1,
"06:31",
"06:32",
"06:33",
"06:34",
"06:36",
"06:37",
"06:37",
"06:38",
"06:39",
"06:40",
"06:41",
"06:41",
"06:43",
"06:44",
"06:45",
"06:48",
"06:50",
"06:51",
"06:52",
"06:53",
"06:54",
"06:55",
"06:57",
"06:59",
"07:00",
"07:01",
"07:02",
"07:04",
"07:05",
"07:06",
"07:07",
"07:09",
"07:11",
"07:13",
"07:15",
"07:18",
"07:19",
"07:20",
"07:21",
"07:23"
],
[
"1-e79b5843d2a8ca040632",
1,
"06:42",
"06:43",
"06:44",
"06:45",
"06:47",
"06:48",
"06:49",
"06:50",
"06:51",
"06:52",
"06:53",
"06:53",
"06:55",
"06:57",
"06:58",
"07:02",
"07:05",
"07:06",
"07:07",
"07:08",
"07:09",
"07:10",
"07:12",
"07:14",
"07:15",
"07:16",
"07:17",
"07:19",
"07:20",
"07:21",
"07:22",
"07:24",
"07:26",
"07:28",
"07:30",
"07:33",
"07:35",
"07:36",
"07:37",
"07:39"
],
[
"1-b66bf2500830d63475c8",
1,
"06:53",
"06:55",
"06:56",
"06:56",
"06:59",
"07:00",
"07:01",
"07:02",
"07:04",
"07:05",
"07:06",
"07:06",
"07:08",
"07:10",
"07:11",
"07:15",
"07:18",
"07:19",
"07:20",
"07:21",
"07:22",
"07:23",
"07:25",
"07:27",
"07:28",
"07:29",
"07:30",
"07:32",
"07:33",
"07:34",
"07:35",
"07:37",
"07:39",
"07:41",
"07:43",
"07:46",
"07:48",
"07:49",
"07:50",
"07:52"
],
[
"1-5a0f91fe15cf601a403b",
1,
"07:04",
"07:06",
"07:07",
"07:08",
"07:10",
"07:12",
"07:13",
"07:15",
"07:17",
"07:18",
"07:19",
"07:19",
"07:21",
"07:23",
"07:24",
"07:28",
"07:31",
"07:32",
"07:33",
"07:34",
"07:35",
"07:36",
"07:38",
"07:40",
"07:41",
"07:42",
"07:43",
"07:45",
"07:46",
"07:47",
"07:48",
"07:50",
"07:52",
"07:54",
"07:56",
"07:59",
"08:01",
"08:02",
"08:03",
"08:06"
],
[
"1-bf450c2c30b610b99a0b",
1,
"07:16",
"07:18",
"07:19",
"07:21",
"07:23",
"07:25",
"07:26",
"07:28",
"07:30",
"07:31",
"07:33",
"07:33",
"07:35",
"07:36",
"07:38",
"07:41",
"07:44",
"07:45",
"07:46",
"07:47",
"07:48",
"07:49",
"07:51",
"07:53",
"07:54",
"07:55",
"07:56",
"07:58",
"07:59",
"08:00",
"08:01",
"08:03",
"08:05",
"08:08",
"08:10",
"08:13",
"08:15",
"08:16",
"08:17",
"08:20"
],
[
"1-624d8cfadef7772c82f0",
1,
"07:29",
"07:31",
"07:32",
"07:34",
"07:36",
"07:38",
"07:39",
"07:41",
"07:43",
"07:44",
"07:46",
"07:46",
"07:48",
"07:49",
"07:51",
"07:54",
"07:57",
"07:58",
"07:59",
"08:00",
"08:01",
"08:02",
"08:04",
"08:06",
"08:07",
"08:08",
"08:09",
"08:11",
"08:12",
"08:13",
"08:14",
"08:16",
"08:19",
"08:22",
"08:25",
"08:28",
"08:30",
"08:31",
"08:32",
"08:35"
],
[
"1-8f459c358918406b3d1c",
1,
"07:41",
"07:43",
"07:44",
"07:46",
"07:48",
"07:50",
"07:51",
"07:53",
"07:55",
"07:56",
"07:58",
"07:58",
"08:00",
"08:02",
"08:03",
"08:07",
"08:10",
"08:11",
"08:12",
"08:13",
"08:14",
"08:15",
"08:17",
"08:19",
"08:20",
"08:21",
"08:22",
"08:24",
"08:25",
"08:26",
"08:27",
"08:29",
"08:32",
"08:35",
"08:38",
"08:41",
"08:43",
"08:44",
"08:45",
"08:48"
],
[
"1-023fbfb92e719e40916d",
1,
"07:53",
"07:55",
"07:56",
"07:58",
"08:00",
"08:02",
"08:03",
"08:05",
"08:07",
"08:08",
"08:10",
"08:11",
"08:13",
"08:15",
"08:16",
"08:20",
"08:23",
"08:24",
"08:25",
"08:26",
"08:27",
"08:28",
"08:30",
"08:32",
"08:33",
"08:34",
"08:35",
"08:37",
"08:38",
"08:39",
"08:40",
"08:42",
"08:45",
"08:48",
"08:51",
"08:54",
"08:56",
"08:57",
"08:58",
"09:01"
],
[
"1-463a7b37b116e7c21c74",
1,
"08:05",
"08:08",
"08:09",
"08:10",
"08:13",
"08:15",
"08:16",
"08:18",
"08:20",
"08:21",
"08:23",
"08:24",
"08:26",
"08:28",
"08:29",
"08:33",
"08:36",
"08:37",
"08:38",
"08:39",
"08:40",
"08:41",
"08:43",
"08:45",
"08:46",
"08:47",
"08:48",
"08:50",
"08:51",
"08:52",
"08:53",
"08:55",
"08:58",
"09:01",
"09:04",
"09:07",
"09:09",
"09:10",
"09:11",
"09:14"
],
[
"1-bd31ecc3f26eb21147ab",
1,
"08:18",
"08:21",
"08:22",
"08:23",
"08:26",
"08:28",
"08:29",
"08:31",
"08:33",
"08:34",
"08:36",
"08:37",
"08:39",
"08:41",
"08:42",
"08:46",
"08:49",
"08:50",
"08:51",
"08:52",
"08:53",
"08:54",
"08:56",
"08:58",
"08:59",
"09:00",
"09:01",
"09:03",
"09:04",
"09:05",
"09:06",
"09:08",
"09:11",
"09:14",
"09:17",
"09:20",
"09:22",
"09:23",
"09:24",
"09:27"
],
[
"1-a62cff23d9c4ca26306f",
1,
"08:31",
"08:34",
"08:35",
"08:36",
"08:39",
"08:41",
"08:42",
"08:44",
"08:46",
"08:47",
"08:49",
"08:50",
"08:52",
"08:54",
"08:55",
"08:59",
"09:02",
"09:03",
"09:04",
"09:05",
"09:06",
"09:07",
"09:09",
"09:11",
"09:12",
"09:13",
"09:14",
"09:16",
"09:17",
"09:18",
"09:19",
"09:21",
"09:24",
"09:27",
"09:30",
"09:33",
"09:35",
"09:36",
"09:37",
"09:40"
],
[
"1-c53f21092d11cc7c48bf",
1,
"08:44",
"08:47",
"08:48",
"08:49",
"08:52",
"08:54",
"08:55",
"08:57",
"08:59",
"09:00",
"09:02",
"09:03",
"09:05",
"09:07",
"09:08",
"09:12",
"09:15",
"09:16",
"09:17",
"09:18",
"09:19",
"09:20",
"09:22",
"09:24",
"09:25",
"09:26",
"09:27",
"09:29",
"09:30",
"09:31",
"09:32",
"09:34",
"09:37",
"09:40",
"09:43",
"09:46",
"09:48",
"09:49",
"09:50",
"09:53"
],
[
"1-453d98803965c0188d11",
1,
"08:57",
"09:00",
"09:01",
"09:02",
"09:05",
"09:07",
"09:08",
"09:10",
"09:12",
"09:13",
"09:15",
"09:16",
"09:18",
"09:20",
"09:21",
"09:25",
"09:28",
"09:29",
"09:30",
"09:31",
"09:32",
"09:33",
"09:35",
"09:37",
"09:38",
"09:39",
"09:40",
"09:42",
"09:43",
"09:44",
"09:45",
"09:47",
"09:50",
"09:53",
"09:56",
"09:59",
"10:01",
"10:02",
"10:03",
"10:06"
],
[
"1-854586dd6ec21187e868",
1,
"09:10",
"09:13",
"09:14",
"09:15",
"09:18",
"09:20",
"09:21",
"09:23",
"09:25",
"09:26",
"09:28",
"09:29",
"09:31",
"09:33",
"09:34",
"09:38",
"09:41",
"09:42",
"09:43",
"09:44",
"09:45",
"09:46",
"09:48",
"09:50",
"09:51",
"09:52",
"09:53",
"09:55",
"09:56",
"09:57",
"09:58",
"10:00",
"10:03",
"10:06",
"10:09",
"10:12",
"10:14",
"10:15",
"10:16",
"10:19"
],
[
"1-91dc1851bc8a3ad5fbfc",
1,
"09:23",
"09:26",
"09:27",
"09:28",
"09:31",
"09:33",
"09:34",
"09:36",
"09:38",
"09:39",
"09:41",
"09:42",
"09:44",
"09:46",
"09:47",
"09:51",
"09:54",
"09:55",
"09:56",
"09:57",
"09:58",
"09:59",
"10:01",
"10:03",
"10:04",
"10:05",
"10:06",
"10:08",
"10:09",
"10:10",
"10:11",
"10:13",
"10:16",
"10:19",
"10:22",
"10:25",
"10:27",
"10:28",
"10:29",
"10:32"
],
[
"1-f3bac4a93362d958e699",
1,
"09:36",
"09:39",
"09:40",
"09:41",
"09:44",
"09:46",
"09:47",
"09:49",
"09:51",
"09:52",
"09:54",
"09:55",
"09:57",
"09:59",
"10:00",
"10:04",
"10:07",
"10:08",
"10:09",
"10:10",
"10:11",
"10:12",
"10:14",
"10:16",
"10:17",
"10:18",
"10:19",
"10:21",
"10:22",
"10:23",
"10:24",
"10:26",
"10:29",
"10:32",
"10:35",
"10:38",
"10:40",
"10:41",
"10:42",
"10:45"
],
[
"1-334eb516a575fcc7e415",
1,
"09:49",
"09:52",
"09:53",
"09:54",
"09:57",
"09:59",
"10:00",
"10:02",
"10:04",
"10:05",
"10:07",
"10:08",
"10:10",
"10:12",
"10:13",
"10:17",
"10:20",
"10:21",
"10:22",
"10:23",
"10:24",
"10:25",
"10:27",
"10:29",
"10:30",
"10:31",
"10:32",
"10:34",
"10:35",
"10:36",
"10:37",
"10:39",
"10:42",
"10:45",
"10:48",
"10:51",
"10:53",
"10:54",
"10:55",
"10:58"
],
[
"1-e57e39c563373dc57daa",
1,
"10:02",
"10:05",
"10:06",
"10:07",
"10:10",
"10:12",
"10:13",
"10:14",
"10:16",
"10:17",
"10:19",
"10:20",
"10:22",
"10:24",
"10:25",
"10:29",
"10:32",
"10:33",
"10:34",
"10:35",
"10:36",
"10:37",
"10:39",
"10:41",
"10:42",
"10:43",
"10:44",
"10:46",
"10:47",
"10:48",
"10:49",
"10:51",
"10:54",
"10:57",
"11:00",
"11:03",
"11:05",
"11:06",
"11:07",
"11:10"
],
[
"1-daaca70fc9ab2a85539e",
1,
"10:15",
"10:18",
"10:19",
"10:20",
"10:23",
"10:25",
"10:26",
"10:27",
"10:29",
"10:30",
"10:32",
"10:33",
"10:35",
"10:37",
"10:38",
"10:42",
"10:45",
"10:46",
"10:47",
"10:48",
"10:49",
"10:50",
"10:52",
"10:54",
"10:55",
"10:56",
"10:57",
"10:59",
"11:00",
"11:01",
"11:02",
"11:04",
"11:07",
"11:10",
"11:13",
"11:16",
"11:18",
"11:19",
"11:20",
"11:23"
],
[
"1-7b2ff8e514f70403cfb8",
1,
"10:28",
"10:31",
"10:32",
"10:33",
"10:36",
"10:38",
"10:39",
"10:40",
"10:42",
"10:43",
"10:45",
"10:46",
"10:48",
"10:50",
"10:51",
"10:55",
"10:58",
"10:59",
"11:00",
"11:01",
"11:02",
"11:03",
"11:05",
"11:07",
"11:08",
"11:09",
"11:10",
"11:12",
"11:13",
"11:14",
"11:15",
"11:17",
"11:20",
"11:23",
"11:26",
"11:29",
"11:31",
"11:32",
"11:33",
"11:36"
],
[
"1-eb3076e39e54d80d45be",
1,
"10:41",
"10:44",
"10:45",
"10:46",
"10:49",
"10:51",
"10:52",
"10:53",
"10:55",
"10:56",
"10:58",
"10:59",
"11:01",
"11:03",
"11:04",
"11:08",
"11:11",
"11:12",
"11:13",
"11:14",
"11:15",
"11:16",
"11:18",
"11:20",
"11:21",
"11:22",
"11:23",
"11:25",
"11:26",
"11:27",
"11:28",
"11:30",
"11:33",
"11:36",
"11:39",
"11:42",
"11:44",
"11:45",
"11:46",
"11:49"
],
[
"1-2ace1fd269a02c1243eb",
1,
"10:54",
"10:57",
"10:58",
"10:59",
"11:02",
"11:04",
"11:05",
"11:06",
"11:08",
"11:09",
"11:11",
"11:12",
"11:14",
"11:16",
"11:17",
"11:21",
"11:24",
"11:25",
"11:26",
"11:27",
"11:28",
"11:29",
"11:31",
"11:33",
"11:34",
"11:35",
"11:36",
"11:38",
"11:39",
"11:40",
"11:41",
"11:43",
"11:46",
"11:49",
"11:52",
"11:55",
"11:57",
"11:58",
"11:59",
"12:02"
],
[
"1-4f4a68dfc3d93409cf40",
1,
"11:07",
"11:10",
"11:11",
"11:12",
"11:15",
"11:17",
"11:18",
"11:19",
"11:21",
"11:22",
"11:24",
"11:25",
"11:27",
"11:29",
"11:30",
"11:34",
"11:37",
"11:38",
"11:39",
"11:40",
"11:41",
"11:42",
"11:44",
"11:46",
"11:47",
"11:48",
"11:49",
"11:51",
"11:52",
"11:53",
"11:54",
"11:56",
"11:59",
"12:02",
"12:05",
"12:08",
"12:10",
"12:11",
"12:12",
"12:15"
],
[
"1-6a70fcdd61996d729a05",
1,
"11:20",
"11:23",
"11:24",
"11:25",
"11:28",
"11:30",
"11:31",
"11:32",
"11:34",
"11:35",
"11:37",
"11:38",
"11:40",
"11:42",
"11:43",
"11:47",
"11:50",
"11:51",
"11:52",
"11:53",
"11:54",
"11:55",
"11:57",
"11:59",
"12:00",
"12:01",
"12:02",
"12:04",
"12:05",
"12:06",
"12:07",
"12:09",
"12:12",
"12:15",
"12:18",
"12:21",
"12:23",
"12:24",
"12:25",
"12:28"
],
[
"1-3ce989155a169f8a26f4",
1,
"11:33",
"11:36",
"11:37",
"11:38",
"11:41",
"11:43",
"11:44",
"11:45",
"11:47",
"11:48",
"11:50",
"11:51",
"11:53",
"11:55",
"11:56",
"12:00",
"12:03",
"12:04",
"12:05",
"12:06",
"12:07",
"12:08",
"12:10",
"12:12",
"12:13",
"12:14",
"12:15",
"12:17",
"12:18",
"12:19",
"12:20",
"12:22",
"12:25",
"12:28",
"12:31",
"12:34",
"12:36",
"12:37",
"12:38",
"12:41"
],
[
"1-98a87c3cf57a167f0a70",
1,
"11:46",
"11:49",
"11:50",
"11:51",
"11:54",
"11:56",
"11:57",
"11:58",
"12:00",
"12:01",
"12:03",
"12:04",
"12:06",
"12:08",
"12:09",
"12:13",
"12:16",
"12:17",
"12:18",
"12:19",
"12:20",
"12:21",
"12:23",
"12:25",
"12:26",
"12:27",
"12:28",
"12:30",
"12:31",
"12:32",
"12:33",
"12:35",
"12:38",
"12:41",
"12:44",
"12:47",
"12:49",
"12:50",
"12:51",
"12:54"
],
[
"1-1b69963ff7747c9c9d28",
1,
"11:59",
"12:02",
"12:03",
"12:04",
"12:07",
"12:09",
"12:10",
"12:11",
"12:13",
"12:14",
"12:16",
"12:17",
"12:19",
"12:21",
"12:22",
"12:26",
"12:29",
"12:30",
"12:31",
"12:32",
"12:33",
"12:34",
"12:36",
"12:38",
"12:39",
"12:40",
"12:41",
"12:43",
"12:44",
"12:45",
"12:46",
"12:48",
"12:51",
"12:54",
"12:57",
"13:00",
"13:02",
"13:03",
"13:04",
"13:07"
],
[
"1-524f04aa75c4cfce753c",
1,
"12:12",
"12:15",
"12:16",
"12:17",
"12:20",
"12:22",
"12:23",
"12:24",
"12:26",
"12:27",
"12:29",
"12:30",
"12:32",
"12:34",
"12:35",
"12:39",
"12:42",
"12:43",
"12:44",
"12:45",
"12:46",
"12:47",
"12:49",
"12:51",
"12:52",
"12:53",
"12:54",
"12:56",
"12:57",
"12:58",
"12:59",
"13:01",
"13:04",
"13:07",
"13:10",
"13:13",
"13:15",
"13:16",
"13:17",
"13:20"
],
[
"1-99cc1731d15b56c0d9e6",
1,
"12:25",
"12:28",
"12:29",
"12:30",
"12:33",
"12:35",
"12:36",
"12:37",
"12:39",
"12:40",
"12:42",
"12:43",
"12:45",
"12:47",
"12:48",
"12:52",
"12:55",
"12:56",
"12:57",
"12:58",
"12:59",
"13:00",
"13:02",
"13:04",
"13:05",
"13:06",
"13:07",
"13:09",
"13:10",
"13:11",
"13:12",
"13:14",
"13:17",
"13:20",
"13:23",
"13:26",
"13:28",
"13:29",
"13:30",
"13:33"
],
[
"1-ca124b60221341f3cd30",
1,
"12:38",
"12:41",
"12:42",
"12:43",
"12:46",
"12:48",
"12:49",
"12:50",
"12:52",
"12:53",
"12:55",
"12:56",
"12:58",
"13:00",
"13:01",
"13:05",
"13:08",
"13:09",
"13:10",
"13:11",
"13:12",
"13:13",
"13:15",
"13:17",
"13:18",
"13:19",
"13:20",
"13:22",
"13:23",
"13:24",
"13:25",
"13:27",
"13:30",
"13:33",
"13:36",
"13:39",
"13:41",
"13:42",
"13:43",
"13:46"
],
[
"1-85d76cab311f01dde9e3",
1,
"12:51",
"12:54",
"12:55",
"12:56",
"12:59",
"13:01",
"13:02",
"13:03",
"13:05",
"13:06",
"13:08",
"13:09",
"13:11",
"13:13",
"13:14",
"13:18",
"13:21",
"13:22",
"13:23",
"13:24",
"13:25",
"13:26",
"13:28",
"13:30",
"13:31",
"13:32",
"13:33",
"13:35",
"13:36",
"13:37",
"13:38",
"13:40",
"13:43",
"13:46",
"13:49",
"13:52",
"13:54",
"13:55",
"13:56",
"13:59"
],
[
"1-704aa9e9016eb0c23677",
1,
"13:04",
"13:07",
"13:08",
"13:09",
"13:12",
"13:14",
"13:15",
"13:16",
"13:18",
"13:19",
"13:21",
"13:22",
"13:24",
"13:26",
"13:27",
"13:31",
"13:34",
"13:35",
"13:36",
"13:37",
"13:38",
"13:39",
"13:41",
"13:43",
"13:44",
"13:45",
"13:46",
"13:48",
"13:49",
"13:50",
"13:51",
"13:53",
"13:56",
"13:59",
"14:02",
"14:05",
"14:07",
"14:08",
"14:09",
"14:12"
],
[
"1-213f95c8e9c882afc745",
1,
"13:17",
"13:20",
"13:21",
"13:22",
"13:25",
"13:27",
"13:28",
"13:29",
"13:31",
"13:32",
"13:34",
"13:35",
"13:37",
"13:39",
"13:40",
"13:44",
"13:47",
"13:48",
"13:49",
"13:50",
"13:51",
"13:52",
"13:54",
"13:56",
"13:57",
"13:58",
"13:59",
"14:01",
"14:02",
"14:03",
"14:04",
"14:06",
"14:09",
"14:12",
"14:15",
"14:18",
"14:20",
"14:21",
"14:22",
"14:25"
],
[
"1-5dd2f6ce6f3e6e9c380a",
1,
"13:30",
"13:33",
"13:34",
"13:35",
"13:38",
"13:40",
"13:41",
"13:42",
"13:44",
"13:45",
"13:47",
"13:48",
"13:50",
"13:52",
"13:53",
"13:57",
"14:00",
"14:01",
"14:02",
"14:03",
"14:04",
"14:05",
"14:07",
"14:09",
"14:10",
"14:11",
"14:12",
"14:14",
"14:15",
"14:16",
"14:17",
"14:19",
"14:22",
"14:25",
"14:28",
"14:31",
"14:33",
"14:34",
"14:35",
"14:38"
],
[
"1-b930d781e9f82e5487a0",
1,
"13:43",
"13:46",
"13:47",
"13:48",
"13:51",
"13:53",
"13:54",
"13:55",
"13:57",
"13:58",
"14:00",
"14:01",
"14:03",
"14:05",
"14:06",
"14:10",
"14:13",
"14:14",
"14:15",
"14:16",
"14:17",
"14:18",
"14:20",
"14:22",
"14:23",
"14:24",
"14:25",
"14:27",
"14:28",
"14:29",
"14:30",
"14:32",
"14:35",
"14:38",
"14:41",
"14:44",
"14:46",
"14:47",
"14:48",
"14:51"
],
[
"1-54284797ffdba2fcd5e9",
1,
"13:56",
"13:59",
"14:00",
"14:01",
"14:04",
"14:06",
"14:07",
"14:08",
"14:10",
"14:11",
"14:13",
"14:14",
"14:16",
"14:18",
"14:19",
"14:23",
"14:26",
"14:27",
"14:28",
"14:29",
"14:30",
"14:31",
"14:33",
"14:35",
"14:36",
"14:37",
"14:38",
"14:40",
"14:41",
"14:42",
"14:43",
"14:45",
"14:48",
"14:51",
"14:54",
"14:57",
"14:59",
"15:01",
"15:02",
"15:05"
],
[
"1-6b084ab6febc080c7332",
1,
"14:09",
"14:12",
"14:13",
"14:14",
"14:17",
"14:19",
"14:20",
"14:21",
"14:23",
"14:24",
"14:26",
"14:27",
"14:29",
"14:31",
"14:32",
"14:36",
"14:39",
"14:40",
"14:41",
"14:42",
"14:43",
"14:44",
"14:46",
"14:48",
"14:49",
"14:50",
"14:51",
"14:53",
"14:54",
"14:55",
"14:56",
"14:58",
"15:01",
"15:04",
"15:07",
"15:10",
"15:13",
"15:14",
"15:16",
"15:19"
],
[
"1-d6d808b8fe7576268aad",
1,
"14:22",
"14:25",
"14:26",
"14:27",
"14:30",
"14:32",
"14:33",
"14:34",
"14:36",
"14:37",
"14:39",
"14:40",
"14:42",
"14:44",
"14:45",
"14:49",
"14:52",
"14:53",
"14:54",
"14:55",
"14:56",
"14:57",
"14:59",
"15:01",
"15:02",
"15:03",
"15:04",
"15:06",
"15:07",
"15:08",
"15:09",
"15:11",
"15:14",
"15:17",
"15:20",
"15:23",
"15:26",
"15:27",
"15:29",
"15:32"
],
[
"1-0bb0c5f5bd5952cdea3f",
1,
"14:35",
"14:38",
"14:39",
"14:40",
"14:43",
"14:45",
"14:46",
"14:47",
"14:49",
"14:50",
"14:52",
"14:53",
"14:55",
"14:57",
"14:58",
"15:02",
"15:05",
"15:06",
"15:07",
"15:08",
"15:09",
"15:10",
"15:12",
"15:14",
"15:15",
"15:16",
"15:17",
"15:19",
"15:20",
"15:21",
"15:22",
"15:24",
"15:27",
"15:30",
"15:33",
"15:36",
"15:39",
"15:40",
"15:42",
"15:45"
],
[
"1-e82346df08a62f90c351",
1,
"14:48",
"14:51",
"14:52",
"14:53",
"14:56",
"14:58",
"14:59",
"15:00",
"15:02",
"15:03",
"15:05",
"15:06",
"15:08",
"15:10",
"15:11",
"15:15",
"15:18",
"15:19",
"15:20",
"15:21",
"15:22",
"15:23",
"15:25",
"15:27",
"15:28",
"15:29",
"15:30",
"15:32",
"15:33",
"15:34",
"15:35",
"15:37",
"15:40",
"15:43",
"15:46",
"15:49",
"15:52",
"15:53",
"15:55",
"15:58"
],
[
"1-6285ede077a3a802295f",
1,
"15:01",
"15:04",
"15:05",
"15:06",
"15:09",
"15:11",
"15:12",
"15:13",
"15:15",
"15:16",
"15:18",
"15:19",
"15:21",
"15:23",
"15:24",
"15:28",
"15:31",
"15:32",
"15:33",
"15:34",
"15:35",
"15:36",
"15:38",
"15:40",
"15:41",
"15:42",
"15:43",
"15:45",
"15:46",
"15:47",
"15:48",
"15:50",
"15:53",
"15:56",
"15:59",
"16:02",
"16:05",
"16:06",
"16:08",
"16:11"
],
[
"1-cfd6f18afd3e85794de9",
1,
"15:13",
"15:16",
"15:17",
"15:18",
"15:21",
"15:23",
"15:24",
"15:25",
"15:27",
"15:28",
"15:30",
"15:31",
"15:33",
"15:35",
"15:36",
"15:40",
"15:43",
"15:44",
"15:45",
"15:46",
"15:47",
"15:48",
"15:50",
"15:52",
"15:53",
"15:54",
"15:55",
"15:57",
"15:58",
"15:59",
"16:00",
"16:02",
"16:05",
"16:08",
"16:11",
"16:14",
"16:17",
"16:18",
"16:20",
"16:23"
],
[
"1-dadb71939f8e4034fc9e",
1,
"15:25",
"15:28",
"15:29",
"15:30",
"15:33",
"15:35",
"15:36",
"15:37",
"15:39",
"15:40",
"15:42",
"15:43",
"15:45",
"15:47",
"15:48",
"15:52",
"15:55",
"15:56",
"15:57",
"15:58",
"15:59",
"16:00",
"16:02",
"16:04",
"16:05",
"16:06",
"16:07",
"16:09",
"16:10",
"16:11",
"16:12",
"16:14",
"16:17",
"16:20",
"16:23",
"16:26",
"16:29",
"16:30",
"16:32",
"16:35"
],
[
"1-022ec9524c8ac93832d4",
1,
"15:37",
"15:40",
"15:41",
"15:42",
"15:45",
"15:47",
"15:48",
"15:49",
"15:51",
"15:52",
"15:54",
"15:55",
"15:57",
"15:59",
"16:00",
"16:04",
"16:07",
"16:08",
"16:09",
"16:10",
"16:11",
"16:12",
"16:14",
"16:16",
"16:17",
"16:18",
"16:19",
"16:21",
"16:22",
"16:23",
"16:24",
"16:26",
"16:29",
"16:32",
"16:35",
"16:38",
"16:41",
"16:42",
"16:44",
"16:47"
],
[
"1-a10f25bb13436356b971",
1,
"15:49",
"15:52",
"15:53",
"15:54",
"15:57",
"15:59",
"16:00",
"16:01",
"16:03",
"16:04",
"16:06",
"16:07",
"16:09",
"16:11",
"16:12",
"16:16",
"16:19",
"16:20",
"16:21",
"16:22",
"16:23",
"16:24",
"16:26",
"16:28",
"16:29",
"16:30",
"16:31",
"16:33",
"16:34",
"16:35",
"16:36",
"16:38",
"16:41",
"16:44",
"16:47",
"16:50",
"16:53",
"16:54",
"16:56",
"16:59"
],
[
"1-82cf6fa2fa680fa51036",
1,
"16:01",
"16:04",
"16:05",
"16:06",
"16:09",
"16:11",
"16:12",
"16:13",
"16:15",
"16:16",
"16:18",
"16:19",
"16:21",
"16:23",
"16:24",
"16:28",
"16:31",
"16:32",
"16:33",
"16:34",
"16:35",
"16:36",
"16:38",
"16:40",
"16:41",
"16:42",
"16:43",
"16:45",
"16:46",
"16:47",
"16:48",
"16:50",
"16:53",
"16:56",
"16:59",
"17:02",
"17:05",
"17:06",
"17:08",
"17:11"
],
[
"1-4686e2b467e8dcd1e9b6",
1,
"16:14",
"16:17",
"16:18",
"16:19",
"16:22",
"16:24",
"16:25",
"16:26",
"16:28",
"16:29",
"16:31",
"16:32",
"16:34",
"16:36",
"16:37",
"16:41",
"16:44",
"16:45",
"16:46",
"16:47",
"16:48",
"16:49",
"16:51",
"16:53",
"16:54",
"16:55",
"16:56",
"16:58",
"16:59",
"17:00",
"17:01",
"17:03",
"17:06",
"17:09",
"17:12",
"17:15",
"17:18",
"17:19",
"17:21",
"17:24"
],
[
"1-2a44dcc051fcc5de142f",
1,
"16:27",
"16:30",
"16:31",
"16:32",
"16:35",
"16:37",
"16:38",
"16:39",
"16:41",
"16:42",
"16:44",
"16:45",
"16:47",
"16:49",
"16:50",
"16:54",
"16:57",
"16:58",
"16:59",
"17:00",
"17:01",
"17:02",
"17:04",
"17:06",
"17:07",
"17:08",
"17:09",
"17:11",
"17:12",
"17:13",
"17:14",
"17:16",
"17:19",
"17:22",
"17:25",
"17:28",
"17:31",
"17:32",
"17:34",
"17:37"
],
[
"1-02917771e82e4ef2637e",
1,
"16:40",
"16:43",
"16:44",
"16:45",
"16:48",
"16:50",
"16:51",
"16:52",
"16:54",
"16:55",
"16:57",
"16:58",
"17:00",
"17:02",
"17:03",
"17:07",
"17:10",
"17:11",
"17:12",
"17:13",
"17:14",
"17:15",
"17:17",
"17:19",
"17:20",
"17:21",
"17:22",
"17:24",
"17:25",
"17:26",
"17:27",
"17:29",
"17:32",
"17:35",
"17:38",
"17:41",
"17:44",
"17:45",
"17:47",
"17:50"
],
[
"1-83c912027e43dca12244",
1,
"16:53",
"16:56",
"16:57",
"16:58",
"17:01",
"17:03",
"17:04",
"17:05",
"17:07",
"17:08",
"17:10",
"17:11",
"17:13",
"17:15",
"17:16",
"17:20",
"17:23",
"17:24",
"17:25",
"17:26",
"17:27",
"17:28",
"17:30",
"17:32",
"17:33",
"17:34",
"17:35",
"17:37",
"17:38",
"17:39",
"17:40",
"17:42",
"17:45",
"17:48",
"17:51",
"17:54",
"17:57",
"17:58",
"18:00",
"18:03"
],
[
"1-1853ebc1ae7b775e07fa",
1,
"17:06",
"17:09",
"17:10",
"17:11",
"17:14",
"17:16",
"17:17",
"17:18",
"17:20",
"17:21",
"17:23",
"17:24",
"17:26",
"17:28",
"17:29",
"17:33",
"17:36",
"17:37",
"17:38",
"17:39",
"17:40",
"17:41",
"17:43",
"17:45",
"17:46",
"17:47",
"17:48",
"17:50",
"17:51",
"17:52",
"17:53",
"17:55",
"17:58",
"18:01",
"18:04",
"18:07",
"18:10",
"18:11",
"18:13",
"18:16"
],
[
"1-2696b08d0fd57f9dc61a",
1,
"17:19",
"17:22",
"17:23",
"17:24",
"17:27",
"17:29",
"17:30",
"17:31",
"17:33",
"17:34",
"17:36",
"17:37",
"17:39",
"17:41",
"17:42",
"17:46",
"17:49",
"17:50",
"17:51",
"17:52",
"17:53",
"17:54",
"17:56",
"17:58",
"17:59",
"18:00",
"18:01",
"18:03",
"18:04",
"18:05",
"18:06",
"18:08",
"18:11",
"18:14",
"18:17",
"18:20",
"18:23",
"18:24",
"18:26",
"18:29"
],
[
"1-f62ae5644288910b6a23",
1,
"17:32",
"17:35",
"17:36",
"17:37",
"17:40",
"17:42",
"17:43",
"17:44",
"17:46",
"17:47",
"17:49",
"17:50",
"17:52",
"17:54",
"17:55",
"17:59",
"18:02",
"18:03",
"18:04",
"18:05",
"18:06",
"18:07",
"18:09",
"18:11",
"18:12",
"18:13",
"18:14",
"18:16",
"18:17",
"18:18",
"18:19",
"18:21",
"18:24",
"18:27",
"18:30",
"18:33",
"18:36",
"18:37",
"18:39",
"18:42"
],
[
"1-16e85b0b67f904af6c72",
1,
"17:45",
"17:48",
"17:49",
"17:50",
"17:53",
"17:55",
"17:56",
"17:57",
"17:59",
"18:00",
"18:02",
"18:03",
"18:05",
"18:07",
"18:08",
"18:12",
"18:15",
"18:16",
"18:17",
"18:18",
"18:19",
"18:20",
"18:22",
"18:24",
"18:25",
"18:26",
"18:27",
"18:29",
"18:30",
"18:31",
"18:32",
"18:34",
"18:37",
"18:40",
"18:43",
"18:46",
"18:49",
"18:50",
"18:52",
"18:55"
],
[
"1-1ea638f995537f9c72ad",
1,
"17:58",
"18:01",
"18:02",
"18:03",
"18:06",
"18:08",
"18:09",
"18:10",
"18:12",
"18:13",
"18:15",
"18:16",
"18:18",
"18:20",
"18:21",
"18:25",
"18:28",
"18:29",
"18:30",
"18:31",
"18:32",
"18:33",
"18:35",
"18:37",
"18:38",
"18:39",
"18:40",
"18:42",
"18:43",
"18:44",
"18:45",
"18:47",
"18:50",
"18:53",
"18:56",
"18:59",
"19:02",
"19:03",
"19:05",
"19:08"
],
[
"1-876c84dcd65d1d0dafbb",
1,
"18:11",
"18:14",
"18:15",
"18:16",
"18:19",
"18:21",
"18:22",
"18:23",
"18:25",
"18:26",
"18:28",
"18:29",
"18:31",
"18:33",
"18:34",
"18:38",
"18:41",
"18:42",
"18:43",
"18:44",
"18:44",
"18:46",
"18:47",
"18:49",
"18:50",
"18:51",
"18:52",
"18:54",
"18:55",
"18:56",
"18:57",
"18:59",
"19:02",
"19:05",
"19:08",
"19:11",
"19:14",
"19:15",
"19:17",
"19:20"
],
[
"1-9b4b1ecd4338370186aa",
1,
"18:24",
"18:27",
"18:28",
"18:29",
"18:32",
"18:34",
"18:35",
"18:36",
"18:38",
"18:39",
"18:41",
"18:41",
"18:43",
"18:45",
"18:46",
"18:50",
"18:53",
"18:54",
"18:55",
"18:56",
"18:56",
"18:58",
"18:59",
"19:01",
"19:02",
"19:03",
"19:04",
"19:06",
"19:07",
"19:08",
"19:09",
"19:11",
"19:14",
"19:17",
"19:20",
"19:23",
"19:26",
"19:27",
"19:29",
"19:32"
],
[
"1-bf65acee228d53b61e10",
1,
"18:38",
"18:41",
"18:42",
"18:43",
"18:46",
"18:48",
"18:49",
"18:50",
"18:52",
"18:53",
"18:55",
"18:55",
"18:57",
"18:59",
"19:00",
"19:04",
"19:07",
"19:07",
"19:08",
"19:09",
"19:10",
"19:11",
"19:12",
"19:14",
"19:15",
"19:16",
"19:17",
"19:18",
"19:19",
"19:20",
"19:21",
"19:23",
"19:26",
"19:29",
"19:32",
"19:35",
"19:38",
"19:39",
"19:41",
"19:44"
],
[
"1-ec9cece863cdadae35e6",
1,
"18:52",
"18:55",
"18:56",
"18:57",
"19:00",
"19:02",
"19:03",
"19:04",
"19:06",
"19:07",
"19:08",
"19:08",
"19:10",
"19:12",
"19:13",
"19:17",
"19:20",
"19:20",
"19:21",
"19:22",
"19:23",
"19:24",
"19:25",
"19:27",
"19:28",
"19:29",
"19:30",
"19:31",
"19:32",
"19:33",
"19:34",
"19:36",
"19:39",
"19:41",
"19:44",
"19:47",
"19:50",
"19:51",
"19:53",
"19:56"
],
[
"1-4bd810c3782a577a6246",
1,
"19:06",
"19:08",
"19:09",
"19:11",
"19:13",
"19:15",
"19:16",
"19:17",
"19:19",
"19:20",
"19:21",
"19:21",
"19:23",
"19:25",
"19:26",
"19:30",
"19:33",
"19:33",
"19:34",
"19:35",
"19:36",
"19:37",
"19:38",
"19:40",
"19:41",
"19:42",
"19:43",
"19:44",
"19:45",
"19:46",
"19:47",
"19:49",
"19:52",
"19:54",
"19:57",
"20:00",
"20:02",
"20:03",
"20:04",
"20:07"
],
[
"1-7743730d3ab915c344dc",
1,
"19:20",
"19:22",
"19:23",
"19:25",
"19:27",
"19:29",
"19:30",
"19:31",
"19:33",
"19:34",
"19:35",
"19:35",
"19:37",
"19:39",
"19:40",
"19:44",
"19:47",
"19:47",
"19:48",
"19:49",
"19:50",
"19:51",
"19:52",
"19:54",
"19:55",
"19:56",
"19:57",
"19:58",
"19:58",
"19:59",
"20:00",
"20:02",
"20:04",
"20:07",
"20:09",
"20:12",
"20:14",
"20:15",
"20:16",
"20:18"
],
[
"1-4380c2031f42d24c397b",
1,
"19:34",
"19:36",
"19:37",
"19:39",
"19:41",
"19:43",
"19:44",
"19:45",
"19:47",
"19:48",
"19:49",
"19:49",
"19:51",
"19:53",
"19:54",
"19:58",
"20:01",
"20:01",
"20:02",
"20:03",
"20:03",
"20:04",
"20:05",
"20:07",
"20:08",
"20:09",
"20:09",
"20:10",
"20:11",
"20:12",
"20:12",
"20:14",
"20:16",
"20:18",
"20:20",
"20:23",
"20:25",
"20:26",
"20:27",
"20:29"
],
[
"1-6b29cf7d64d2111178b2",
1,
"19:47",
"19:49",
"19:50",
"19:52",
"19:54",
"19:56",
"19:57",
"19:58",
"20:00",
"20:01",
"20:02",
"20:02",
"20:04",
"20:05",
"20:07",
"20:10",
"20:13",
"20:13",
"20:14",
"20:15",
"20:15",
"20:16",
"20:17",
"20:19",
"20:20",
"20:21",
"20:21",
"20:22",
"20:23",
"20:24",
"20:24",
"20:26",
"20:28",
"20:30",
"20:32",
"20:35",
"20:36",
"20:37",
"20:38",
"20:40"
],
[
"1-eead78187a94c20b945c",
1,
"20:00",
"20:02",
"20:03",
"20:05",
"20:07",
"20:09",
"20:10",
"20:11",
"20:12",
"20:13",
"20:14",
"20:14",
"20:16",
"20:17",
"20:18",
"20:21",
"20:24",
"20:24",
"20:25",
"20:26",
"20:26",
"20:27",
"20:28",
"20:30",
"20:31",
"20:32",
"20:32",
"20:33",
"20:34",
"20:35",
"20:35",
"20:37",
"20:39",
"20:41",
"20:43",
"20:46",
"20:47",
"20:48",
"20:49",
"20:51"
],
[
"1-318983faf28568d4d581",
1,
"20:13",
"20:15",
"20:16",
"20:16",
"20:19",
"20:20",
"20:21",
"20:22",
"20:23",
"20:24",
"20:25",
"20:25",
"20:27",
"20:28",
"20:29",
"20:32",
"20:35",
"20:35",
"20:36",
"20:37",
"20:37",
"20:38",
"20:39",
"20:41",
"20:42",
"20:43",
"20:43",
"20:44",
"20:45",
"20:46",
"20:46",
"20:48",
"20:50",
"20:52",
"20:54",
"20:57",
"20:58",
"20:59",
"21:00",
"21:02"
],
[
"1-0b4ff467bab37b42c287",
1,
"20:26",
"20:28",
"20:29",
"20:29",
"20:32",
"20:33",
"20:34",
"20:35",
"20:36",
"20:37",
"20:38",
"20:38",
"20:40",
"20:41",
"20:42",
"20:45",
"20:48",
"20:48",
"20:49",
"20:50",
"20:50",
"20:51",
"20:52",
"20:54",
"20:55",
"20:56",
"20:56",
"20:57",
"20:58",
"20:59",
"20:59",
"21:01",
"21:03",
"21:05",
"21:07",
"21:10",
"21:11",
"21:12",
"21:13",
"21:15"
],
[
"1-d351ed76c117a1252729",
1,
"20:40",
"20:42",
"20:43",
"20:43",
"20:46",
"20:47",
"20:48",
"20:49",
"20:50",
"20:51",
"20:52",
"20:52",
"20:54",
"20:55",
"20:56",
"20:59",
"21:02",
"21:02",
"21:03",
"21:04",
"21:04",
"21:05",
"21:06",
"21:08",
"21:09",
"21:10",
"21:10",
"21:11",
"21:12",
"21:13",
"21:13",
"21:15",
"21:17",
"21:19",
"21:21",
"21:23",
"21:24",
"21:25",
"21:26",
"21:28"
],
[
"1-31cf59d8c002b9c7bbaf",
1,
"20:53",
"20:55",
"20:56",
"20:56",
"20:59",
"21:00",
"21:01",
"21:02",
"21:03",
"21:04",
"21:05",
"21:05",
"21:07",
"21:08",
"21:09",
"21:12",
"21:15",
"21:15",
"21:16",
"21:17",
"21:17",
"21:18",
"21:19",
"21:21",
"21:22",
"21:23",
"21:23",
"21:24",
"21:25",
"21:26",
"21:26",
"21:28",
"21:30",
"21:32",
"21:34",
"21:36",
"21:37",
"21:38",
"21:39",
"21:41"
],
[
"1-fce7614945deb556522f",
1,
"21:06",
"21:08",
"21:09",
"21:09",
"21:12",
"21:13",
"21:14",
"21:15",
"21:16",
"21:17",
"21:18",
"21:18",
"21:20",
"21:21",
"21:22",
"21:25",
"21:28",
"21:28",
"21:29",
"21:30",
"21:30",
"21:31",
"21:32",
"21:34",
"21:35",
"21:36",
"21:36",
"21:37",
"21:38",
"21:39",
"21:39",
"21:41",
"21:43",
"21:45",
"21:47",
"21:49",
"21:50",
"21:51",
"21:52",
"21:54"
],
[
"1-d781c6a153f293db41e2",
1,
"21:19",
"21:21",
"21:22",
"21:22",
"21:25",
"21:26",
"21:27",
"21:28",
"21:29",
"21:30",
"21:31",
"21:31",
"21:33",
"21:34",
"21:35",
"21:38",
"21:41",
"21:41",
"21:42",
"21:43",
"21:43",
"21:44",
"21:45",
"21:47",
"21:48",
"21:49",
"21:49",
"21:50",
"21:51",
"21:52",
"21:52",
"21:54",
"21:56",
"21:58",
"22:00",
"22:02",
"22:03",
"22:04",
"22:05",
"22:07"
],
[
"1-392e9ed12fa1af9d6489",
1,
"21:32",
"21:34",
"21:35",
"21:35",
"21:38",
"21:39",
"21:40",
"21:41",
"21:42",
"21:43",
"21:44",
"21:44",
"21:46",
"21:47",
"21:48",
"21:51",
"21:54",
"21:54",
"21:55",
"21:56",
"21:56",
"21:57",
"21:58",
"22:00",
"22:01",
"22:02",
"22:02",
"22:03",
"22:04",
"22:05",
"22:05",
"22:07",
"22:09",
"22:11",
"22:13",
"22:15",
"22:16",
"22:17",
"22:18",
"22:20"
],
[
"1-8f374a5dc4a7fb795f41",
1,
"21:45",
"21:47",
"21:48",
"21:48",
"21:51",
"21:52",
"21:53",
"21:54",
"21:55",
"21:56",
"21:57",
"21:57",
"21:59",
"22:00",
"22:01",
"22:04",
"22:07",
"22:07",
"22:08",
"22:09",
"22:09",
"22:10",
"22:11",
"22:13",
"22:14",
"22:15",
"22:15",
"22:16",
"22:17",
"22:18",
"22:18",
"22:20",
"22:22",
"22:24",
"22:26",
"22:28",
"22:29",
"22:30",
"22:31",
"22:33"
],
[
"1-2ac4060976c57fcf91b2",
1,
"21:58",
"22:00",
"22:01",
"22:01",
"22:04",
"22:05",
"22:06",
"22:07",
"22:08",
"22:09",
"22:10",
"22:10",
"22:12",
"22:13",
"22:14",
"22:17",
"22:20",
"22:20",
"22:21",
"22:22",
"22:22",
"22:23",
"22:24",
"22:26",
"22:27",
"22:28",
"22:28",
"22:29",
"22:30",
"22:31",
"22:31",
"22:33",
"22:35",
"22:37",
"22:39",
"22:41",
"22:42",
"22:43",
"22:44",
"22:46"
],
[
"1-355037a4b69cb1852f57",
1,
"22:11",
"22:13",
"22:14",
"22:14",
"22:17",
"22:18",
"22:19",
"22:20",
"22:21",
"22:22",
"22:23",
"22:23",
"22:25",
"22:26",
"22:27",
"22:30",
"22:33",
"22:33",
"22:34",
"22:35",
"22:35",
"22:36",
"22:37",
"22:39",
"22:40",
"22:41",
"22:41",
"22:42",
"22:43",
"22:44",
"22:44",
"22:46",
"22:48",
"22:50",
"22:52",
"22:54",
"22:55",
"22:56",
"22:57",
"22:59"
],
[
"1-f77e82c428df03c0cd5c",
1,
"22:24",
"22:26",
"22:27",
"22:27",
"22:30",
"22:31",
"22:32",
"22:33",
"22:34",
"22:35",
"22:36",
"22:36",
"22:38",
"22:39",
"22:40",
"22:43",
"22:46",
"22:46",
"22:47",
"22:48",
"22:48",
"22:49",
"22:50",
"22:52",
"22:53",
"22:54",
"22:54",
"22:55",
"22:56",
"22:57",
"22:57",
"22:59",
"23:01",
"23:03",
"23:05",
"23:07",
"23:08",
"23:09",
"23:10",
"23:12"
],
[
"1-ecc3d2116479262ad602",
1,
"22:37",
"22:39",
"22:40",
"22:40",
"22:43",
"22:44",
"22:45",
"22:46",
"22:47",
"22:48",
"22:49",
"22:49",
"22:51",
"22:52",
"22:53",
"22:56",
"22:59",
"22:59",
"23:00",
"23:01",
"23:01",
"23:02",
"23:03",
"23:05",
"23:06",
"23:06",
"23:07",
"23:08",
"23:08",
"23:09",
"23:09",
"23:11",
"23:13",
"23:15",
"23:17",
"23:19",
"23:20",
"23:21",
"23:22",
"23:24"
],
[
"1-b24bbb4152eaa8b7ae20",
1,
"22:50",
"22:52",
"22:53",
"22:53",
"22:56",
"22:57",
"22:57",
"22:58",
"22:59",
"23:00",
"23:01",
"23:01",
"23:03",
"23:04",
"23:05",
"23:08",
"23:11",
"23:11",
"23:12",
"23:13",
"23:13",
"23:14",
"23:15",
"23:17",
"23:18",
"23:18",
"23:19",
"23:20",
"23:20",
"23:21",
"23:21",
"23:23",
"23:25",
"23:27",
"23:29",
"23:31",
"23:32",
"23:33",
"23:34",
"23:36"
],
[
"1-97621c03d93ce4f1df1e",
1,
"23:03",
"23:04",
"23:05",
"23:06",
"23:08",
"23:09",
"23:09",
"23:10",
"23:11",
"23:12",
"23:13",
"23:13",
"23:15",
"23:16",
"23:17",
"23:20",
"23:23",
"23:23",
"23:24",
"23:25",
"23:25",
"23:26",
"23:27",
"23:29",
"23:30",
"23:30",
"23:31",
"23:32",
"23:32",
"23:33",
"23:33",
"23:35",
"23:37",
"23:39",
"23:41",
"23:43",
"23:44",
"23:45",
"23:46",
"23:48"
],
[
"1-04d9f66b1a7354ce2cc6",
1,
"23:16",
"23:17",
"23:18",
"23:19",
"23:21",
"23:22",
"23:22",
"23:23",
"23:24",
"23:25",
"23:26",
"23:26",
"23:28",
"23:29",
"23:30",
"23:33",
"23:35",
"23:35",
"23:36",
"23:37",
"23:37",
"23:38",
"23:39",
"23:41",
"23:42",
"23:42",
"23:43",
"23:44",
"23:44",
"23:45",
"23:45",
"23:47",
"23:49",
"23:51",
"23:53",
"23:55",
"23:56",
"23:57",
"23:58",
"24:00"
],
[
"1-9a32c535765027829b2a",
1,
"23:29",
"23:30",
"23:31",
"23:32",
"23:34",
"23:35",
"23:35",
"23:36",
"23:37",
"23:38",
"23:39",
"23:39",
"23:41",
"23:42",
"23:43",
"23:46",
"23:48",
"23:48",
"23:49",
"23:50",
"23:50",
"23:51",
"23:52",
"23:54",
"23:55",
"23:55",
"23:56",
"23:57",
"23:57",
"23:58",
"23:58",
"24:00",
"24:02",
"24:03",
"24:05",
"24:07",
"24:08",
"24:09",
"24:10",
"24:12"
],
[
"1-c3aaad9b9d4a7afefd51",
1,
"23:42",
"23:43",
"23:44",
"23:45",
"23:47",
"23:48",
"23:48",
"23:49",
"23:50",
"23:51",
"23:52",
"23:52",
"23:54",
"23:55",
"23:56",
"23:59",
"24:01",
"24:01",
"24:02",
"24:03",
"24:03",
"24:04",
"24:05",
"24:07",
"24:08",
"24:08",
"24:09",
"24:10",
"24:10",
"24:11",
"24:11",
"24:13",
"24:15",
"24:16",
"24:18",
"24:20",
"24:21",
"24:22",
"24:23",
"24:25"
],
[
"1-25fa07e238b308bafbf3",
1,
"23:55",
"23:56",
"23:57",
"23:58",
"24:00",
"24:01",
"24:01",
"24:02",
"24:03",
"24:04",
"24:05",
"24:05",
"24:07",
"24:08",
"24:09",
"24:12",
"24:14",
"24:14",
"24:15",
"24:16",
"24:16",
"24:17",
"24:18",
"24:20",
"24:21",
"24:21",
"24:22",
"24:23",
"24:23",
"24:24",
"24:24",
"24:26",
"24:28",
"24:29",
"24:31",
"24:33",
"24:34",
"24:35",
"24:36",
"24:38"
]
]
],
[
"47c15e853d07f05",
"Lancaster Gate Station - Angel Islington / City Road",
true,
[
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76
],
[
[
"1-c68d1d6199746aad6394",
1,
"00:12",
"00:12",
"00:13",
"00:14",
"00:15",
"00:16",
"00:17",
"00:19",
"00:21",
"00:21",
"00:22",
"00:23",
"00:23",
"00:24",
"00:24",
"00:26",
"00:27",
"00:28",
"00:29",
"00:30",
"00:30",
"00:32",
"00:33",
"00:36",
"00:37",
"00:39",
"00:42",
"00:43",
"00:44",
"00:45",
"00:45",
"00:46",
"00:47",
"00:48",
"00:48",
"00:50",
"00:51",
"00:54"
],
[
"1-4fb0e9e69124317d03bc",
1,
"00:25",
"00:25",
"00:26",
"00:27",
"00:28",
"00:29",
"00:30",
"00:32",
"00:34",
"00:34",
"00:35",
"00:36",
"00:36",
"00:37",
"00:37",
"00:39",
"00:40",
"00:41",
"00:42",
"00:43",
"00:43",
"00:45",
"00:46",
"00:49",
"00:50",
"00:52",
"00:55",
"00:56",
"00:57",
"00:58",
"00:58",
"00:59",
"01:00",
"01:01",
"01:01",
"01:03",
"01:04",
"01:07"
],
[
"1-367dae3ad3158ff1cc07",
1,
"05:30",
"05:30",
"05:31",
"05:32",
"05:33",
"05:34",
"05:35",
"05:36",
"05:38",
"05:38",
"05:39",
"05:39",
"05:40",
"05:40",
"05:41",
"05:42",
"05:43",
"05:43",
"05:44",
"05:45",
"05:46",
"05:47",
"05:47",
"05:50",
"05:51",
"05:53",
"05:55",
"05:56",
"05:57",
"05:58",
"05:58",
"05:59",
"06:00",
"06:01",
"06:01",
"06:03",
"06:04",
"06:07"
],
[
"1-86e0b7e494c36e9114cf",
1,
"05:51",
"05:51",
"05:52",
"05:53",
"05:54",
"05:55",
"05:56",
"05:57",
"05:59",
"05:59",
"06:00",
"06:00",
"06:01",
"06:01",
"06:02",
"06:03",
"06:04",
"06:04",
"06:05",
"06:06",
"06:07",
"06:08",
"06:08",
"06:11",
"06:12",
"06:14",
"06:16",
"06:17",
"06:18",
"06:19",
"06:19",
"06:20",
"06:21",
"06:22",
"06:22",
"06:24",
"06:25",
"06:28"
],
[
"1-8238e9434ace2ebcc9e0",
1,
"06:12",
"06:12",
"06:13",
"06:14",
"06:15",
"06:16",
"06:17",
"06:18",
"06:20",
"06:20",
"06:21",
"06:21",
"06:22",
"06:22",
"06:23",
"06:24",
"06:25",
"06:25",
"06:26",
"06:27",
"06:28",
"06:29",
"06:29",
"06:32",
"06:33",
"06:35",
"06:37",
"06:38",
"06:39",
"06:40",
"06:40",
"06:41",
"06:42",
"06:43",
"06:43",
"06:45",
"06:46",
"06:49"
],
[
"1-4d014ea3073d9479fb83",
1,
"06:28",
"06:28",
"06:29",
"06:30",
"06:31",
"06:32",
"06:33",
"06:34",
"06:36",
"06:36",
"06:37",
"06:37",
"06:38",
"06:38",
"06:39",
"06:40",
"06:41",
"06:41",
"06:42",
"06:43",
"06:44",
"06:45",
"06:46",
"06:50",
"06:52",
"06:54",
"06:58",
"06:59",
"07:00",
"07:01",
"07:01",
"07:02",
"07:03",
"07:04",
"07:04",
"07:06",
"07:07",
"07:10"
],
[
"1-26b5077df39c6c65a5ee",
1,
"06:41",
"06:41",
"06:42",
"06:43",
"06:44",
"06:45",
"06:46",
"06:47",
"06:49",
"06:49",
"06:50",
"06:51",
"06:52",
"06:53",
"06:53",
"06:55",
"06:56",
"06:57",
"06:59",
"07:00",
"07:01",
"07:03",
"07:04",
"07:09",
"07:11",
"07:14",
"07:18",
"07:19",
"07:20",
"07:22",
"07:23",
"07:24",
"07:25",
"07:27",
"07:28",
"07:30",
"07:32",
"07:36"
],
[
"1-1d77d6352ec95ae9b41e",
1,
"06:52",
"06:52",
"06:53",
"06:54",
"06:55",
"06:56",
"06:57",
"06:59",
"07:01",
"07:02",
"07:03",
"07:04",
"07:05",
"07:05",
"07:06",
"07:08",
"07:09",
"07:10",
"07:12",
"07:13",
"07:14",
"07:16",
"07:17",
"07:22",
"07:24",
"07:27",
"07:31",
"07:32",
"07:33",
"07:35",
"07:36",
"07:37",
"07:38",
"07:40",
"07:41",
"07:43",
"07:45",
"07:49"
],
[
"1-cea6b909ea647f31acc1",
1,
"07:03",
"07:04",
"07:05",
"07:06",
"07:07",
"07:09",
"07:10",
"07:12",
"07:14",
"07:15",
"07:16",
"07:17",
"07:18",
"07:18",
"07:19",
"07:21",
"07:22",
"07:23",
"07:25",
"07:26",
"07:27",
"07:29",
"07:30",
"07:35",
"07:37",
"07:40",
"07:44",
"07:45",
"07:46",
"07:48",
"07:49",
"07:50",
"07:51",
"07:53",
"07:54",
"07:56",
"07:58",
"08:02"
],
[
"1-16d7d5edf1fe965b34f2",
1,
"07:15",
"07:16",
"07:17",
"07:18",
"07:19",
"07:21",
"07:22",
"07:24",
"07:26",
"07:27",
"07:28",
"07:29",
"07:30",
"07:30",
"07:31",
"07:33",
"07:34",
"07:36",
"07:38",
"07:39",
"07:40",
"07:42",
"07:43",
"07:48",
"07:50",
"07:53",
"07:57",
"07:58",
"07:59",
"08:01",
"08:02",
"08:04",
"08:05",
"08:07",
"08:08",
"08:10",
"08:13",
"08:18"
],
[
"1-d7f5ee497c778cb771a1",
1,
"07:28",
"07:29",
"07:30",
"07:31",
"07:32",
"07:34",
"07:35",
"07:37",
"07:39",
"07:40",
"07:41",
"07:42",
"07:43",
"07:43",
"07:44",
"07:46",
"07:47",
"07:49",
"07:51",
"07:52",
"07:53",
"07:55",
"07:56",
"08:01",
"08:03",
"08:06",
"08:10",
"08:11",
"08:12",
"08:14",
"08:15",
"08:17",
"08:18",
"08:20",
"08:21",
"08:24",
"08:27",
"08:32"
],
[
"1-281a81c0eb43a5e907cb",
1,
"07:40",
"07:41",
"07:42",
"07:43",
"07:44",
"07:46",
"07:47",
"07:49",
"07:51",
"07:52",
"07:53",
"07:54",
"07:55",
"07:56",
"07:57",
"07:59",
"08:00",
"08:02",
"08:04",
"08:05",
"08:06",
"08:08",
"08:09",
"08:14",
"08:16",
"08:19",
"08:23",
"08:24",
"08:25",
"08:27",
"08:28",
"08:30",
"08:31",
"08:33",
"08:34",
"08:37",
"08:40",
"08:45"
],
[
"1-e89bc32c500348ff2614",
1,
"07:52",
"07:53",
"07:54",
"07:55",
"07:56",
"07:58",
"07:59",
"08:02",
"08:04",
"08:05",
"08:06",
"08:07",
"08:08",
"08:09",
"08:10",
"08:12",
"08:13",
"08:15",
"08:17",
"08:18",
"08:19",
"08:21",
"08:22",
"08:27",
"08:29",
"08:32",
"08:36",
"08:37",
"08:38",
"08:40",
"08:41",
"08:43",
"08:44",
"08:46",
"08:47",
"08:50",
"08:53",
"08:58"
],
[
"1-22de61f778a2030510f0",
1,
"08:04",
"08:05",
"08:06",
"08:08",
"08:09",
"08:11",
"08:12",
"08:15",
"08:17",
"08:18",
"08:19",
"08:20",
"08:21",
"08:22",
"08:23",
"08:25",
"08:26",
"08:28",
"08:30",
"08:31",
"08:32",
"08:34",
"08:35",
"08:40",
"08:42",
"08:45",
"08:49",
"08:50",
"08:51",
"08:53",
"08:54",
"08:56",
"08:57",
"08:59",
"09:00",
"09:03",
"09:06",
"09:11"
],
[
"1-0413bc20bd397e5070cf",
1,
"08:17",
"08:18",
"08:19",
"08:21",
"08:22",
"08:24",
"08:25",
"08:28",
"08:30",
"08:31",
"08:32",
"08:33",
"08:34",
"08:35",
"08:36",
"08:38",
"08:39",
"08:41",
"08:43",
"08:44",
"08:45",
"08:47",
"08:48",
"08:53",
"08:55",
"08:58",
"09:02",
"09:03",
"09:04",
"09:06",
"09:07",
"09:09",
"09:10",
"09:12",
"09:13",
"09:16",
"09:19",
"09:24"
],
[
"1-6dc9bf9ed54236763821",
1,
"08:30",
"08:31",
"08:32",
"08:34",
"08:35",
"08:37",
"08:38",
"08:41",
"08:43",
"08:44",
"08:45",
"08:46",
"08:47",
"08:48",
"08:49",
"08:51",
"08:52",
"08:54",
"08:56",
"08:57",
"08:58",
"09:00",
"09:01",
"09:06",
"09:08",
"09:11",
"09:15",
"09:16",
"09:17",
"09:19",
"09:20",
"09:22",
"09:23",
"09:25",
"09:26",
"09:29",
"09:32",
"09:37"
],
[
"1-259b2382bd35283dd848",
1,
"08:43",
"08:44",
"08:45",
"08:47",
"08:48",
"08:50",
"08:51",
"08:54",
"08:56",
"08:57",
"08:58",
"08:59",
"09:00",
"09:01",
"09:02",
"09:04",
"09:05",
"09:07",
"09:09",
"09:10",
"09:11",
"09:13",
"09:14",
"09:19",
"09:21",
"09:24",
"09:28",
"09:29",
"09:30",
"09:32",
"09:33",
"09:35",
"09:36",
"09:38",
"09:39",
"09:42",
"09:45",
"09:50"
],
[
"1-9058d0afb56cef6418ff",
1,
"08:56",
"08:57",
"08:58",
"09:00",
"09:01",
"09:03",
"09:04",
"09:07",
"09:09",
"09:10",
"09:11",
"09:12",
"09:13",
"09:14",
"09:15",
"09:17",
"09:18",
"09:20",
"09:22",
"09:23",
"09:24",
"09:26",
"09:27",
"09:32",
"09:34",
"09:37",
"09:41",
"09:42",
"09:43",
"09:45",
"09:46",
"09:48",
"09:49",
"09:51",
"09:52",
"09:55",
"09:58",
"10:03"
],
[
"1-37e2cc59731955715b0f",
1,
"09:10",
"09:11",
"09:12",
"09:14",
"09:15",
"09:17",
"09:18",
"09:21",
"09:23",
"09:24",
"09:25",
"09:26",
"09:27",
"09:28",
"09:29",
"09:31",
"09:32",
"09:34",
"09:36",
"09:37",
"09:38",
"09:40",
"09:41",
"09:46",
"09:48",
"09:51",
"09:55",
"09:56",
"09:57",
"09:59",
"10:00",
"10:02",
"10:03",
"10:05",
"10:06",
"10:08",
"10:11",
"10:16"
],
[
"1-fd92f104efa983b0bca8",
1,
"09:23",
"09:24",
"09:25",
"09:27",
"09:28",
"09:30",
"09:31",
"09:34",
"09:36",
"09:37",
"09:38",
"09:39",
"09:40",
"09:41",
"09:42",
"09:44",
"09:46",
"09:47",
"09:49",
"09:51",
"09:52",
"09:54",
"09:55",
"10:00",
"10:02",
"10:05",
"10:09",
"10:10",
"10:11",
"10:13",
"10:14",
"10:16",
"10:17",
"10:19",
"10:20",
"10:22",
"10:24",
"10:29"
],
[
"1-319b13a41ae48cd3c7b7",
1,
"09:36",
"09:37",
"09:38",
"09:40",
"09:41",
"09:43",
"09:44",
"09:47",
"09:49",
"09:50",
"09:51",
"09:52",
"09:53",
"09:54",
"09:55",
"09:57",
"09:59",
"10:00",
"10:02",
"10:04",
"10:05",
"10:07",
"10:08",
"10:13",
"10:15",
"10:18",
"10:22",
"10:23",
"10:24",
"10:26",
"10:27",
"10:29",
"10:30",
"10:32",
"10:33",
"10:35",
"10:37",
"10:42"
],
[
"1-11034df20da5e7305d4d",
1,
"09:49",
"09:50",
"09:51",
"09:53",
"09:54",
"09:56",
"09:57",
"10:00",
"10:02",
"10:03",
"10:04",
"10:05",
"10:06",
"10:07",
"10:08",
"10:10",
"10:12",
"10:13",
"10:15",
"10:17",
"10:18",
"10:20",
"10:21",
"10:26",
"10:28",
"10:31",
"10:35",
"10:36",
"10:37",
"10:39",
"10:40",
"10:42",
"10:43",
"10:45",
"10:46",
"10:48",
"10:50",
"10:55"
],
[
"1-a416cb12f323960a96cc",
1,
"10:02",
"10:03",
"10:04",
"10:06",
"10:07",
"10:09",
"10:10",
"10:13",
"10:15",
"10:16",
"10:17",
"10:18",
"10:19",
"10:20",
"10:21",
"10:23",
"10:25",
"10:26",
"10:28",
"10:30",
"10:31",
"10:33",
"10:34",
"10:39",
"10:41",
"10:44",
"10:48",
"10:49",
"10:50",
"10:52",
"10:53",
"10:55",
"10:56",
"10:58",
"10:59",
"11:01",
"11:03",
"11:08"
],
[
"1-7fe464fbbbd0aca9760e",
1,
"10:15",
"10:16",
"10:17",
"10:19",
"10:20",
"10:22",
"10:23",
"10:26",
"10:28",
"10:29",
"10:30",
"10:31",
"10:32",
"10:33",
"10:34",
"10:36",
"10:38",
"10:39",
"10:41",
"10:43",
"10:44",
"10:46",
"10:47",
"10:52",
"10:54",
"10:57",
"11:01",
"11:02",
"11:03",
"11:05",
"11:06",
"11:08",
"11:09",
"11:11",
"11:12",
"11:14",
"11:16",
"11:21"
],
[
"1-573646fa9393fd59acf2",
1,
"10:28",
"10:29",
"10:30",
"10:32",
"10:33",
"10:35",
"10:36",
"10:39",
"10:41",
"10:42",
"10:43",
"10:44",
"10:45",
"10:46",
"10:47",
"10:49",
"10:51",
"10:52",
"10:54",
"10:56",
"10:57",
"10:59",
"11:00",
"11:05",
"11:07",
"11:10",
"11:14",
"11:15",
"11:16",
"11:18",
"11:19",
"11:21",
"11:22",
"11:24",
"11:25",
"11:27",
"11:29",
"11:34"
],
[
"1-84c04cac5b3bfed471f0",
1,
"10:41",
"10:42",
"10:43",
"10:45",
"10:46",
"10:48",
"10:49",
"10:52",
"10:54",
"10:55",
"10:56",
"10:57",
"10:58",
"10:59",
"11:00",
"11:02",
"11:04",
"11:05",
"11:07",
"11:09",
"11:10",
"11:12",
"11:13",
"11:18",
"11:20",
"11:23",
"11:27",
"11:28",
"11:29",
"11:31",
"11:32",
"11:34",
"11:35",
"11:37",
"11:38",
"11:40",
"11:42",
"11:47"
],
[
"1-35bf2334bb6b4621c4c0",
1,
"10:54",
"10:55",
"10:56",
"10:58",
"10:59",
"11:01",
"11:02",
"11:05",
"11:07",
"11:08",
"11:09",
"11:10",
"11:11",
"11:12",
"11:13",
"11:15",
"11:17",
"11:18",
"11:20",
"11:22",
"11:23",
"11:25",
"11:26",
"11:31",
"11:33",
"11:36",
"11:40",
"11:41",
"11:42",
"11:44",
"11:45",
"11:47",
"11:48",
"11:50",
"11:51",
"11:53",
"11:55",
"12:00"
],
[
"1-0ecdc9a0ce92d9f16460",
1,
"11:07",
"11:08",
"11:09",
"11:11",
"11:12",
"11:14",
"11:15",
"11:18",
"11:20",
"11:21",
"11:22",
"11:23",
"11:24",
"11:25",
"11:26",
"11:28",
"11:30",
"11:31",
"11:33",
"11:35",
"11:36",
"11:38",
"11:39",
"11:44",
"11:46",
"11:49",
"11:53",
"11:54",
"11:55",
"11:57",
"11:58",
"12:00",
"12:01",
"12:03",
"12:04",
"12:06",
"12:08",
"12:13"
],
[
"1-0f0060ea6f8b61d0f1e1",
1,
"11:20",
"11:21",
"11:22",
"11:24",
"11:25",
"11:27",
"11:28",
"11:31",
"11:33",
"11:34",
"11:35",
"11:36",
"11:37",
"11:38",
"11:39",
"11:41",
"11:43",
"11:44",
"11:46",
"11:48",
"11:49",
"11:51",
"11:52",
"11:57",
"11:59",
"12:02",
"12:06",
"12:07",
"12:08",
"12:10",
"12:11",
"12:13",
"12:14",
"12:16",
"12:17",
"12:19",
"12:21",
"12:26"
],
[
"1-ca8cf24bc2a265276028",
1,
"11:33",
"11:34",
"11:35",
"11:37",
"11:38",
"11:40",
"11:41",
"11:44",
"11:46",
"11:47",
"11:48",
"11:49",
"11:50",
"11:51",
"11:52",
"11:54",
"11:56",
"11:57",
"11:59",
"12:01",
"12:02",
"12:04",
"12:05",
"12:10",
"12:12",
"12:15",
"12:19",
"12:20",
"12:21",
"12:23",
"12:24",
"12:26",
"12:27",
"12:29",
"12:30",
"12:32",
"12:34",
"12:39"
],
[
"1-b1ee82697b7763b1a808",
1,
"11:46",
"11:47",
"11:48",
"11:50",
"11:51",
"11:53",
"11:54",
"11:57",
"11:59",
"12:00",
"12:01",
"12:02",
"12:03",
"12:04",
"12:05",
"12:07",
"12:09",
"12:10",
"12:12",
"12:14",
"12:15",
"12:17",
"12:18",
"12:23",
"12:25",
"12:28",
"12:32",
"12:33",
"12:34",
"12:36",
"12:37",
"12:39",
"12:40",
"12:42",
"12:43",
"12:45",
"12:47",
"12:52"
],
[
"1-1038b953ab9e8215e144",
1,
"11:59",
"12:00",
"12:01",
"12:03",
"12:04",
"12:06",
"12:07",
"12:10",
"12:12",
"12:13",
"12:14",
"12:15",
"12:16",
"12:17",
"12:18",
"12:20",
"12:22",
"12:23",
"12:25",
"12:27",
"12:28",
"12:30",
"12:31",
"12:36",
"12:38",
"12:41",
"12:45",
"12:46",
"12:47",
"12:49",
"12:50",
"12:52",
"12:53",
"12:55",
"12:56",
"12:58",
"13:00",
"13:05"
],
[
"1-68234194eb967fb93ca1",
1,
"12:12",
"12:13",
"12:14",
"12:16",
"12:17",
"12:19",
"12:20",
"12:23",
"12:25",
"12:26",
"12:27",
"12:28",
"12:29",
"12:30",
"12:31",
"12:33",
"12:35",
"12:36",
"12:38",
"12:40",
"12:41",
"12:43",
"12:44",
"12:49",
"12:51",
"12:54",
"12:58",
"12:59",
"13:00",
"13:02",
"13:03",
"13:05",
"13:06",
"13:08",
"13:09",
"13:11",
"13:13",
"13:18"
],
[
"1-e9be89ac29f9d2b031ee",
1,
"12:25",
"12:26",
"12:27",
"12:29",
"12:30",
"12:32",
"12:33",
"12:36",
"12:38",
"12:39",
"12:40",
"12:41",
"12:42",
"12:43",
"12:44",
"12:46",
"12:48",
"12:49",
"12:51",
"12:53",
"12:54",
"12:56",
"12:57",
"13:02",
"13:04",
"13:07",
"13:11",
"13:12",
"13:13",
"13:15",
"13:16",
"13:18",
"13:19",
"13:21",
"13:22",
"13:24",
"13:26",
"13:31"
],
[
"1-cfcabfd9008f1cacd058",
1,
"12:38",
"12:39",
"12:40",
"12:42",
"12:43",
"12:45",
"12:46",
"12:49",
"12:51",
"12:52",
"12:53",
"12:54",
"12:55",
"12:56",
"12:57",
"12:59",
"13:01",
"13:02",
"13:04",
"13:06",
"13:07",
"13:09",
"13:10",
"13:15",
"13:17",
"13:20",
"13:24",
"13:25",
"13:26",
"13:28",
"13:29",
"13:31",
"13:32",
"13:34",
"13:35",
"13:37",
"13:39",
"13:44"
],
[
"1-d2583d28b2d8196e0075",
1,
"12:51",
"12:52",
"12:53",
"12:55",
"12:56",
"12:58",
"12:59",
"13:02",
"13:04",
"13:05",
"13:06",
"13:07",
"13:08",
"13:09",
"13:10",
"13:12",
"13:14",
"13:15",
"13:17",
"13:19",
"13:20",
"13:22",
"13:23",
"13:28",
"13:30",
"13:33",
"13:37",
"13:38",
"13:39",
"13:41",
"13:42",
"13:44",
"13:45",
"13:47",
"13:48",
"13:50",
"13:52",
"13:57"
],
[
"1-c300acf9f6aa734ff3e6",
1,
"13:04",
"13:05",
"13:06",
"13:08",
"13:09",
"13:11",
"13:12",
"13:15",
"13:17",
"13:18",
"13:19",
"13:20",
"13:21",
"13:22",
"13:23",
"13:25",
"13:27",
"13:28",
"13:30",
"13:32",
"13:33",
"13:35",
"13:36",
"13:41",
"13:43",
"13:46",
"13:50",
"13:51",
"13:52",
"13:54",
"13:55",
"13:57",
"13:58",
"14:00",
"14:01",
"14:03",
"14:05",
"14:10"
],
[
"1-63ec7e2c5ed8d2845a91",
1,
"13:17",
"13:18",
"13:19",
"13:21",
"13:22",
"13:24",
"13:25",
"13:28",
"13:30",
"13:31",
"13:32",
"13:33",
"13:34",
"13:35",
"13:36",
"13:38",
"13:40",
"13:41",
"13:43",
"13:45",
"13:46",
"13:48",
"13:49",
"13:54",
"13:56",
"13:59",
"14:03",
"14:04",
"14:05",
"14:07",
"14:08",
"14:10",
"14:11",
"14:13",
"14:14",
"14:16",
"14:18",
"14:23"
],
[
"1-51c806802954d155adc7",
1,
"13:30",
"13:31",
"13:32",
"13:34",
"13:35",
"13:37",
"13:38",
"13:41",
"13:43",
"13:44",
"13:45",
"13:46",
"13:47",
"13:48",
"13:49",
"13:51",
"13:53",
"13:54",
"13:56",
"13:58",
"13:59",
"14:01",
"14:02",
"14:07",
"14:10",
"14:13",
"14:17",
"14:18",
"14:19",
"14:21",
"14:22",
"14:24",
"14:25",
"14:27",
"14:28",
"14:30",
"14:32",
"14:37"
],
[
"1-d5ad07ef15e1e1f601dd",
1,
"13:43",
"13:44",
"13:45",
"13:47",
"13:48",
"13:50",
"13:51",
"13:54",
"13:56",
"13:57",
"13:58",
"13:59",
"14:00",
"14:01",
"14:02",
"14:04",
"14:06",
"14:07",
"14:09",
"14:11",
"14:12",
"14:14",
"14:16",
"14:20",
"14:23",
"14:26",
"14:31",
"14:32",
"14:33",
"14:35",
"14:36",
"14:38",
"14:39",
"14:41",
"14:42",
"14:44",
"14:46",
"14:51"
],
[
"1-607866dda9f60053a659",
1,
"13:56",
"13:57",
"13:58",
"14:00",
"14:01",
"14:03",
"14:04",
"14:07",
"14:09",
"14:10",
"14:11",
"14:13",
"14:14",
"14:15",
"14:16",
"14:18",
"14:20",
"14:21",
"14:23",
"14:25",
"14:26",
"14:28",
"14:30",
"14:34",
"14:37",
"14:40",
"14:45",
"14:46",
"14:47",
"14:49",
"14:50",
"14:52",
"14:53",
"14:55",
"14:56",
"14:58",
"15:00",
"15:05"
],
[
"1-9b0ba0ae592a1ce825b4",
1,
"14:09",
"14:10",
"14:11",
"14:13",
"14:14",
"14:16",
"14:17",
"14:20",
"14:22",
"14:23",
"14:24",
"14:26",
"14:27",
"14:28",
"14:29",
"14:31",
"14:33",
"14:35",
"14:37",
"14:38",
"14:40",
"14:42",
"14:44",
"14:48",
"14:51",
"14:54",
"14:59",
"15:00",
"15:01",
"15:03",
"15:04",
"15:06",
"15:07",
"15:09",
"15:10",
"15:12",
"15:14",
"15:19"
],
[
"1-b05ed87f7e95e830013e",
1,
"14:22",
"14:23",
"14:24",
"14:26",
"14:27",
"14:29",
"14:30",
"14:34",
"14:36",
"14:37",
"14:38",
"14:40",
"14:41",
"14:42",
"14:43",
"14:45",
"14:47",
"14:49",
"14:51",
"14:52",
"14:54",
"14:56",
"14:58",
"15:02",
"15:05",
"15:08",
"15:13",
"15:14",
"15:15",
"15:17",
"15:18",
"15:20",
"15:21",
"15:23",
"15:24",
"15:26",
"15:28",
"15:33"
],
[
"1-15537ef90d56a1732af1",
1,
"14:35",
"14:36",
"14:37",
"14:39",
"14:41",
"14:43",
"14:44",
"14:48",
"14:50",
"14:51",
"14:52",
"14:54",
"14:55",
"14:56",
"14:57",
"14:59",
"15:01",
"15:03",
"15:05",
"15:06",
"15:08",
"15:10",
"15:12",
"15:16",
"15:19",
"15:22",
"15:27",
"15:28",
"15:29",
"15:31",
"15:32",
"15:34",
"15:35",
"15:37",
"15:38",
"15:40",
"15:42",
"15:47"
],
[
"1-c46edde3bf49ffa36814",
1,
"14:48",
"14:49",
"14:50",
"14:52",
"14:54",
"14:56",
"14:57",
"15:01",
"15:03",
"15:04",
"15:05",
"15:07",
"15:08",
"15:09",
"15:10",
"15:12",
"15:14",
"15:16",
"15:18",
"15:19",
"15:21",
"15:23",
"15:25",
"15:29",
"15:32",
"15:35",
"15:40",
"15:41",
"15:42",
"15:44",
"15:45",
"15:47",
"15:48",
"15:50",
"15:51",
"15:53",
"15:55",
"16:00"
],
[
"1-3bef83013529151b178b",
1,
"15:01",
"15:02",
"15:03",
"15:05",
"15:07",
"15:09",
"15:10",
"15:14",
"15:16",
"15:17",
"15:18",
"15:20",
"15:21",
"15:22",
"15:23",
"15:25",
"15:27",
"15:29",
"15:31",
"15:32",
"15:34",
"15:36",
"15:38",
"15:42",
"15:45",
"15:48",
"15:53",
"15:54",
"15:55",
"15:57",
"15:58",
"16:00",
"16:01",
"16:03",
"16:04",
"16:06",
"16:08",
"16:13"
],
[
"1-5dd8665a4d8c7881777c",
1,
"15:14",
"15:15",
"15:16",
"15:18",
"15:20",
"15:22",
"15:23",
"15:27",
"15:29",
"15:30",
"15:31",
"15:33",
"15:34",
"15:35",
"15:36",
"15:38",
"15:40",
"15:42",
"15:44",
"15:45",
"15:47",
"15:49",
"15:51",
"15:55",
"15:58",
"16:01",
"16:06",
"16:07",
"16:08",
"16:10",
"16:11",
"16:13",
"16:14",
"16:16",
"16:17",
"16:19",
"16:21",
"16:26"
],
[
"1-c90bc877a4517afbb955",
1,
"15:27",
"15:28",
"15:29",
"15:31",
"15:33",
"15:35",
"15:36",
"15:40",
"15:42",
"15:43",
"15:44",
"15:46",
"15:47",
"15:48",
"15:49",
"15:51",
"15:53",
"15:55",
"15:57",
"15:58",
"16:00",
"16:02",
"16:04",
"16:08",
"16:11",
"16:14",
"16:19",
"16:20",
"16:21",
"16:23",
"16:24",
"16:26",
"16:27",
"16:29",
"16:30",
"16:32",
"16:34",
"16:39"
],
[
"1-b66a5845735e4185b672",
1,
"15:40",
"15:41",
"15:42",
"15:44",
"15:46",
"15:48",
"15:49",
"15:53",
"15:55",
"15:56",
"15:57",
"15:59",
"16:00",
"16:01",
"16:02",
"16:04",
"16:06",
"16:08",
"16:10",
"16:11",
"16:13",
"16:15",
"16:17",
"16:21",
"16:24",
"16:27",
"16:32",
"16:33",
"16:34",
"16:36",
"16:37",
"16:39",
"16:40",
"16:42",
"16:43",
"16:45",
"16:47",
"16:52"
],
[
"1-c7b4a8eb6e0547356b2a",
1,
"15:53",
"15:54",
"15:55",
"15:57",
"15:59",
"16:01",
"16:02",
"16:06",
"16:08",
"16:09",
"16:10",
"16:12",
"16:13",
"16:14",
"16:15",
"16:17",
"16:19",
"16:21",
"16:23",
"16:24",
"16:26",
"16:28",
"16:30",
"16:34",
"16:37",
"16:40",
"16:45",
"16:46",
"16:47",
"16:49",
"16:50",
"16:52",
"16:53",
"16:55",
"16:56",
"16:58",
"17:00",
"17:05"
],
[
"1-d8bb253ca159b1063f86",
1,
"16:06",
"16:07",
"16:08",
"16:10",
"16:12",
"16:14",
"16:15",
"16:19",
"16:21",
"16:22",
"16:23",
"16:25",
"16:26",
"16:27",
"16:28",
"16:30",
"16:32",
"16:34",
"16:36",
"16:37",
"16:39",
"16:41",
"16:43",
"16:47",
"16:50",
"16:53",
"16:58",
"16:59",
"17:00",
"17:02",
"17:03",
"17:05",
"17:06",
"17:08",
"17:09",
"17:11",
"17:13",
"17:18"
],
[
"1-9620a7e812444cd6b59d",
1,
"16:19",
"16:20",
"16:21",
"16:23",
"16:25",
"16:27",
"16:28",
"16:32",
"16:34",
"16:35",
"16:36",
"16:38",
"16:39",
"16:40",
"16:41",
"16:43",
"16:45",
"16:47",
"16:49",
"16:50",
"16:52",
"16:54",
"16:56",
"17:00",
"17:03",
"17:06",
"17:11",
"17:12",
"17:13",
"17:15",
"17:16",
"17:18",
"17:19",
"17:21",
"17:22",
"17:24",
"17:26",
"17:31"
],
[
"1-11880be23a01ea355ca6",
1,
"16:32",
"16:33",
"16:34",
"16:36",
"16:38",
"16:40",
"16:41",
"16:45",
"16:47",
"16:48",
"16:49",
"16:51",
"16:52",
"16:53",
"16:54",
"16:56",
"16:58",
"17:00",
"17:02",
"17:03",
"17:05",
"17:07",
"17:09",
"17:13",
"17:16",
"17:19",
"17:24",
"17:25",
"17:26",
"17:28",
"17:29",
"17:31",
"17:32",
"17:34",
"17:35",
"17:37",
"17:39",
"17:44"
],
[
"1-2bd060d570467d2644d4",
1,
"16:45",
"16:46",
"16:47",
"16:49",
"16:51",
"16:53",
"16:54",
"16:58",
"17:00",
"17:01",
"17:02",
"17:04",
"17:05",
"17:06",
"17:07",
"17:09",
"17:11",
"17:13",
"17:15",
"17:16",
"17:18",
"17:20",
"17:22",
"17:26",
"17:29",
"17:32",
"17:37",
"17:38",
"17:39",
"17:41",
"17:42",
"17:44",
"17:45",
"17:47",
"17:48",
"17:50",
"17:52",
"17:57"
],
[
"1-53e2eb3f545c909bfc71",
1,
"16:58",
"16:59",
"17:00",
"17:02",
"17:04",
"17:06",
"17:07",
"17:11",
"17:13",
"17:14",
"17:15",
"17:17",
"17:18",
"17:19",
"17:20",
"17:22",
"17:24",
"17:26",
"17:28",
"17:29",
"17:31",
"17:33",
"17:35",
"17:39",
"17:42",
"17:45",
"17:50",
"17:51",
"17:52",
"17:54",
"17:55",
"17:57",
"17:58",
"18:00",
"18:01",
"18:03",
"18:05",
"18:10"
],
[
"1-54798db081a6848e1b0d",
1,
"17:11",
"17:12",
"17:13",
"17:15",
"17:17",
"17:19",
"17:20",
"17:24",
"17:26",
"17:27",
"17:28",
"17:30",
"17:31",
"17:32",
"17:33",
"17:35",
"17:37",
"17:39",
"17:41",
"17:42",
"17:44",
"17:46",
"17:48",
"17:52",
"17:55",
"17:58",
"18:03",
"18:04",
"18:05",
"18:07",
"18:08",
"18:10",
"18:11",
"18:13",
"18:14",
"18:16",
"18:18",
"18:23"
],
[
"1-aa67cd05785a1011bdff",
1,
"17:24",
"17:25",
"17:26",
"17:28",
"17:30",
"17:32",
"17:33",
"17:37",
"17:39",
"17:40",
"17:41",
"17:43",
"17:44",
"17:45",
"17:46",
"17:48",
"17:50",
"17:52",
"17:54",
"17:55",
"17:57",
"17:59",
"18:01",
"18:05",
"18:08",
"18:11",
"18:16",
"18:17",
"18:18",
"18:20",
"18:21",
"18:23",
"18:24",
"18:26",
"18:27",
"18:29",
"18:31",
"18:36"
],
[
"1-f952e61cab89e4af56e1",
1,
"17:37",
"17:38",
"17:39",
"17:41",
"17:43",
"17:45",
"17:46",
"17:50",
"17:52",
"17:53",
"17:54",
"17:56",
"17:57",
"17:58",
"17:59",
"18:01",
"18:03",
"18:04",
"18:06",
"18:08",
"18:09",
"18:11",
"18:13",
"18:17",
"18:20",
"18:23",
"18:28",
"18:29",
"18:30",
"18:32",
"18:33",
"18:35",
"18:36",
"18:38",
"18:39",
"18:41",
"18:43",
"18:48"
],
[
"1-ce09502262425ceadfc4",
1,
"17:50",
"17:51",
"17:52",
"17:54",
"17:56",
"17:58",
"17:59",
"18:03",
"18:05",
"18:06",
"18:07",
"18:08",
"18:09",
"18:10",
"18:11",
"18:13",
"18:15",
"18:16",
"18:18",
"18:20",
"18:21",
"18:23",
"18:25",
"18:29",
"18:32",
"18:35",
"18:40",
"18:41",
"18:42",
"18:44",
"18:45",
"18:47",
"18:48",
"18:50",
"18:51",
"18:53",
"18:55",
"19:00"
],
[
"1-122878864b1b4a8c6401",
1,
"18:03",
"18:04",
"18:05",
"18:07",
"18:09",
"18:11",
"18:12",
"18:16",
"18:18",
"18:19",
"18:20",
"18:21",
"18:22",
"18:23",
"18:24",
"18:26",
"18:28",
"18:29",
"18:31",
"18:33",
"18:34",
"18:36",
"18:38",
"18:42",
"18:45",
"18:48",
"18:53",
"18:54",
"18:55",
"18:57",
"18:58",
"19:00",
"19:01",
"19:03",
"19:03",
"19:05",
"19:07",
"19:11"
],
[
"1-a0dda30ea51498f41073",
1,
"18:16",
"18:17",
"18:18",
"18:20",
"18:22",
"18:24",
"18:25",
"18:29",
"18:31",
"18:32",
"18:33",
"18:34",
"18:35",
"18:36",
"18:37",
"18:39",
"18:41",
"18:42",
"18:44",
"18:46",
"18:47",
"18:49",
"18:50",
"18:55",
"18:58",
"19:01",
"19:05",
"19:06",
"19:07",
"19:10",
"19:11",
"19:12",
"19:13",
"19:15",
"19:15",
"19:17",
"19:19",
"19:23"
],
[
"1-4ea88622d05d799bdc3e",
1,
"18:29",
"18:30",
"18:31",
"18:33",
"18:35",
"18:37",
"18:38",
"18:42",
"18:44",
"18:45",
"18:46",
"18:47",
"18:48",
"18:49",
"18:50",
"18:52",
"18:54",
"18:55",
"18:57",
"18:59",
"19:00",
"19:02",
"19:03",
"19:08",
"19:11",
"19:14",
"19:18",
"19:19",
"19:20",
"19:21",
"19:22",
"19:23",
"19:24",
"19:26",
"19:26",
"19:28",
"19:30",
"19:34"
],
[
"1-427a5b11668628fa87aa",
1,
"18:42",
"18:43",
"18:44",
"18:46",
"18:48",
"18:50",
"18:51",
"18:55",
"18:57",
"18:58",
"18:59",
"19:00",
"19:01",
"19:02",
"19:03",
"19:05",
"19:06",
"19:08",
"19:10",
"19:11",
"19:12",
"19:14",
"19:15",
"19:20",
"19:22",
"19:25",
"19:29",
"19:30",
"19:31",
"19:32",
"19:33",
"19:34",
"19:35",
"19:37",
"19:37",
"19:39",
"19:41",
"19:45"
],
[
"1-57ea6121918b941702f9",
1,
"18:55",
"18:56",
"18:57",
"18:59",
"19:01",
"19:03",
"19:04",
"19:07",
"19:09",
"19:10",
"19:11",
"19:12",
"19:13",
"19:13",
"19:14",
"19:16",
"19:17",
"19:19",
"19:21",
"19:22",
"19:23",
"19:25",
"19:26",
"19:31",
"19:33",
"19:36",
"19:40",
"19:41",
"19:42",
"19:43",
"19:44",
"19:45",
"19:46",
"19:48",
"19:48",
"19:50",
"19:52",
"19:56"
],
[
"1-accf8955da9976cfc240",
1,
"19:09",
"19:10",
"19:11",
"19:13",
"19:14",
"19:16",
"19:17",
"19:20",
"19:22",
"19:23",
"19:24",
"19:25",
"19:26",
"19:26",
"19:27",
"19:29",
"19:30",
"19:31",
"19:33",
"19:34",
"19:35",
"19:37",
"19:38",
"19:42",
"19:44",
"19:47",
"19:51",
"19:52",
"19:53",
"19:55",
"19:56",
"19:57",
"19:58",
"20:00",
"20:00",
"20:02",
"20:04",
"20:07"
],
[
"1-e729220d5f1d149d0b25",
1,
"19:23",
"19:24",
"19:25",
"19:27",
"19:28",
"19:30",
"19:31",
"19:34",
"19:36",
"19:37",
"19:38",
"19:39",
"19:40",
"19:40",
"19:41",
"19:43",
"19:44",
"19:45",
"19:47",
"19:48",
"19:49",
"19:51",
"19:52",
"19:56",
"19:58",
"20:01",
"20:05",
"20:06",
"20:07",
"20:08",
"20:09",
"20:10",
"20:11",
"20:13",
"20:13",
"20:15",
"20:17",
"20:20"
],
[
"1-64872e049cc7f95c600a",
1,
"19:37",
"19:38",
"19:39",
"19:41",
"19:42",
"19:44",
"19:45",
"19:48",
"19:50",
"19:51",
"19:52",
"19:53",
"19:54",
"19:54",
"19:55",
"19:57",
"19:58",
"19:59",
"20:01",
"20:02",
"20:03",
"20:05",
"20:06",
"20:10",
"20:12",
"20:15",
"20:19",
"20:20",
"20:21",
"20:22",
"20:22",
"20:24",
"20:24",
"20:26",
"20:26",
"20:28",
"20:30",
"20:33"
],
[
"1-71ba92e3c562a4289a18",
1,
"19:50",
"19:51",
"19:52",
"19:54",
"19:55",
"19:57",
"19:58",
"20:01",
"20:03",
"20:04",
"20:05",
"20:06",
"20:07",
"20:07",
"20:08",
"20:10",
"20:11",
"20:12",
"20:14",
"20:15",
"20:16",
"20:18",
"20:19",
"20:23",
"20:25",
"20:28",
"20:32",
"20:33",
"20:34",
"20:35",
"20:35",
"20:37",
"20:37",
"20:39",
"20:39",
"20:41",
"20:43",
"20:46"
],
[
"1-f7e123729632d1ad02a5",
1,
"20:03",
"20:04",
"20:05",
"20:06",
"20:07",
"20:09",
"20:10",
"20:13",
"20:15",
"20:16",
"20:17",
"20:18",
"20:19",
"20:19",
"20:20",
"20:22",
"20:23",
"20:24",
"20:26",
"20:27",
"20:28",
"20:30",
"20:31",
"20:35",
"20:37",
"20:40",
"20:44",
"20:45",
"20:46",
"20:47",
"20:47",
"20:49",
"20:49",
"20:51",
"20:51",
"20:53",
"20:55",
"20:58"
],
[
"1-5cb1454ae46cf38558b1",
1,
"20:16",
"20:17",
"20:18",
"20:19",
"20:20",
"20:21",
"20:22",
"20:25",
"20:27",
"20:28",
"20:29",
"20:30",
"20:31",
"20:31",
"20:32",
"20:34",
"20:35",
"20:36",
"20:38",
"20:39",
"20:40",
"20:42",
"20:43",
"20:47",
"20:49",
"20:52",
"20:56",
"20:57",
"20:58",
"20:59",
"20:59",
"21:01",
"21:01",
"21:03",
"21:03",
"21:05",
"21:07",
"21:10"
],
[
"1-63b22cb457518352a8d2",
1,
"20:29",
"20:29",
"20:30",
"20:31",
"20:32",
"20:33",
"20:34",
"20:37",
"20:39",
"20:40",
"20:41",
"20:42",
"20:43",
"20:43",
"20:44",
"20:46",
"20:47",
"20:48",
"20:50",
"20:51",
"20:52",
"20:54",
"20:55",
"20:59",
"21:01",
"21:04",
"21:08",
"21:09",
"21:10",
"21:11",
"21:11",
"21:13",
"21:13",
"21:15",
"21:15",
"21:17",
"21:19",
"21:22"
],
[
"1-863c648aa3194e1c4e76",
1,
"20:42",
"20:42",
"20:43",
"20:44",
"20:45",
"20:46",
"20:47",
"20:49",
"20:51",
"20:52",
"20:53",
"20:54",
"20:55",
"20:55",
"20:56",
"20:58",
"20:59",
"21:00",
"21:02",
"21:03",
"21:04",
"21:06",
"21:07",
"21:11",
"21:13",
"21:16",
"21:20",
"21:21",
"21:22",
"21:23",
"21:23",
"21:25",
"21:25",
"21:27",
"21:27",
"21:29",
"21:31",
"21:34"
],
[
"1-0879b2f950c19e15e6d1",
1,
"20:56",
"20:56",
"20:57",
"20:58",
"20:59",
"21:00",
"21:01",
"21:03",
"21:05",
"21:05",
"21:06",
"21:07",
"21:08",
"21:09",
"21:09",
"21:11",
"21:12",
"21:13",
"21:15",
"21:16",
"21:17",
"21:19",
"21:20",
"21:24",
"21:26",
"21:29",
"21:33",
"21:34",
"21:35",
"21:36",
"21:36",
"21:38",
"21:38",
"21:40",
"21:40",
"21:42",
"21:44",
"21:47"
],
[
"1-32fdc6330e1625a026d0",
1,
"21:10",
"21:10",
"21:11",
"21:12",
"21:13",
"21:14",
"21:15",
"21:17",
"21:19",
"21:19",
"21:20",
"21:21",
"21:22",
"21:23",
"21:23",
"21:25",
"21:26",
"21:27",
"21:29",
"21:29",
"21:30",
"21:32",
"21:33",
"21:37",
"21:39",
"21:42",
"21:46",
"21:47",
"21:48",
"21:49",
"21:49",
"21:51",
"21:51",
"21:53",
"21:53",
"21:55",
"21:57",
"22:00"
],
[
"1-0d015f376653a6ac592a",
1,
"21:23",
"21:23",
"21:24",
"21:25",
"21:26",
"21:27",
"21:28",
"21:30",
"21:32",
"21:32",
"21:33",
"21:34",
"21:35",
"21:36",
"21:36",
"21:38",
"21:39",
"21:40",
"21:42",
"21:42",
"21:43",
"21:45",
"21:46",
"21:50",
"21:52",
"21:55",
"21:59",
"22:00",
"22:01",
"22:02",
"22:02",
"22:04",
"22:04",
"22:06",
"22:06",
"22:08",
"22:10",
"22:13"
],
[
"1-55a51be55412406f1699",
1,
"21:36",
"21:36",
"21:37",
"21:38",
"21:39",
"21:40",
"21:41",
"21:43",
"21:45",
"21:45",
"21:46",
"21:47",
"21:48",
"21:49",
"21:49",
"21:51",
"21:52",
"21:53",
"21:55",
"21:55",
"21:56",
"21:58",
"21:59",
"22:03",
"22:05",
"22:08",
"22:12",
"22:13",
"22:14",
"22:15",
"22:15",
"22:17",
"22:17",
"22:19",
"22:19",
"22:21",
"22:23",
"22:26"
],
[
"1-8e1ae024efee086cfff6",
1,
"21:49",
"21:49",
"21:50",
"21:51",
"21:52",
"21:53",
"21:54",
"21:56",
"21:58",
"21:58",
"21:59",
"22:00",
"22:01",
"22:02",
"22:02",
"22:04",
"22:05",
"22:06",
"22:08",
"22:08",
"22:09",
"22:11",
"22:12",
"22:16",
"22:18",
"22:21",
"22:25",
"22:26",
"22:27",
"22:28",
"22:28",
"22:30",
"22:30",
"22:32",
"22:32",
"22:34",
"22:36",
"22:39"
],
[
"1-2417ba6c1f547f314343",
1,
"22:02",
"22:02",
"22:03",
"22:04",
"22:05",
"22:06",
"22:07",
"22:09",
"22:11",
"22:11",
"22:12",
"22:13",
"22:14",
"22:15",
"22:15",
"22:17",
"22:18",
"22:19",
"22:21",
"22:21",
"22:22",
"22:24",
"22:25",
"22:29",
"22:31",
"22:34",
"22:38",
"22:39",
"22:40",
"22:41",
"22:41",
"22:43",
"22:43",
"22:45",
"22:45",
"22:47",
"22:49",
"22:52"
],
[
"1-c154dbb9cb2f6796af69",
1,
"22:15",
"22:15",
"22:16",
"22:17",
"22:18",
"22:19",
"22:20",
"22:22",
"22:24",
"22:24",
"22:25",
"22:26",
"22:27",
"22:28",
"22:28",
"22:30",
"22:31",
"22:32",
"22:34",
"22:34",
"22:35",
"22:37",
"22:38",
"22:42",
"22:44",
"22:47",
"22:51",
"22:52",
"22:53",
"22:54",
"22:54",
"22:56",
"22:56",
"22:58",
"22:58",
"23:00",
"23:02",
"23:05"
],
[
"1-0281b0350434d0a597f9",
1,
"22:28",
"22:28",
"22:29",
"22:30",
"22:31",
"22:32",
"22:33",
"22:35",
"22:37",
"22:37",
"22:38",
"22:39",
"22:40",
"22:41",
"22:41",
"22:43",
"22:44",
"22:45",
"22:47",
"22:47",
"22:48",
"22:50",
"22:51",
"22:55",
"22:57",
"23:00",
"23:04",
"23:05",
"23:06",
"23:07",
"23:07",
"23:08",
"23:09",
"23:10",
"23:10",
"23:12",
"23:14",
"23:17"
],
[
"1-ee37bdba6982326a5f58",
1,
"22:41",
"22:41",
"22:42",
"22:43",
"22:44",
"22:45",
"22:46",
"22:48",
"22:50",
"22:50",
"22:51",
"22:52",
"22:53",
"22:54",
"22:54",
"22:56",
"22:57",
"22:58",
"23:00",
"23:00",
"23:01",
"23:03",
"23:04",
"23:08",
"23:10",
"23:13",
"23:17",
"23:18",
"23:19",
"23:19",
"23:19",
"23:20",
"23:21",
"23:22",
"23:22",
"23:24",
"23:26",
"23:29"
],
[
"1-74be6d56967b3280c2f8",
1,
"22:54",
"22:54",
"22:55",
"22:56",
"22:57",
"22:58",
"22:59",
"23:01",
"23:03",
"23:03",
"23:04",
"23:05",
"23:06",
"23:07",
"23:07",
"23:09",
"23:10",
"23:11",
"23:13",
"23:13",
"23:14",
"23:16",
"23:17",
"23:20",
"23:22",
"23:25",
"23:28",
"23:29",
"23:30",
"23:31",
"23:31",
"23:32",
"23:33",
"23:34",
"23:34",
"23:36",
"23:38",
"23:41"
],
[
"1-5b1c7be04252676fdaab",
1,
"23:07",
"23:07",
"23:08",
"23:09",
"23:10",
"23:11",
"23:12",
"23:14",
"23:16",
"23:16",
"23:17",
"23:18",
"23:18",
"23:19",
"23:19",
"23:21",
"23:22",
"23:23",
"23:25",
"23:25",
"23:26",
"23:28",
"23:29",
"23:32",
"23:34",
"23:37",
"23:40",
"23:41",
"23:42",
"23:43",
"23:43",
"23:44",
"23:45",
"23:46",
"23:46",
"23:48",
"23:50",
"23:53"
],
[
"1-45e1a821875daacd1e4b",
1,
"23:20",
"23:20",
"23:21",
"23:22",
"23:23",
"23:24",
"23:25",
"23:27",
"23:29",
"23:29",
"23:30",
"23:31",
"23:31",
"23:32",
"23:32",
"23:34",
"23:35",
"23:36",
"23:37",
"23:38",
"23:38",
"23:40",
"23:41",
"23:44",
"23:46",
"23:49",
"23:52",
"23:53",
"23:54",
"23:55",
"23:55",
"23:56",
"23:57",
"23:58",
"23:58",
"24:00",
"24:02",
"24:05"
],
[
"1-129af4c3fdf99e186ad9",
1,
"23:33",
"23:33",
"23:34",
"23:35",
"23:36",
"23:37",
"23:38",
"23:40",
"23:42",
"23:42",
"23:43",
"23:44",
"23:44",
"23:45",
"23:45",
"23:47",
"23:48",
"23:49",
"23:50",
"23:51",
"23:51",
"23:53",
"23:54",
"23:57",
"23:59",
"24:01",
"24:04",
"24:05",
"24:06",
"24:07",
"24:07",
"24:08",
"24:09",
"24:10",
"24:10",
"24:12",
"24:14",
"24:17"
],
[
"1-985ef0f80a6c13dda886",
1,
"23:46",
"23:46",
"23:47",
"23:48",
"23:49",
"23:50",
"23:51",
"23:53",
"23:55",
"23:55",
"23:56",
"23:57",
"23:57",
"23:58",
"23:58",
"24:00",
"24:01",
"24:02",
"24:03",
"24:04",
"24:04",
"24:06",
"24:07",
"24:10",
"24:11",
"24:13",
"24:16",
"24:17",
"24:18",
"24:19",
"24:19",
"24:20",
"24:21",
"24:22",
"24:22",
"24:24",
"24:26",
"24:29"
],
[
"1-d92e4a8d967e07413b23",
1,
"23:59",
"23:59",
"24:00",
"24:01",
"24:02",
"24:03",
"24:04",
"24:06",
"24:08",
"24:08",
"24:09",
"24:10",
"24:10",
"24:11",
"24:11",
"24:13",
"24:14",
"24:15",
"24:16",
"24:17",
"24:17",
"24:19",
"24:20",
"24:23",
"24:24",
"24:26",
"24:29",
"24:30",
"24:31",
"24:32",
"24:32",
"24:33",
"24:34",
"24:35",
"24:35",
"24:37",
"24:38",
"24:41"
]
]
]
],
"timeFormat": "In each trip row, values after wheelchairAccessible are actual stop times aligned with the direction stopRefs; null means the trip skips that stop. A,D|PD means arrival and departure times plus pickup and drop-off flags.",
"serviceDate": "2026-08-11"
}Response Schema
View JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Compact Line Response",
"type": "object",
"properties": {
"regionName": {
"type": "string",
"description": "Transit data region that served the request"
},
"imperial": {
"type": "boolean",
"description": "Optional flag, present as true for US/UK; numeric distance fields remain in meters"
},
"route": {
"type": "object",
"properties": {
"routeId": {
"type": [
"string",
"null"
],
"description": "Internal route identifier"
},
"countryIso": {
"type": [
"string",
"null"
],
"description": "ISO 3166-1 alpha-3 country code (e.g. 'GBR')"
},
"shortName": {
"type": [
"string",
"null"
],
"description": "Short name"
},
"longName": {
"type": [
"string",
"null"
],
"description": "Long name"
},
"mode": {
"type": [
"string",
"null"
],
"description": "Travel mode of the section (pedestrian, transit, ...)"
},
"typeName": {
"type": [
"string",
"null"
],
"description": "Transport category"
},
"operatorId": {
"type": [
"string",
"null"
],
"description": "Operator identifier"
},
"operator": {
"type": [
"string",
"null"
],
"description": "Operator name"
},
"timezone": {
"type": [
"string",
"null"
],
"description": "IANA route timezone"
},
"localTime": {
"type": [
"string",
"null"
],
"description": "Current route-local timestamp"
},
"inService": {
"type": [
"boolean",
"null"
],
"description": "Whether the route currently operates"
}
},
"required": [
"routeId",
"countryIso",
"shortName",
"longName",
"mode",
"typeName",
"operatorId",
"operator",
"timezone",
"localTime",
"inService"
],
"additionalProperties": false,
"description": "Route metadata needed to describe and re-query the line"
},
"stopFields": {
"type": "array",
"items": [
{
"const": "stopId"
},
{
"const": "countryIso"
},
{
"const": "name"
},
{
"const": "lat"
},
{
"const": "lon"
},
{
"const": "wheelchairBoarding"
}
],
"additionalItems": false,
"minItems": 6,
"maxItems": 6,
"description": "Column order for stops rows"
},
"stops": {
"type": "array",
"items": {
"type": "array",
"items": [
{
"type": [
"string",
"null"
],
"description": "Stop identifier for departure requests"
},
{
"type": [
"string",
"null"
],
"description": "ISO 3166-1 alpha-3 country code for follow-up requests"
},
{
"type": [
"string",
"null"
],
"description": "Stop name"
},
{
"type": [
"number",
"null"
],
"description": "Latitude in decimal degrees"
},
{
"type": [
"number",
"null"
],
"description": "Longitude in decimal degrees"
},
{
"enum": [
1,
2,
null
],
"description": "Wheelchair accessibility of the stop"
}
],
"additionalItems": false,
"minItems": 6,
"maxItems": 6
},
"description": "Globally deduplicated stops used by all directions"
},
"tripRowFormat": {
"type": "array",
"items": [
{
"const": "tripId"
},
{
"const": "wheelchairAccessible"
},
{
"const": "then one stop time or null per stopRef"
}
],
"additionalItems": false,
"minItems": 3,
"maxItems": 3,
"description": "Every trip row starts with tripId and accessibility, followed by a time or null for every stopRef"
},
"directionFields": {
"type": "array",
"items": [
{
"const": "id"
},
{
"const": "name"
},
{
"const": "inService"
},
{
"const": "stopRefs"
},
{
"const": "tripRows"
}
],
"additionalItems": false,
"minItems": 5,
"maxItems": 5,
"description": "Column order for directions rows"
},
"directions": {
"type": "array",
"items": {
"type": "array",
"items": [
{
"type": [
"string",
"null"
],
"description": "Direction identifier"
},
{
"type": [
"string",
"null"
],
"description": "Direction name or headsign"
},
{
"type": [
"boolean",
"null"
],
"description": "Whether the direction currently operates"
},
{
"type": "array",
"items": {
"type": "integer",
"minimum": 0
},
"description": "Ordered indexes into stops"
},
{
"type": "array",
"items": {
"type": "array",
"items": [
{
"type": [
"string",
"null"
],
"description": "Trip identifier for follow-up requests"
},
{
"enum": [
1,
2,
null
],
"description": "Wheelchair accessibility of the trip"
}
],
"additionalItems": {
"type": [
"string",
"null"
]
},
"minItems": 2
},
"description": "Trip matrix; times after the first two cells align with stopRefs"
}
],
"additionalItems": false,
"minItems": 5,
"maxItems": 5
},
"description": "All directions with ordered stopRefs and their trip matrices"
},
"alertFields": {
"type": "array",
"items": [
{
"const": "id"
},
{
"const": "cause"
},
{
"const": "effect"
},
{
"const": "header"
},
{
"const": "description"
},
{
"const": "url"
},
{
"const": "validFrom"
},
{
"const": "validUntil"
},
{
"const": "origin"
},
{
"const": "operatorId"
},
{
"const": "countryIso"
},
{
"const": "routeIds"
},
{
"const": "stopIds"
}
],
"additionalItems": false,
"minItems": 13,
"maxItems": 13,
"description": "Column order for alerts rows"
},
"alerts": {
"type": "array",
"items": {
"type": "array",
"items": [
{
"type": [
"string",
"null"
],
"description": "Alert identifier"
},
{
"type": [
"string",
"null"
],
"description": "GTFS-RT alert cause"
},
{
"type": [
"string",
"null"
],
"description": "GTFS-RT alert effect"
},
{
"type": [
"string",
"null"
],
"description": "Short alert headline"
},
{
"type": [
"string",
"null"
],
"description": "Full alert text"
},
{
"type": [
"string",
"null"
],
"description": "Link with more information"
},
{
"type": [
"string",
"null"
],
"description": "Alert start time"
},
{
"type": [
"string",
"null"
],
"description": "Alert end time"
},
{
"type": [
"string",
"null"
],
"description": "Alert source"
},
{
"type": [
"string",
"null"
],
"description": "Operator identifier"
},
{
"type": [
"string",
"null"
],
"description": "ISO 3166-1 alpha-3 country code for the operator"
},
{
"type": [
"array",
"null"
],
"items": {
"type": "string"
},
"description": "Route identifiers affected by the alert"
},
{
"type": [
"array",
"null"
],
"items": {
"type": "string"
},
"description": "Stop identifiers affected by the alert"
}
],
"additionalItems": false,
"minItems": 13,
"maxItems": 13
},
"description": "Service alerts/disruptions affecting the result"
},
"timeFormat": {
"type": "string",
"description": "How trip-row times align with direction stopRefs"
},
"serviceDate": {
"type": "string",
"description": "Service date represented by the timetable"
}
},
"required": [
"regionName",
"route",
"stopFields",
"stops",
"tripRowFormat",
"directionFields",
"directions",
"timeFormat"
]
}Response Codes
200
Compact route timetable with every scheduled trip400
Invalid or missing parameters / unknown regionName404
Route not found500
Internal server error