Resource details
This resource file is part of the dataset Réseau urbain Marinéo.
Download availability
Learn more
HEAD request with a timeout of 5 seconds. If we detect a downtime, we perform subsequent tests every 10 minutes, until the resource is back online.For SIRI and SIRI Lite feeds, we perform a
GET request: a 401 or 405 status code is considered successful. In case of HTTP 500, the feed will be considered unavailable, unless the body appears to contain SOAP.Validation details
❌120 errors, 33 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-04-13 at 09:15 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
GTFS-rt stop_id does not exist in GTFS data E011 8 errors
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Sample errors
- trip_id 21370113 stop_id wimmair3 does not exist in GTFS data stops.txt
- trip_id 21370114 stop_id wimmair3 does not exist in GTFS data stops.txt
- trip_id 21370118 stop_id wimmair3 does not exist in GTFS data stops.txt
- trip_id 21369996 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21369987 stop_id wimmair4 does not exist in GTFS data stops.txt
stop_times_updates not strictly sorted E002 12 errors
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Sample errors
- trip_id 21323514 stop_sequence [10, 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] is not strictly sorted by increasing stop_sequence
- trip_id 21323515 stop_sequence [10, 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] is not strictly sorted by increasing stop_sequence
- trip_id 21370113 stop_sequence [29, 1] is not strictly sorted by increasing stop_sequence
- trip_id 21370114 stop_sequence [27, 1] is not strictly sorted by increasing stop_sequence
- trip_id 21370118 stop_sequence [29, 1] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 83 errors
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Sample errors
- trip_id 21323514 stop_sequence 1 departure_time 08:46:31 (1776062791) is less than previous stop departure_time 09:04:52 (1776063892) - times must increase between two sequential stops
- trip_id 21323514 stop_sequence 1 departure_time 08:46:31 (1776062791) is less than previous stop arrival_time 09:04:52 (1776063892) - times must increase between two sequential stops
- trip_id 21323514 stop_sequence 2 arrival_time 08:47:22 (1776062842) is less than previous stop arrival_time 09:04:52 (1776063892) - times must increase between two sequential stops
- trip_id 21323514 stop_sequence 2 departure_time 08:47:30 (1776062850) is less than previous stop arrival_time 09:04:52 (1776063892) - times must increase between two sequential stops
- trip_id 21323515 stop_id bsmjul1 arrival_time 09:14:55 (1776064495) is equal to previous stop arrival_time 09:14:55 (1776064495) - times must increase between two sequential stops
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 8 errors
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Sample errors
- GTFS-rt trip_id 21370112 stop_sequence 4 has stop_id smbecol but GTFS stop_sequence 4 has stop_id smbecol3 - stop_ids should be the same
- GTFS-rt trip_id 21323584 stop_sequence 11 has stop_id smbheli but GTFS stop_sequence 11 has stop_id smbheli2 - stop_ids should be the same
- GTFS-rt trip_id 21369987 stop_sequence 43 has stop_id wimmair4 but GTFS stop_sequence 43 has stop_id wimmair2 - stop_ids should be the same
- GTFS-rt trip_id 21369991 stop_sequence 25 has stop_id wimmair4 but GTFS stop_sequence 25 has stop_id wimmair2 - stop_ids should be the same
- GTFS-rt trip_id 21370104 stop_sequence 13 has stop_id smbecol but GTFS stop_sequence 13 has stop_id smbecol3 - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 9 errors
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Sample errors
- GTFS-rt trip_id 21370113 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21370114 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21370118 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21323550 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21323551 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
Warnings
vehicle_id not populated W002 33 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id 21370100 does not have a vehicle_id
- trip_id 21323836 does not have a vehicle_id
- trip_id 21323830 does not have a vehicle_id
- trip_id 21370113 does not have a vehicle_id
- trip_id 21370112 does not have a vehicle_id
Previous validations
Here is a recap of all the error types encountered over the last 30 days.
| Error ID | Description | Errors count | Number of occurences |
|---|---|---|---|
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 230 | 30 times (100 % of validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 361 | 30 times (100 % of validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 955 | 30 times (100 % of validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 844 | 24 times (80 % of validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 40 | 17 times (57 % of validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 7 | 7 times (23 % of validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 7 | 7 times (23 % of validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 3 | 3 times (10 % of validations) |
| E009 | If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence | 2 | 1 times (3 % of validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 9 | 1 times (3 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-04-13 at 10:47 Europe/Paris.
trip_updates (62) vehicle_positions (0) service_alerts (0)Entities seen in the last 7 days.
trip_updatesDecoded GTFS-RT feed
See full payload
Here is the decoded GTFS-RT feed Protobuf at 2026-04-13 at 10:47 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "21323837",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072900",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323837"
}
}
},
{
"id": "21323826",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776070054",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
},
{
"arrival": {
"time": "1776070184",
"uncertainty": 120
},
"departure": {
"time": "1776070184",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1776070273",
"uncertainty": 120
},
"departure": {
"time": "1776070273",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776070365",
"uncertainty": 120
},
"departure": {
"time": "1776070365",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1776070520",
"uncertainty": 120
},
"departure": {
"time": "1776070520",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776070555",
"uncertainty": 120
},
"departure": {
"time": "1776070555",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070595",
"uncertainty": 120
},
"departure": {
"time": "1776070595",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070665",
"uncertainty": 120
},
"departure": {
"time": "1776070665",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070747",
"uncertainty": 120
},
"departure": {
"time": "1776070747",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070910",
"uncertainty": 120
},
"departure": {
"time": "1776070910",
"uncertainty": 120
},
"stopId": "leopet1",
"stopSequence": 10
},
{
"arrival": {
"time": "1776071040",
"uncertainty": 120
},
"departure": {
"time": "1776071040",
"uncertainty": 120
},
"stopId": "lebeau3",
"stopSequence": 11
},
{
"arrival": {
"time": "1776071089",
"uncertainty": 120
},
"departure": {
"time": "1776071089",
"uncertainty": 120
},
"stopId": "leocite",
"stopSequence": 12
},
{
"arrival": {
"time": "1776071121",
"uncertainty": 120
},
"departure": {
"time": "1776071121",
"uncertainty": 120
},
"stopId": "leobel1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776071199",
"uncertainty": 120
},
"departure": {
"time": "1776071199",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776071297",
"uncertainty": 120
},
"departure": {
"time": "1776071297",
"uncertainty": 120
},
"stopId": "leopon1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776071361",
"uncertainty": 120
},
"departure": {
"time": "1776071361",
"uncertainty": 120
},
"stopId": "leomair",
"stopSequence": 16
},
{
"arrival": {
"time": "1776071410",
"uncertainty": 120
},
"departure": {
"time": "1776071410",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 17
},
{
"arrival": {
"time": "1776071450",
"uncertainty": 120
},
"departure": {
"time": "1776071450",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 18
},
{
"arrival": {
"time": "1776071539",
"uncertainty": 120
},
"departure": {
"time": "1776071539",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 19
},
{
"arrival": {
"time": "1776071591",
"uncertainty": 120
},
"departure": {
"time": "1776071591",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776071616",
"uncertainty": 120
},
"departure": {
"time": "1776071616",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776071668",
"uncertainty": 120
},
"departure": {
"time": "1776071668",
"uncertainty": 120
},
"stopId": "leochat",
"stopSequence": 22
},
{
"arrival": {
"time": "1776071717",
"uncertainty": 120
},
"departure": {
"time": "1776071717",
"uncertainty": 120
},
"stopId": "isqresi",
"stopSequence": 23
},
{
"arrival": {
"time": "1776071816",
"uncertainty": 120
},
"departure": {
"time": "1776071816",
"uncertainty": 120
},
"stopId": "isqhame",
"stopSequence": 24
},
{
"arrival": {
"time": "1776071955",
"uncertainty": 120
},
"departure": {
"time": "1776071955",
"uncertainty": 120
},
"stopId": "isqmair",
"stopSequence": 25
},
{
"arrival": {
"time": "1776072037",
"uncertainty": 120
},
"departure": {
"time": "1776072037",
"uncertainty": 120
},
"stopId": "isqcast",
"stopSequence": 26
},
{
"arrival": {
"time": "1776072078",
"uncertainty": 120
},
"departure": {
"time": "1776072078",
"uncertainty": 120
},
"stopId": "isqegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1776072141",
"uncertainty": 120
},
"stopId": "isqvill",
"stopSequence": 28
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323826"
},
"vehicle": {
"id": "180",
"label": "180"
}
}
},
{
"id": "21323831",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072600",
"uncertainty": 120
},
"stopId": "isqvill2",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323831"
}
}
},
{
"id": "21370129",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776075072",
"uncertainty": 120
},
"departure": {
"time": "1776075072",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776072600",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776072667",
"uncertainty": 120
},
"departure": {
"time": "1776072667",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776072733",
"uncertainty": 120
},
"departure": {
"time": "1776072733",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776072861",
"uncertainty": 120
},
"departure": {
"time": "1776072861",
"uncertainty": 120
},
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776072960",
"uncertainty": 120
},
"departure": {
"time": "1776072960",
"uncertainty": 120
},
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776073015",
"uncertainty": 120
},
"departure": {
"time": "1776073015",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776073143",
"uncertainty": 120
},
"departure": {
"time": "1776073143",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776073200",
"uncertainty": 120
},
"departure": {
"time": "1776073200",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776073240",
"uncertainty": 120
},
"departure": {
"time": "1776073240",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776073286",
"uncertainty": 120
},
"departure": {
"time": "1776073286",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776073331",
"uncertainty": 120
},
"departure": {
"time": "1776073331",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776073501",
"uncertainty": 120
},
"departure": {
"time": "1776073501",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776073560",
"uncertainty": 120
},
"departure": {
"time": "1776073560",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776073638",
"uncertainty": 120
},
"departure": {
"time": "1776073638",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776073740",
"uncertainty": 120
},
"departure": {
"time": "1776073740",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776073807",
"uncertainty": 120
},
"departure": {
"time": "1776073807",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1776073917",
"uncertainty": 120
},
"departure": {
"time": "1776073917",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1776074028",
"uncertainty": 120
},
"departure": {
"time": "1776074028",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1776074160",
"uncertainty": 120
},
"departure": {
"time": "1776074160",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776074229",
"uncertainty": 120
},
"departure": {
"time": "1776074229",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776074391",
"uncertainty": 120
},
"departure": {
"time": "1776074391",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776074497",
"uncertainty": 120
},
"departure": {
"time": "1776074497",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1776074583",
"uncertainty": 120
},
"departure": {
"time": "1776074583",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1776074715",
"uncertainty": 120
},
"departure": {
"time": "1776074715",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1776074820",
"uncertainty": 120
},
"departure": {
"time": "1776074880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1776074957",
"uncertainty": 120
},
"departure": {
"time": "1776074957",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776075072",
"uncertainty": 120
},
"departure": {
"time": "1776075072",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776075192",
"uncertainty": 120
},
"departure": {
"time": "1776075192",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776075300",
"uncertainty": 120
},
"departure": {
"time": "1776075300",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1776075380",
"uncertainty": 120
},
"departure": {
"time": "1776075380",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1776075492",
"uncertainty": 120
},
"departure": {
"time": "1776075492",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1776075575",
"uncertainty": 120
},
"departure": {
"time": "1776075575",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1776075607",
"uncertainty": 120
},
"departure": {
"time": "1776075607",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1776075699",
"uncertainty": 120
},
"departure": {
"time": "1776075699",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1776075732",
"uncertainty": 120
},
"departure": {
"time": "1776075732",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1776075793",
"uncertainty": 120
},
"departure": {
"time": "1776075793",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1776075912",
"uncertainty": 120
},
"departure": {
"time": "1776075912",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1776076055",
"uncertainty": 120
},
"departure": {
"time": "1776076055",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1776076092",
"uncertainty": 120
},
"departure": {
"time": "1776076092",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1776076135",
"uncertainty": 120
},
"departure": {
"time": "1776076135",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1776076212",
"uncertainty": 120
},
"departure": {
"time": "1776076212",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1776076320",
"uncertainty": 120
},
"departure": {
"time": "1776076320",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1776076378",
"uncertainty": 120
},
"departure": {
"time": "1776076378",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1776076417",
"uncertainty": 120
},
"departure": {
"time": "1776076417",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1776076512",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370129"
}
}
},
{
"id": "21370128",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072000",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370128"
}
}
},
{
"id": "21370131",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776075907",
"uncertainty": 120
},
"departure": {
"time": "1776075907",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776073500",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1776073540",
"uncertainty": 120
},
"departure": {
"time": "1776073540",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776073593",
"uncertainty": 120
},
"departure": {
"time": "1776073593",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776073662",
"uncertainty": 120
},
"departure": {
"time": "1776073662",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776073703",
"uncertainty": 120
},
"departure": {
"time": "1776073703",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776073765",
"uncertainty": 120
},
"departure": {
"time": "1776073765",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776073854",
"uncertainty": 120
},
"departure": {
"time": "1776073854",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776073931",
"uncertainty": 120
},
"departure": {
"time": "1776073931",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776074004",
"uncertainty": 120
},
"departure": {
"time": "1776074004",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776074089",
"uncertainty": 120
},
"departure": {
"time": "1776074089",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776074220",
"uncertainty": 120
},
"departure": {
"time": "1776074220",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 11
},
{
"arrival": {
"time": "1776074258",
"uncertainty": 120
},
"departure": {
"time": "1776074258",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776074296",
"uncertainty": 120
},
"departure": {
"time": "1776074296",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776074333",
"uncertainty": 120
},
"departure": {
"time": "1776074333",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776074417",
"uncertainty": 120
},
"departure": {
"time": "1776074417",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776074589",
"uncertainty": 120
},
"departure": {
"time": "1776074589",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1776074675",
"uncertainty": 120
},
"departure": {
"time": "1776074675",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776074724",
"uncertainty": 120
},
"departure": {
"time": "1776074724",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776074776",
"uncertainty": 120
},
"departure": {
"time": "1776074776",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776074840",
"uncertainty": 120
},
"departure": {
"time": "1776074840",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776074880",
"uncertainty": 120
},
"departure": {
"time": "1776074880",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776074959",
"uncertainty": 120
},
"departure": {
"time": "1776074959",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776075085",
"uncertainty": 120
},
"departure": {
"time": "1776075085",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776075226",
"uncertainty": 120
},
"departure": {
"time": "1776075226",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1776075342",
"uncertainty": 120
},
"departure": {
"time": "1776075342",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1776075519",
"uncertainty": 120
},
"departure": {
"time": "1776075519",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1776075660",
"uncertainty": 120
},
"departure": {
"time": "1776075720",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1776075797",
"uncertainty": 120
},
"departure": {
"time": "1776075797",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776075907",
"uncertainty": 120
},
"departure": {
"time": "1776075907",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776076100",
"uncertainty": 120
},
"departure": {
"time": "1776076100",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776076178",
"uncertainty": 120
},
"departure": {
"time": "1776076178",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1776076317",
"uncertainty": 120
},
"departure": {
"time": "1776076317",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1776076387",
"uncertainty": 120
},
"departure": {
"time": "1776076387",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1776076468",
"uncertainty": 120
},
"departure": {
"time": "1776076468",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1776076535",
"uncertainty": 120
},
"departure": {
"time": "1776076535",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1776076627",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370131"
}
}
},
{
"id": "21370130",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072240",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370130"
}
}
},
{
"id": "21370121",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776069300",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069361",
"uncertainty": 120
},
"departure": {
"time": "1776069451",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776069513",
"uncertainty": 120
},
"departure": {
"time": "1776069513",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776069631",
"uncertainty": 120
},
"departure": {
"time": "1776069666",
"uncertainty": 120
},
"stopId": "outcite",
"stopSequence": 4
},
{
"arrival": {
"time": "1776069706",
"uncertainty": 120
},
"departure": {
"time": "1776069706",
"uncertainty": 120
},
"stopId": "outfleu",
"stopSequence": 5
},
{
"arrival": {
"time": "1776069733",
"uncertainty": 120
},
"departure": {
"time": "1776069751",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 6
},
{
"arrival": {
"time": "1776069901",
"uncertainty": 120
},
"departure": {
"time": "1776069901",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1776069992",
"uncertainty": 120
},
"departure": {
"time": "1776070022",
"uncertainty": 120
},
"stopId": "outrsal3",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070060",
"uncertainty": 120
},
"departure": {
"time": "1776070060",
"uncertainty": 120
},
"stopId": "outbert2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070122",
"uncertainty": 120
},
"departure": {
"time": "1776070122",
"uncertainty": 120
},
"stopId": "outhlm2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070203",
"uncertainty": 120
},
"departure": {
"time": "1776070203",
"uncertainty": 120
},
"stopId": "outdes2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070257",
"uncertainty": 120
},
"departure": {
"time": "1776070257",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070366",
"uncertainty": 120
},
"departure": {
"time": "1776070366",
"uncertainty": 120
},
"stopId": "outlidl",
"stopSequence": 13
},
{
"arrival": {
"time": "1776070546",
"uncertainty": 120
},
"departure": {
"time": "1776070546",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776070686",
"uncertainty": 120
},
"departure": {
"time": "1776070686",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776070762",
"uncertainty": 120
},
"departure": {
"time": "1776070762",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1776070926",
"uncertainty": 120
},
"departure": {
"time": "1776070926",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1776071057",
"uncertainty": 120
},
"departure": {
"time": "1776071057",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1776071166",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 19
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370121"
},
"vehicle": {
"id": "162",
"label": "162"
}
}
},
{
"id": "21370120",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776068796",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776068836",
"uncertainty": 120
},
"departure": {
"time": "1776068836",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776068911",
"uncertainty": 120
},
"departure": {
"time": "1776069002",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776069055",
"uncertainty": 120
},
"departure": {
"time": "1776069055",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776069099",
"uncertainty": 120
},
"departure": {
"time": "1776069152",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776069242",
"uncertainty": 120
},
"departure": {
"time": "1776069242",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776069345",
"uncertainty": 120
},
"departure": {
"time": "1776069345",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1776069388",
"uncertainty": 120
},
"departure": {
"time": "1776069388",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1776069448",
"uncertainty": 120
},
"departure": {
"time": "1776069480",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776069594",
"uncertainty": 120
},
"departure": {
"time": "1776069662",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1776069752",
"uncertainty": 120
},
"departure": {
"time": "1776069840",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070077",
"uncertainty": 120
},
"departure": {
"time": "1776070077",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070197",
"uncertainty": 120
},
"departure": {
"time": "1776070320",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776070389",
"uncertainty": 120
},
"departure": {
"time": "1776070389",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776070464",
"uncertainty": 120
},
"departure": {
"time": "1776070464",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1776070537",
"uncertainty": 120
},
"departure": {
"time": "1776070537",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1776070606",
"uncertainty": 120
},
"departure": {
"time": "1776070606",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1776070658",
"uncertainty": 120
},
"departure": {
"time": "1776070658",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1776070713",
"uncertainty": 120
},
"departure": {
"time": "1776070713",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1776070774",
"uncertainty": 120
},
"departure": {
"time": "1776070774",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1776070845",
"uncertainty": 120
},
"departure": {
"time": "1776070845",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1776070918",
"uncertainty": 120
},
"departure": {
"time": "1776070918",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1776070994",
"uncertainty": 120
},
"departure": {
"time": "1776070994",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1776071074",
"uncertainty": 120
},
"departure": {
"time": "1776071074",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1776071187",
"uncertainty": 120
},
"departure": {
"time": "1776071187",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776071240",
"uncertainty": 120
},
"departure": {
"time": "1776071240",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1776071301",
"uncertainty": 120
},
"departure": {
"time": "1776071301",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776071349",
"uncertainty": 120
},
"departure": {
"time": "1776071349",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776071409",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370120"
},
"vehicle": {
"id": "196",
"label": "196"
}
}
},
{
"id": "21370123",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776069692",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069748",
"uncertainty": 120
},
"departure": {
"time": "1776069748",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776069835",
"uncertainty": 120
},
"departure": {
"time": "1776069835",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776069872",
"uncertainty": 120
},
"departure": {
"time": "1776069872",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776069920",
"uncertainty": 120
},
"departure": {
"time": "1776069992",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776070068",
"uncertainty": 120
},
"departure": {
"time": "1776070068",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070170",
"uncertainty": 120
},
"departure": {
"time": "1776070170",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070215",
"uncertainty": 120
},
"departure": {
"time": "1776070215",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070281",
"uncertainty": 120
},
"departure": {
"time": "1776070281",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070402",
"uncertainty": 120
},
"departure": {
"time": "1776070402",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070500",
"uncertainty": 120
},
"departure": {
"time": "1776070500",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070751",
"uncertainty": 120
},
"departure": {
"time": "1776070751",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070871",
"uncertainty": 120
},
"departure": {
"time": "1776071100",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776071169",
"uncertainty": 120
},
"departure": {
"time": "1776071169",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776071244",
"uncertainty": 120
},
"departure": {
"time": "1776071244",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1776071316",
"uncertainty": 120
},
"departure": {
"time": "1776071316",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1776071390",
"uncertainty": 120
},
"departure": {
"time": "1776071390",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1776071450",
"uncertainty": 120
},
"departure": {
"time": "1776071450",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1776071504",
"uncertainty": 120
},
"departure": {
"time": "1776071504",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1776071566",
"uncertainty": 120
},
"departure": {
"time": "1776071566",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1776071637",
"uncertainty": 120
},
"departure": {
"time": "1776071637",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1776071710",
"uncertainty": 120
},
"departure": {
"time": "1776071710",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1776071786",
"uncertainty": 120
},
"departure": {
"time": "1776071786",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1776071875",
"uncertainty": 120
},
"departure": {
"time": "1776071875",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1776071987",
"uncertainty": 120
},
"departure": {
"time": "1776071987",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776072047",
"uncertainty": 120
},
"departure": {
"time": "1776072047",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1776072119",
"uncertainty": 120
},
"departure": {
"time": "1776072119",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776072167",
"uncertainty": 120
},
"departure": {
"time": "1776072167",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776072227",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370123"
},
"vehicle": {
"id": "171",
"label": "171"
}
}
},
{
"id": "21370122",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776071916",
"uncertainty": 120
},
"departure": {
"time": "1776071916",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776069622",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069676",
"uncertainty": 120
},
"departure": {
"time": "1776069676",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776069712",
"uncertainty": 120
},
"departure": {
"time": "1776069712",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776069858",
"uncertainty": 120
},
"departure": {
"time": "1776069862",
"uncertainty": 120
},
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776069951",
"uncertainty": 120
},
"departure": {
"time": "1776069952",
"uncertainty": 120
},
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776069999",
"uncertainty": 120
},
"departure": {
"time": "1776069999",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070083",
"uncertainty": 120
},
"departure": {
"time": "1776070083",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070140",
"uncertainty": 120
},
"departure": {
"time": "1776070140",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070180",
"uncertainty": 120
},
"departure": {
"time": "1776070180",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070226",
"uncertainty": 120
},
"departure": {
"time": "1776070226",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070271",
"uncertainty": 120
},
"departure": {
"time": "1776070271",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070441",
"uncertainty": 120
},
"departure": {
"time": "1776070441",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070500",
"uncertainty": 120
},
"departure": {
"time": "1776070500",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776070564",
"uncertainty": 120
},
"departure": {
"time": "1776070564",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776070666",
"uncertainty": 120
},
"departure": {
"time": "1776070666",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776070733",
"uncertainty": 120
},
"departure": {
"time": "1776070733",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1776070843",
"uncertainty": 120
},
"departure": {
"time": "1776070843",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1776070954",
"uncertainty": 120
},
"departure": {
"time": "1776070954",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1776071086",
"uncertainty": 120
},
"departure": {
"time": "1776071086",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776071155",
"uncertainty": 120
},
"departure": {
"time": "1776071155",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776071317",
"uncertainty": 120
},
"departure": {
"time": "1776071317",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776071393",
"uncertainty": 120
},
"departure": {
"time": "1776071393",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1776071463",
"uncertainty": 120
},
"departure": {
"time": "1776071463",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1776071559",
"uncertainty": 120
},
"departure": {
"time": "1776071559",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1776071700",
"uncertainty": 120
},
"departure": {
"time": "1776071760",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1776071837",
"uncertainty": 120
},
"departure": {
"time": "1776071837",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776071916",
"uncertainty": 120
},
"departure": {
"time": "1776071916",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776072036",
"uncertainty": 120
},
"departure": {
"time": "1776072036",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776072144",
"uncertainty": 120
},
"departure": {
"time": "1776072144",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1776072225",
"uncertainty": 120
},
"departure": {
"time": "1776072225",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1776072337",
"uncertainty": 120
},
"departure": {
"time": "1776072337",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1776072420",
"uncertainty": 120
},
"departure": {
"time": "1776072420",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1776072452",
"uncertainty": 120
},
"departure": {
"time": "1776072452",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1776072544",
"uncertainty": 120
},
"departure": {
"time": "1776072544",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1776072577",
"uncertainty": 120
},
"departure": {
"time": "1776072577",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1776072640",
"uncertainty": 120
},
"departure": {
"time": "1776072640",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1776072759",
"uncertainty": 120
},
"departure": {
"time": "1776072759",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1776072902",
"uncertainty": 120
},
"departure": {
"time": "1776072902",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1776072939",
"uncertainty": 120
},
"departure": {
"time": "1776072939",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1776072982",
"uncertainty": 120
},
"departure": {
"time": "1776072982",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1776073059",
"uncertainty": 120
},
"departure": {
"time": "1776073059",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1776073167",
"uncertainty": 120
},
"departure": {
"time": "1776073167",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1776073225",
"uncertainty": 120
},
"departure": {
"time": "1776073225",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1776073264",
"uncertainty": 120
},
"departure": {
"time": "1776073264",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1776073359",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370122"
},
"vehicle": {
"id": "532",
"label": "532"
}
}
},
{
"id": "21370125",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776073210",
"uncertainty": 120
},
"departure": {
"time": "1776073210",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776070800",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1776070844",
"uncertainty": 120
},
"departure": {
"time": "1776070844",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776070902",
"uncertainty": 120
},
"departure": {
"time": "1776070902",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776070976",
"uncertainty": 120
},
"departure": {
"time": "1776070976",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776071020",
"uncertainty": 120
},
"departure": {
"time": "1776071020",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776071087",
"uncertainty": 120
},
"departure": {
"time": "1776071087",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776071183",
"uncertainty": 120
},
"departure": {
"time": "1776071183",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776071266",
"uncertainty": 120
},
"departure": {
"time": "1776071266",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776071345",
"uncertainty": 120
},
"departure": {
"time": "1776071345",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776071437",
"uncertainty": 120
},
"departure": {
"time": "1776071437",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776071580",
"uncertainty": 120
},
"departure": {
"time": "1776071580",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 11
},
{
"arrival": {
"time": "1776071622",
"uncertainty": 120
},
"departure": {
"time": "1776071622",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776071663",
"uncertainty": 120
},
"departure": {
"time": "1776071663",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776071703",
"uncertainty": 120
},
"departure": {
"time": "1776071703",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776071795",
"uncertainty": 120
},
"departure": {
"time": "1776071795",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776071983",
"uncertainty": 120
},
"departure": {
"time": "1776071983",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1776072076",
"uncertainty": 120
},
"departure": {
"time": "1776072076",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776072129",
"uncertainty": 120
},
"departure": {
"time": "1776072129",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776072186",
"uncertainty": 120
},
"departure": {
"time": "1776072186",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776072256",
"uncertainty": 120
},
"departure": {
"time": "1776072256",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776072300",
"uncertainty": 120
},
"departure": {
"time": "1776072300",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776072367",
"uncertainty": 120
},
"departure": {
"time": "1776072367",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776072473",
"uncertainty": 120
},
"departure": {
"time": "1776072473",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776072593",
"uncertainty": 120
},
"departure": {
"time": "1776072593",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1776072691",
"uncertainty": 120
},
"departure": {
"time": "1776072691",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1776072841",
"uncertainty": 120
},
"departure": {
"time": "1776072841",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1776072960",
"uncertainty": 120
},
"departure": {
"time": "1776073020",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1776073097",
"uncertainty": 120
},
"departure": {
"time": "1776073097",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776073210",
"uncertainty": 120
},
"departure": {
"time": "1776073210",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776073403",
"uncertainty": 120
},
"departure": {
"time": "1776073403",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776073481",
"uncertainty": 120
},
"departure": {
"time": "1776073481",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1776073619",
"uncertainty": 120
},
"departure": {
"time": "1776073619",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1776073689",
"uncertainty": 120
},
"departure": {
"time": "1776073689",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1776073770",
"uncertainty": 120
},
"departure": {
"time": "1776073770",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1776073837",
"uncertainty": 120
},
"departure": {
"time": "1776073837",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1776073929",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370125"
}
}
},
{
"id": "21323516",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776069102",
"uncertainty": 120
},
"departure": {
"time": "1776069120",
"uncertainty": 120
},
"stopId": "smbmair3"
},
{
"arrival": {
"time": "1776069195",
"uncertainty": 120
},
"departure": {
"time": "1776069195",
"uncertainty": 120
},
"stopId": "bsmjul1"
},
{
"arrival": {
"time": "1776069254",
"uncertainty": 120
},
"departure": {
"time": "1776069254",
"uncertainty": 120
},
"stopId": "bsmmaqu2"
},
{
"arrival": {
"time": "1776069327",
"uncertainty": 120
},
"departure": {
"time": "1776069330",
"uncertainty": 120
},
"stopId": "bsmhabi"
},
{
"arrival": {
"time": "1776069370",
"uncertainty": 120
},
"departure": {
"time": "1776069370",
"uncertainty": 120
},
"stopId": "smbcal2"
},
{
"arrival": {
"time": "1776069420",
"uncertainty": 120
},
"departure": {
"time": "1776069450",
"uncertainty": 120
},
"stopId": "smbjard2"
},
{
"arrival": {
"time": "1776069510",
"uncertainty": 120
},
"departure": {
"time": "1776069510",
"uncertainty": 120
},
"stopId": "smbjos2"
},
{
"departure": {
"time": "1776068492",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776068549",
"uncertainty": 120
},
"departure": {
"time": "1776068549",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776068598",
"uncertainty": 120
},
"departure": {
"time": "1776068598",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776068634",
"uncertainty": 120
},
"departure": {
"time": "1776068634",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776068682",
"uncertainty": 120
},
"departure": {
"time": "1776068703",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776068784",
"uncertainty": 120
},
"departure": {
"time": "1776068784",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776068891",
"uncertainty": 120
},
"departure": {
"time": "1776068891",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1776068973",
"uncertainty": 120
},
"departure": {
"time": "1776068973",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776069026",
"uncertainty": 120
},
"departure": {
"time": "1776069026",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776069074",
"uncertainty": 120
},
"departure": {
"time": "1776069093",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1776069000",
"uncertainty": 120
},
"departure": {
"time": "1776069000",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776069077",
"uncertainty": 120
},
"departure": {
"time": "1776069077",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1776069223",
"uncertainty": 120
},
"departure": {
"time": "1776069223",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776069288",
"uncertainty": 120
},
"departure": {
"time": "1776069288",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776069587",
"uncertainty": 120
},
"departure": {
"time": "1776069593",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1776069653",
"uncertainty": 120
},
"departure": {
"time": "1776069653",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776069743",
"uncertainty": 120
},
"departure": {
"time": "1776069743",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776069833",
"uncertainty": 120
},
"departure": {
"time": "1776069833",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776069914",
"uncertainty": 120
},
"departure": {
"time": "1776069914",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776069953",
"uncertainty": 120
},
"departure": {
"time": "1776069953",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776070013",
"uncertainty": 120
},
"departure": {
"time": "1776070013",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776070151",
"uncertainty": 120
},
"departure": {
"time": "1776070151",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776070175",
"uncertainty": 120
},
"departure": {
"time": "1776070175",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776070234",
"uncertainty": 120
},
"departure": {
"time": "1776070234",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776070332",
"uncertainty": 120
},
"departure": {
"time": "1776070332",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776070389",
"uncertainty": 120
},
"departure": {
"time": "1776070389",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776070480",
"uncertainty": 120
},
"departure": {
"time": "1776070480",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776070683",
"uncertainty": 120
},
"departure": {
"time": "1776070683",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776070749",
"uncertainty": 120
},
"departure": {
"time": "1776070749",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1776070812",
"uncertainty": 120
},
"departure": {
"time": "1776070812",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1776070936",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323516"
},
"vehicle": {
"id": "169",
"label": "169"
}
}
},
{
"id": "21370124",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776070143",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
},
{
"arrival": {
"time": "1776070288",
"uncertainty": 120
},
"departure": {
"time": "1776070288",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776070503",
"uncertainty": 120
},
"departure": {
"time": "1776070514",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 3
},
{
"arrival": {
"time": "1776070573",
"uncertainty": 120
},
"departure": {
"time": "1776070573",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776070661",
"uncertainty": 120
},
"departure": {
"time": "1776070661",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776070704",
"uncertainty": 120
},
"departure": {
"time": "1776070704",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070771",
"uncertainty": 120
},
"departure": {
"time": "1776070771",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070843",
"uncertainty": 120
},
"departure": {
"time": "1776070843",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070944",
"uncertainty": 120
},
"departure": {
"time": "1776070944",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070993",
"uncertainty": 120
},
"departure": {
"time": "1776070993",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 10
},
{
"arrival": {
"time": "1776071069",
"uncertainty": 120
},
"departure": {
"time": "1776071069",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776071201",
"uncertainty": 120
},
"departure": {
"time": "1776071201",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1776071312",
"uncertainty": 120
},
"departure": {
"time": "1776071312",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776071612",
"uncertainty": 120
},
"departure": {
"time": "1776071612",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 14
},
{
"arrival": {
"time": "1776071732",
"uncertainty": 120
},
"departure": {
"time": "1776072000",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776072069",
"uncertainty": 120
},
"departure": {
"time": "1776072069",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 16
},
{
"arrival": {
"time": "1776072144",
"uncertainty": 120
},
"departure": {
"time": "1776072144",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 17
},
{
"arrival": {
"time": "1776072209",
"uncertainty": 120
},
"departure": {
"time": "1776072209",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 18
},
{
"arrival": {
"time": "1776072321",
"uncertainty": 120
},
"departure": {
"time": "1776072321",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 19
},
{
"arrival": {
"time": "1776072420",
"uncertainty": 120
},
"departure": {
"time": "1776072420",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 20
},
{
"arrival": {
"time": "1776072470",
"uncertainty": 120
},
"departure": {
"time": "1776072470",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 21
},
{
"arrival": {
"time": "1776072538",
"uncertainty": 120
},
"departure": {
"time": "1776072538",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 22
},
{
"arrival": {
"time": "1776072609",
"uncertainty": 120
},
"departure": {
"time": "1776072609",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 23
},
{
"arrival": {
"time": "1776072682",
"uncertainty": 120
},
"departure": {
"time": "1776072682",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 24
},
{
"arrival": {
"time": "1776072758",
"uncertainty": 120
},
"departure": {
"time": "1776072758",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 25
},
{
"arrival": {
"time": "1776072847",
"uncertainty": 120
},
"departure": {
"time": "1776072847",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 26
},
{
"arrival": {
"time": "1776072960",
"uncertainty": 120
},
"departure": {
"time": "1776072960",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1776073020",
"uncertainty": 120
},
"departure": {
"time": "1776073020",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 28
},
{
"arrival": {
"time": "1776073092",
"uncertainty": 120
},
"departure": {
"time": "1776073092",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776073140",
"uncertainty": 120
},
"departure": {
"time": "1776073140",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776073200",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 31
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370124"
}
}
},
{
"id": "21323517",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776072858",
"uncertainty": 120
},
"departure": {
"time": "1776072858",
"uncertainty": 120
},
"stopId": "smbmair3"
},
{
"arrival": {
"time": "1776072919",
"uncertainty": 120
},
"departure": {
"time": "1776072919",
"uncertainty": 120
},
"stopId": "bsmjul1"
},
{
"arrival": {
"time": "1776073005",
"uncertainty": 120
},
"departure": {
"time": "1776073005",
"uncertainty": 120
},
"stopId": "bsmmaqu2"
},
{
"arrival": {
"time": "1776073084",
"uncertainty": 120
},
"departure": {
"time": "1776073084",
"uncertainty": 120
},
"stopId": "bsmhabi"
},
{
"arrival": {
"time": "1776073135",
"uncertainty": 120
},
"departure": {
"time": "1776073135",
"uncertainty": 120
},
"stopId": "smbcal2"
},
{
"arrival": {
"time": "1776073195",
"uncertainty": 120
},
"departure": {
"time": "1776073195",
"uncertainty": 120
},
"stopId": "smbjard2"
},
{
"arrival": {
"time": "1776073245",
"uncertainty": 120
},
"departure": {
"time": "1776073245",
"uncertainty": 120
},
"stopId": "smbjos2"
},
{
"departure": {
"time": "1776072000",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776072083",
"uncertainty": 120
},
"departure": {
"time": "1776072083",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776072180",
"uncertainty": 120
},
"departure": {
"time": "1776072180",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776072275",
"uncertainty": 120
},
"departure": {
"time": "1776072275",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776072360",
"uncertainty": 120
},
"departure": {
"time": "1776072360",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776072449",
"uncertainty": 120
},
"departure": {
"time": "1776072449",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776072623",
"uncertainty": 120
},
"departure": {
"time": "1776072623",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1776072722",
"uncertainty": 120
},
"departure": {
"time": "1776072722",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776072784",
"uncertainty": 120
},
"departure": {
"time": "1776072784",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776072849",
"uncertainty": 120
},
"departure": {
"time": "1776072849",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1776072900",
"uncertainty": 120
},
"departure": {
"time": "1776072900",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776072977",
"uncertainty": 120
},
"departure": {
"time": "1776072977",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1776073123",
"uncertainty": 120
},
"departure": {
"time": "1776073123",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776073188",
"uncertainty": 120
},
"departure": {
"time": "1776073188",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776073295",
"uncertainty": 120
},
"departure": {
"time": "1776073295",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1776073365",
"uncertainty": 120
},
"departure": {
"time": "1776073365",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776073528",
"uncertainty": 120
},
"departure": {
"time": "1776073528",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776073646",
"uncertainty": 120
},
"departure": {
"time": "1776073646",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776073751",
"uncertainty": 120
},
"departure": {
"time": "1776073751",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776073826",
"uncertainty": 120
},
"departure": {
"time": "1776073826",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776073934",
"uncertainty": 120
},
"departure": {
"time": "1776073934",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776074050",
"uncertainty": 120
},
"departure": {
"time": "1776074050",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776074074",
"uncertainty": 120
},
"departure": {
"time": "1776074074",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776074126",
"uncertainty": 120
},
"departure": {
"time": "1776074126",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776074196",
"uncertainty": 120
},
"departure": {
"time": "1776074196",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776074265",
"uncertainty": 120
},
"departure": {
"time": "1776074265",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776074366",
"uncertainty": 120
},
"departure": {
"time": "1776074366",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776074513",
"uncertainty": 120
},
"departure": {
"time": "1776074513",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776074629",
"uncertainty": 120
},
"departure": {
"time": "1776074629",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1776074724",
"uncertainty": 120
},
"departure": {
"time": "1776074724",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1776074848",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323517"
}
}
},
{
"id": "21370127",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072000",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370127"
}
}
},
{
"id": "21370126",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776071340",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370126"
}
}
},
{
"id": "21370117",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776067832",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776067866",
"uncertainty": 120
},
"departure": {
"time": "1776067982",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776068061",
"uncertainty": 120
},
"departure": {
"time": "1776068061",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776068099",
"uncertainty": 120
},
"departure": {
"time": "1776068102",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776068162",
"uncertainty": 120
},
"departure": {
"time": "1776068222",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776068328",
"uncertainty": 120
},
"departure": {
"time": "1776068328",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776068422",
"uncertainty": 120
},
"departure": {
"time": "1776068432",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1776068480",
"uncertainty": 120
},
"departure": {
"time": "1776068480",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1776068538",
"uncertainty": 120
},
"departure": {
"time": "1776068538",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776068665",
"uncertainty": 120
},
"departure": {
"time": "1776068702",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1776068792",
"uncertainty": 120
},
"departure": {
"time": "1776068882",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776069108",
"uncertainty": 120
},
"departure": {
"time": "1776069152",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1776069272",
"uncertainty": 120
},
"departure": {
"time": "1776069422",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776069563",
"uncertainty": 120
},
"departure": {
"time": "1776069572",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776069708",
"uncertainty": 120
},
"departure": {
"time": "1776069708",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1776069782",
"uncertainty": 120
},
"departure": {
"time": "1776069782",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1776069846",
"uncertainty": 120
},
"departure": {
"time": "1776069846",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1776069893",
"uncertainty": 120
},
"departure": {
"time": "1776069902",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1776069957",
"uncertainty": 120
},
"departure": {
"time": "1776069962",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1776070022",
"uncertainty": 120
},
"departure": {
"time": "1776070022",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1776070078",
"uncertainty": 120
},
"departure": {
"time": "1776070078",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1776070145",
"uncertainty": 120
},
"departure": {
"time": "1776070145",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1776070207",
"uncertainty": 120
},
"departure": {
"time": "1776070207",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1776070279",
"uncertainty": 120
},
"departure": {
"time": "1776070279",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1776070410",
"uncertainty": 120
},
"departure": {
"time": "1776070410",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776070460",
"uncertainty": 120
},
"departure": {
"time": "1776070460",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1776070518",
"uncertainty": 120
},
"departure": {
"time": "1776070518",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776070566",
"uncertainty": 120
},
"departure": {
"time": "1776070566",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776070626",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370117"
},
"vehicle": {
"id": "1199",
"label": "1199"
}
}
},
{
"id": "21323498",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776068463",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1776068599",
"uncertainty": 120
},
"departure": {
"time": "1776068703",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776068836",
"uncertainty": 120
},
"departure": {
"time": "1776068853",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776068932",
"uncertainty": 120
},
"departure": {
"time": "1776068943",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776069003",
"uncertainty": 120
},
"departure": {
"time": "1776069003",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776069051",
"uncertainty": 120
},
"departure": {
"time": "1776069051",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776069133",
"uncertainty": 120
},
"departure": {
"time": "1776069153",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776069192",
"uncertainty": 120
},
"departure": {
"time": "1776069213",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776069231",
"uncertainty": 120
},
"departure": {
"time": "1776069243",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1776069303",
"uncertainty": 120
},
"departure": {
"time": "1776069333",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1776069423",
"uncertainty": 120
},
"departure": {
"time": "1776069483",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1776069560",
"uncertainty": 120
},
"departure": {
"time": "1776069573",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1776069633",
"uncertainty": 120
},
"departure": {
"time": "1776069633",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1776069646",
"uncertainty": 120
},
"departure": {
"time": "1776069646",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1776069753",
"uncertainty": 120
},
"departure": {
"time": "1776069753",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776069815",
"uncertainty": 120
},
"departure": {
"time": "1776069815",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776070087"
},
"departure": {
"time": "1776070087"
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776070155"
},
"departure": {
"time": "1776070155"
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776070241"
},
"departure": {
"time": "1776070241"
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776070307"
},
"departure": {
"time": "1776070307"
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776070417"
},
"departure": {
"time": "1776070417"
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1776070466"
},
"departure": {
"time": "1776070466"
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1776070559"
},
"departure": {
"time": "1776070559"
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1776070656"
},
"departure": {
"time": "1776070656"
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776070699"
},
"departure": {
"time": "1776070699"
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1776070766"
},
"departure": {
"time": "1776070766"
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1776070838"
},
"departure": {
"time": "1776070838"
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1776071000"
},
"departure": {
"time": "1776071000"
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1776071071"
},
"departure": {
"time": "1776071071"
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1776071120"
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323498"
},
"vehicle": {
"id": "1198",
"label": "1198"
}
}
},
{
"id": "21370119",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776069268",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069407",
"uncertainty": 120
},
"departure": {
"time": "1776069407",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776069452",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 13
},
{
"arrival": {
"time": "1776069532",
"uncertainty": 120
},
"departure": {
"time": "1776069532",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1776069572",
"uncertainty": 120
},
"departure": {
"time": "1776069572",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1776069602",
"uncertainty": 120
},
"departure": {
"time": "1776069602",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776069677",
"uncertainty": 120
},
"departure": {
"time": "1776069677",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1776069720",
"uncertainty": 120
},
"departure": {
"time": "1776069783",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776069835",
"uncertainty": 120
},
"departure": {
"time": "1776069842",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776069892",
"uncertainty": 120
},
"departure": {
"time": "1776069892",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776069920",
"uncertainty": 120
},
"departure": {
"time": "1776069920",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776069977",
"uncertainty": 120
},
"departure": {
"time": "1776069977",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1776070098",
"uncertainty": 120
},
"departure": {
"time": "1776070098",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1776070190",
"uncertainty": 120
},
"departure": {
"time": "1776070190",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1776070383",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370119"
},
"vehicle": {
"id": "170",
"label": "170"
}
}
},
{
"id": "21370118",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776070304",
"uncertainty": 120
},
"departure": {
"time": "1776070304",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776067892",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1776067922",
"uncertainty": 120
},
"departure": {
"time": "1776067922",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776067959",
"uncertainty": 120
},
"departure": {
"time": "1776067959",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776068012",
"uncertainty": 120
},
"departure": {
"time": "1776068102",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776068140",
"uncertainty": 120
},
"departure": {
"time": "1776068140",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776068212",
"uncertainty": 120
},
"departure": {
"time": "1776068212",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776068282",
"uncertainty": 120
},
"departure": {
"time": "1776068342",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776068416",
"uncertainty": 120
},
"departure": {
"time": "1776068462",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776068537",
"uncertainty": 120
},
"departure": {
"time": "1776068582",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776068637",
"uncertainty": 120
},
"departure": {
"time": "1776068637",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776068702",
"uncertainty": 120
},
"departure": {
"time": "1776068702",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 11
},
{
"arrival": {
"time": "1776068816",
"uncertainty": 120
},
"departure": {
"time": "1776068822",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776068880",
"uncertainty": 120
},
"departure": {
"time": "1776068886",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776068931",
"uncertainty": 120
},
"departure": {
"time": "1776068942",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776069009",
"uncertainty": 120
},
"departure": {
"time": "1776069009",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776069097",
"uncertainty": 120
},
"departure": {
"time": "1776069097",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1776069152",
"uncertainty": 120
},
"departure": {
"time": "1776069152",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776069193",
"uncertainty": 120
},
"departure": {
"time": "1776069193",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776069240",
"uncertainty": 120
},
"departure": {
"time": "1776069242",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776069317",
"uncertainty": 120
},
"departure": {
"time": "1776069332",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776069432",
"uncertainty": 120
},
"departure": {
"time": "1776069452",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776069482",
"uncertainty": 120
},
"departure": {
"time": "1776069512",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776069572",
"uncertainty": 120
},
"departure": {
"time": "1776069662",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776069722",
"uncertainty": 120
},
"departure": {
"time": "1776069752",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1776069812",
"uncertainty": 120
},
"departure": {
"time": "1776069812",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1776069922",
"uncertainty": 120
},
"departure": {
"time": "1776069962",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1776069960",
"uncertainty": 120
},
"departure": {
"time": "1776070020",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1776070097",
"uncertainty": 120
},
"departure": {
"time": "1776070097",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776070304",
"uncertainty": 120
},
"departure": {
"time": "1776070304",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776070473",
"uncertainty": 120
},
"departure": {
"time": "1776070473",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776070541",
"uncertainty": 120
},
"departure": {
"time": "1776070541",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1776070662",
"uncertainty": 120
},
"departure": {
"time": "1776070662",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1776070723",
"uncertainty": 120
},
"departure": {
"time": "1776070723",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1776070804",
"uncertainty": 120
},
"departure": {
"time": "1776070804",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1776070871",
"uncertainty": 120
},
"departure": {
"time": "1776070871",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1776070963",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370118"
},
"vehicle": {
"id": "163",
"label": "163"
}
}
},
{
"id": "21323499",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776072645",
"uncertainty": 120
},
"departure": {
"time": "1776072645",
"uncertainty": 120
},
"stopId": "smbjos1"
},
{
"arrival": {
"time": "1776072686",
"uncertainty": 120
},
"departure": {
"time": "1776072686",
"uncertainty": 120
},
"stopId": "smbjard"
},
{
"arrival": {
"time": "1776072754",
"uncertainty": 120
},
"departure": {
"time": "1776072754",
"uncertainty": 120
},
"stopId": "smbcal1"
},
{
"arrival": {
"time": "1776072782",
"uncertainty": 120
},
"departure": {
"time": "1776072782",
"uncertainty": 120
},
"stopId": "bsmlema"
},
{
"arrival": {
"time": "1776072795",
"uncertainty": 120
},
"departure": {
"time": "1776072795",
"uncertainty": 120
},
"stopId": "bsmhabi2"
},
{
"arrival": {
"time": "1776072829",
"uncertainty": 120
},
"departure": {
"time": "1776072829",
"uncertainty": 120
},
"stopId": "bsmsou2"
},
{
"arrival": {
"time": "1776072884",
"uncertainty": 120
},
"departure": {
"time": "1776072884",
"uncertainty": 120
},
"stopId": "bsmmaq1"
},
{
"arrival": {
"time": "1776072972",
"uncertainty": 120
},
"departure": {
"time": "1776072972",
"uncertainty": 120
},
"stopId": "bsmjul2"
},
{
"departure": {
"time": "1776071400",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1776071599",
"uncertainty": 120
},
"departure": {
"time": "1776071599",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776071732",
"uncertainty": 120
},
"departure": {
"time": "1776071732",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776071820",
"uncertainty": 120
},
"departure": {
"time": "1776071820",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776071924",
"uncertainty": 120
},
"departure": {
"time": "1776071924",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776072015",
"uncertainty": 120
},
"departure": {
"time": "1776072015",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776072120",
"uncertainty": 120
},
"departure": {
"time": "1776072120",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776072165",
"uncertainty": 120
},
"departure": {
"time": "1776072165",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776072183",
"uncertainty": 120
},
"departure": {
"time": "1776072183",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1776072280",
"uncertainty": 120
},
"departure": {
"time": "1776072280",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1776072420",
"uncertainty": 120
},
"departure": {
"time": "1776072420",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1776072527",
"uncertainty": 120
},
"departure": {
"time": "1776072527",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1776072600",
"uncertainty": 120
},
"departure": {
"time": "1776072600",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1776072646",
"uncertainty": 120
},
"departure": {
"time": "1776072646",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1776072720",
"uncertainty": 120
},
"departure": {
"time": "1776072720",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776072815",
"uncertainty": 120
},
"departure": {
"time": "1776072815",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776072917",
"uncertainty": 120
},
"departure": {
"time": "1776072917",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776072985",
"uncertainty": 120
},
"departure": {
"time": "1776072985",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776073113",
"uncertainty": 120
},
"departure": {
"time": "1776073113",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776073200",
"uncertainty": 120
},
"departure": {
"time": "1776073200",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776073067",
"uncertainty": 120
},
"departure": {
"time": "1776073067",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1776073122",
"uncertainty": 120
},
"departure": {
"time": "1776073122",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1776073215",
"uncertainty": 120
},
"departure": {
"time": "1776073215",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1776073312",
"uncertainty": 120
},
"departure": {
"time": "1776073312",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776073407",
"uncertainty": 120
},
"departure": {
"time": "1776073407",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1776073484",
"uncertainty": 120
},
"departure": {
"time": "1776073484",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1776073565",
"uncertainty": 120
},
"departure": {
"time": "1776073565",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1776073727",
"uncertainty": 120
},
"departure": {
"time": "1776073727",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1776073798",
"uncertainty": 120
},
"departure": {
"time": "1776073798",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1776073847",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323499"
}
}
},
{
"id": "21323689",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072600",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323689"
}
}
},
{
"id": "21323694",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072300",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323694"
}
}
},
{
"id": "21323683",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776070035",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 26
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323683"
}
}
},
{
"id": "21323737",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776069709",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069912",
"uncertainty": 120
},
"departure": {
"time": "1776070039",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776070155",
"uncertainty": 120
},
"departure": {
"time": "1776070155",
"uncertainty": 120
},
"stopId": "bsmpalb",
"stopSequence": 3
},
{
"arrival": {
"time": "1776070205",
"uncertainty": 120
},
"departure": {
"time": "1776070205",
"uncertainty": 120
},
"stopId": "bsmedou",
"stopSequence": 4
},
{
"arrival": {
"time": "1776070277",
"uncertainty": 120
},
"departure": {
"time": "1776070277",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 5
},
{
"arrival": {
"time": "1776070311",
"uncertainty": 120
},
"departure": {
"time": "1776070311",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070368",
"uncertainty": 120
},
"departure": {
"time": "1776070368",
"uncertainty": 120
},
"stopId": "bsmest",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070429",
"uncertainty": 120
},
"departure": {
"time": "1776070429",
"uncertainty": 120
},
"stopId": "bsmvatre",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070472",
"uncertainty": 120
},
"departure": {
"time": "1776070472",
"uncertainty": 120
},
"stopId": "bsmcenl",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070555",
"uncertainty": 120
},
"departure": {
"time": "1776070555",
"uncertainty": 120
},
"stopId": "bsmbran3",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070601",
"uncertainty": 120
},
"departure": {
"time": "1776070601",
"uncertainty": 120
},
"stopId": "smbgide",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070702",
"uncertainty": 120
},
"departure": {
"time": "1776070702",
"uncertainty": 120
},
"stopId": "smbfbou",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070764",
"uncertainty": 120
},
"departure": {
"time": "1776070764",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 13
},
{
"arrival": {
"time": "1776070915",
"uncertainty": 120
},
"departure": {
"time": "1776070915",
"uncertainty": 120
},
"stopId": "bsmval",
"stopSequence": 14
},
{
"arrival": {
"time": "1776070991",
"uncertainty": 120
},
"departure": {
"time": "1776070991",
"uncertainty": 120
},
"stopId": "bsmfem1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776071103",
"uncertainty": 120
},
"departure": {
"time": "1776071103",
"uncertainty": 120
},
"stopId": "bsmmarc",
"stopSequence": 16
},
{
"arrival": {
"time": "1776071133",
"uncertainty": 120
},
"departure": {
"time": "1776071133",
"uncertainty": 120
},
"stopId": "bsmbell",
"stopSequence": 17
},
{
"arrival": {
"time": "1776071157",
"uncertainty": 120
},
"departure": {
"time": "1776071157",
"uncertainty": 120
},
"stopId": "bsmdocq",
"stopSequence": 18
},
{
"arrival": {
"time": "1776071195",
"uncertainty": 120
},
"departure": {
"time": "1776071195",
"uncertainty": 120
},
"stopId": "bsmpane",
"stopSequence": 19
},
{
"arrival": {
"time": "1776071261",
"uncertainty": 120
},
"departure": {
"time": "1776071261",
"uncertainty": 120
},
"stopId": "bsmqueh2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776071314",
"uncertainty": 120
},
"departure": {
"time": "1776071314",
"uncertainty": 120
},
"stopId": "bsmmont",
"stopSequence": 21
},
{
"arrival": {
"time": "1776071377",
"uncertainty": 120
},
"departure": {
"time": "1776071377",
"uncertainty": 120
},
"stopId": "bsmampe",
"stopSequence": 22
},
{
"arrival": {
"time": "1776071442",
"uncertainty": 120
},
"departure": {
"time": "1776071442",
"uncertainty": 120
},
"stopId": "bsmhfa",
"stopSequence": 23
},
{
"arrival": {
"time": "1776071502",
"uncertainty": 120
},
"departure": {
"time": "1776071502",
"uncertainty": 120
},
"stopId": "bsmcase",
"stopSequence": 24
},
{
"arrival": {
"time": "1776071621",
"uncertainty": 120
},
"departure": {
"time": "1776071621",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 25
},
{
"arrival": {
"time": "1776071724",
"uncertainty": 120
},
"departure": {
"time": "1776071724",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 26
},
{
"arrival": {
"time": "1776071917",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 27
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323737"
},
"vehicle": {
"id": "217",
"label": "217"
}
}
},
{
"id": "21323731",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776069631",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069781",
"uncertainty": 120
},
"departure": {
"time": "1776069841",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1776069931",
"uncertainty": 120
},
"departure": {
"time": "1776069931",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776070020",
"uncertainty": 120
},
"departure": {
"time": "1776070020",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1776070113",
"uncertainty": 120
},
"departure": {
"time": "1776070113",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776070156",
"uncertainty": 120
},
"departure": {
"time": "1776070156",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070205",
"uncertainty": 120
},
"departure": {
"time": "1776070205",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070291",
"uncertainty": 120
},
"departure": {
"time": "1776070291",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070411",
"uncertainty": 120
},
"departure": {
"time": "1776070411",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070486",
"uncertainty": 120
},
"departure": {
"time": "1776070486",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070520",
"uncertainty": 120
},
"departure": {
"time": "1776070520",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070549",
"uncertainty": 120
},
"departure": {
"time": "1776070549",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070580",
"uncertainty": 120
},
"departure": {
"time": "1776070580",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776070632",
"uncertainty": 120
},
"departure": {
"time": "1776070632",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776070679",
"uncertainty": 120
},
"departure": {
"time": "1776070679",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776070774",
"uncertainty": 120
},
"departure": {
"time": "1776070774",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 16
},
{
"arrival": {
"time": "1776070960",
"uncertainty": 120
},
"departure": {
"time": "1776070960",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776071120",
"uncertainty": 120
},
"departure": {
"time": "1776071120",
"uncertainty": 120
},
"stopId": "outre12",
"stopSequence": 18
},
{
"arrival": {
"time": "1776071182",
"uncertainty": 120
},
"departure": {
"time": "1776071182",
"uncertainty": 120
},
"stopId": "outcrow2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776071223",
"uncertainty": 120
},
"departure": {
"time": "1776071223",
"uncertainty": 120
},
"stopId": "bsmseli2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776071320",
"uncertainty": 120
},
"departure": {
"time": "1776071320",
"uncertainty": 120
},
"stopId": "bsmblum4",
"stopSequence": 21
},
{
"arrival": {
"time": "1776071422",
"uncertainty": 120
},
"departure": {
"time": "1776071422",
"uncertainty": 120
},
"stopId": "bsmdamr2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776071489",
"uncertainty": 120
},
"departure": {
"time": "1776071489",
"uncertainty": 120
},
"stopId": "bsmres2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776071620",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 24
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323731"
},
"vehicle": {
"id": "183",
"label": "183"
}
}
},
{
"id": "21323728",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776071100",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323728"
}
}
},
{
"id": "21323718",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072240",
"uncertainty": 120
},
"stopId": "semvald",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323718"
}
}
},
{
"id": "21323719",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776072003",
"uncertainty": 120
},
"departure": {
"time": "1776072003",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776071700",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1776071880",
"uncertainty": 120
},
"departure": {
"time": "1776071880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1776072028",
"uncertainty": 120
},
"departure": {
"time": "1776072028",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776072003",
"uncertainty": 120
},
"departure": {
"time": "1776072003",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776072175",
"uncertainty": 120
},
"departure": {
"time": "1776072175",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776072244",
"uncertainty": 120
},
"departure": {
"time": "1776072244",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776072363",
"uncertainty": 120
},
"departure": {
"time": "1776072363",
"uncertainty": 120
},
"stopId": "outmazu",
"stopSequence": 7
},
{
"arrival": {
"time": "1776072412",
"uncertainty": 120
},
"departure": {
"time": "1776072412",
"uncertainty": 120
},
"stopId": "outcha2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776072470",
"uncertainty": 120
},
"departure": {
"time": "1776072470",
"uncertainty": 120
},
"stopId": "outver2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776072552",
"uncertainty": 120
},
"departure": {
"time": "1776072552",
"uncertainty": 120
},
"stopId": "outgrim2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776072603",
"uncertainty": 120
},
"departure": {
"time": "1776072603",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 11
},
{
"arrival": {
"time": "1776072641",
"uncertainty": 120
},
"departure": {
"time": "1776072641",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 12
},
{
"arrival": {
"time": "1776072696",
"uncertainty": 120
},
"departure": {
"time": "1776072696",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 13
},
{
"arrival": {
"time": "1776072758",
"uncertainty": 120
},
"departure": {
"time": "1776072758",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 14
},
{
"arrival": {
"time": "1776072808",
"uncertainty": 120
},
"departure": {
"time": "1776072808",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 15
},
{
"arrival": {
"time": "1776072851",
"uncertainty": 120
},
"departure": {
"time": "1776072851",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 16
},
{
"arrival": {
"time": "1776072903",
"uncertainty": 120
},
"departure": {
"time": "1776072903",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776072949",
"uncertainty": 120
},
"departure": {
"time": "1776072949",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 18
},
{
"arrival": {
"time": "1776072966",
"uncertainty": 120
},
"departure": {
"time": "1776072966",
"uncertainty": 120
},
"stopId": "sempast",
"stopSequence": 19
},
{
"arrival": {
"time": "1776073037",
"uncertainty": 120
},
"departure": {
"time": "1776073037",
"uncertainty": 120
},
"stopId": "sempaul",
"stopSequence": 20
},
{
"arrival": {
"time": "1776073182",
"uncertainty": 120
},
"departure": {
"time": "1776073182",
"uncertainty": 120
},
"stopId": "semolym",
"stopSequence": 21
},
{
"arrival": {
"time": "1776073288",
"uncertainty": 120
},
"departure": {
"time": "1776073288",
"uncertainty": 120
},
"stopId": "semelgi",
"stopSequence": 22
},
{
"arrival": {
"time": "1776073359",
"uncertainty": 120
},
"departure": {
"time": "1776073359",
"uncertainty": 120
},
"stopId": "semcalv3",
"stopSequence": 23
},
{
"arrival": {
"time": "1776073407",
"uncertainty": 120
},
"departure": {
"time": "1776073407",
"uncertainty": 120
},
"stopId": "semecol",
"stopSequence": 24
},
{
"arrival": {
"time": "1776073443",
"uncertainty": 120
},
"departure": {
"time": "1776073443",
"uncertainty": 120
},
"stopId": "semecau",
"stopSequence": 25
},
{
"arrival": {
"time": "1776073483",
"uncertainty": 120
},
"departure": {
"time": "1776073483",
"uncertainty": 120
},
"stopId": "semfont",
"stopSequence": 26
},
{
"arrival": {
"time": "1776073546",
"uncertainty": 120
},
"departure": {
"time": "1776073546",
"uncertainty": 120
},
"stopId": "semsau2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776073574",
"uncertainty": 120
},
"departure": {
"time": "1776073574",
"uncertainty": 120
},
"stopId": "semgar",
"stopSequence": 28
},
{
"arrival": {
"time": "1776073623",
"uncertainty": 120
},
"stopId": "semvald2",
"stopSequence": 29
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323719"
}
}
},
{
"id": "21323716",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776069331",
"uncertainty": 120
},
"stopId": "semvald",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069376",
"uncertainty": 120
},
"departure": {
"time": "1776069391",
"uncertainty": 120
},
"stopId": "semgar3",
"stopSequence": 2
},
{
"arrival": {
"time": "1776069481",
"uncertainty": 120
},
"departure": {
"time": "1776069481",
"uncertainty": 120
},
"stopId": "semsau",
"stopSequence": 3
},
{
"arrival": {
"time": "1776069511",
"uncertainty": 120
},
"departure": {
"time": "1776069511",
"uncertainty": 120
},
"stopId": "semfont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776069540",
"uncertainty": 120
},
"departure": {
"time": "1776069540",
"uncertainty": 120
},
"stopId": "semecau2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776069636",
"uncertainty": 120
},
"departure": {
"time": "1776069636",
"uncertainty": 120
},
"stopId": "semecol2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776069691",
"uncertainty": 120
},
"departure": {
"time": "1776069691",
"uncertainty": 120
},
"stopId": "semcalv4",
"stopSequence": 7
},
{
"arrival": {
"time": "1776069751",
"uncertainty": 120
},
"departure": {
"time": "1776069751",
"uncertainty": 120
},
"stopId": "semegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776069856",
"uncertainty": 120
},
"departure": {
"time": "1776069856",
"uncertainty": 120
},
"stopId": "semolym2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070041",
"uncertainty": 120
},
"departure": {
"time": "1776070051",
"uncertainty": 120
},
"stopId": "sempaul2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070092",
"uncertainty": 120
},
"departure": {
"time": "1776070092",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070147",
"uncertainty": 120
},
"departure": {
"time": "1776070147",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070193",
"uncertainty": 120
},
"departure": {
"time": "1776070193",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 13
},
{
"arrival": {
"time": "1776070258",
"uncertainty": 120
},
"departure": {
"time": "1776070258",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776070315",
"uncertainty": 120
},
"departure": {
"time": "1776070315",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776070361",
"uncertainty": 120
},
"departure": {
"time": "1776070361",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776070450",
"uncertainty": 120
},
"departure": {
"time": "1776070450",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776070523",
"uncertainty": 120
},
"departure": {
"time": "1776070523",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776070591",
"uncertainty": 120
},
"departure": {
"time": "1776070591",
"uncertainty": 120
},
"stopId": "outlagr3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776070629",
"uncertainty": 120
},
"departure": {
"time": "1776070629",
"uncertainty": 120
},
"stopId": "outgrim",
"stopSequence": 20
},
{
"arrival": {
"time": "1776070713",
"uncertainty": 120
},
"departure": {
"time": "1776070713",
"uncertainty": 120
},
"stopId": "outver",
"stopSequence": 21
},
{
"arrival": {
"time": "1776070771",
"uncertainty": 120
},
"departure": {
"time": "1776070771",
"uncertainty": 120
},
"stopId": "outcha",
"stopSequence": 22
},
{
"arrival": {
"time": "1776070831",
"uncertainty": 120
},
"departure": {
"time": "1776070831",
"uncertainty": 120
},
"stopId": "outmazu2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776070926",
"uncertainty": 120
},
"departure": {
"time": "1776070926",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 24
},
{
"arrival": {
"time": "1776070991",
"uncertainty": 120
},
"departure": {
"time": "1776070991",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 25
},
{
"arrival": {
"time": "1776071132",
"uncertainty": 120
},
"departure": {
"time": "1776071132",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 26
},
{
"arrival": {
"time": "1776071261",
"uncertainty": 120
},
"departure": {
"time": "1776071261",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 27
},
{
"arrival": {
"time": "1776071370",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 28
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323716"
},
"vehicle": {
"id": "212",
"label": "212"
}
}
},
{
"id": "21323717",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776071100",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323717"
}
}
},
{
"id": "21323568",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776069422",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069512",
"uncertainty": 120
},
"departure": {
"time": "1776069512",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1776069745",
"uncertainty": 120
},
"departure": {
"time": "1776069745",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776069800",
"uncertainty": 120
},
"departure": {
"time": "1776069812",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776069858",
"uncertainty": 120
},
"departure": {
"time": "1776069858",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1776069921",
"uncertainty": 120
},
"departure": {
"time": "1776069921",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776069977",
"uncertainty": 120
},
"departure": {
"time": "1776069992",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070037",
"uncertainty": 120
},
"departure": {
"time": "1776070037",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070106",
"uncertainty": 120
},
"departure": {
"time": "1776070106",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070175",
"uncertainty": 120
},
"departure": {
"time": "1776070175",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070229",
"uncertainty": 120
},
"departure": {
"time": "1776070229",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070279",
"uncertainty": 120
},
"departure": {
"time": "1776070279",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070334",
"uncertainty": 120
},
"departure": {
"time": "1776070334",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776070452",
"uncertainty": 120
},
"departure": {
"time": "1776070452",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776070596",
"uncertainty": 120
},
"departure": {
"time": "1776070596",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776070672",
"uncertainty": 120
},
"departure": {
"time": "1776070672",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1776070836",
"uncertainty": 120
},
"departure": {
"time": "1776070836",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1776070961",
"uncertainty": 120
},
"departure": {
"time": "1776070961",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1776071046",
"uncertainty": 120
},
"departure": {
"time": "1776071046",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1776071264",
"uncertainty": 120
},
"departure": {
"time": "1776071264",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1776071353",
"uncertainty": 120
},
"departure": {
"time": "1776071353",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776071535",
"uncertainty": 120
},
"departure": {
"time": "1776071535",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776071631",
"uncertainty": 120
},
"departure": {
"time": "1776071631",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1776071688",
"uncertainty": 120
},
"departure": {
"time": "1776071688",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1776071775",
"uncertainty": 120
},
"departure": {
"time": "1776071775",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776071837",
"uncertainty": 120
},
"departure": {
"time": "1776071837",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1776071932",
"uncertainty": 120
},
"departure": {
"time": "1776071932",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776072014",
"uncertainty": 120
},
"departure": {
"time": "1776072014",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776072033",
"uncertainty": 120
},
"departure": {
"time": "1776072033",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776072108",
"uncertainty": 120
},
"departure": {
"time": "1776072108",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1776072251",
"uncertainty": 120
},
"departure": {
"time": "1776072251",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1776072275",
"uncertainty": 120
},
"departure": {
"time": "1776072275",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1776072314",
"uncertainty": 120
},
"departure": {
"time": "1776072314",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1776072375",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323568"
},
"vehicle": {
"id": "534",
"label": "534"
}
}
},
{
"id": "21323569",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776071520",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323569"
}
}
},
{
"id": "21323554",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776074790",
"uncertainty": 120
},
"departure": {
"time": "1776074790",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776073320",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1776073401",
"uncertainty": 120
},
"departure": {
"time": "1776073401",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776073449",
"uncertainty": 120
},
"departure": {
"time": "1776073449",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776073478",
"uncertainty": 120
},
"departure": {
"time": "1776073478",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776073606",
"uncertainty": 120
},
"departure": {
"time": "1776073606",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776073694",
"uncertainty": 120
},
"departure": {
"time": "1776073694",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1776073740",
"uncertainty": 120
},
"departure": {
"time": "1776073740",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1776073833",
"uncertainty": 120
},
"departure": {
"time": "1776073833",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1776073945",
"uncertainty": 120
},
"departure": {
"time": "1776073945",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776074040",
"uncertainty": 120
},
"departure": {
"time": "1776074040",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776074124",
"uncertainty": 120
},
"departure": {
"time": "1776074124",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776074174",
"uncertainty": 120
},
"departure": {
"time": "1776074174",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776074280",
"uncertainty": 120
},
"departure": {
"time": "1776074280",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776074461",
"uncertainty": 120
},
"departure": {
"time": "1776074461",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1776074580",
"uncertainty": 120
},
"departure": {
"time": "1776074640",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1776074717",
"uncertainty": 120
},
"departure": {
"time": "1776074717",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776074790",
"uncertainty": 120
},
"departure": {
"time": "1776074790",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776075000",
"uncertainty": 120
},
"departure": {
"time": "1776075000",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1776075110",
"uncertainty": 120
},
"departure": {
"time": "1776075110",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1776075270",
"uncertainty": 120
},
"departure": {
"time": "1776075270",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1776075319",
"uncertainty": 120
},
"departure": {
"time": "1776075319",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1776075382",
"uncertainty": 120
},
"departure": {
"time": "1776075382",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776075431",
"uncertainty": 120
},
"departure": {
"time": "1776075431",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776075484",
"uncertainty": 120
},
"departure": {
"time": "1776075484",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1776075525",
"uncertainty": 120
},
"departure": {
"time": "1776075525",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1776075585",
"uncertainty": 120
},
"departure": {
"time": "1776075585",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1776075652",
"uncertainty": 120
},
"departure": {
"time": "1776075652",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1776075707",
"uncertainty": 120
},
"departure": {
"time": "1776075707",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1776075754",
"uncertainty": 120
},
"departure": {
"time": "1776075754",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1776075810",
"uncertainty": 120
},
"departure": {
"time": "1776075810",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776075865",
"uncertainty": 120
},
"departure": {
"time": "1776075865",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1776075925",
"uncertainty": 120
},
"departure": {
"time": "1776075925",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1776075990",
"uncertainty": 120
},
"departure": {
"time": "1776075990",
"uncertainty": 120
},
"stopId": "semcord",
"stopSequence": 33
},
{
"arrival": {
"time": "1776076110",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323554"
}
}
},
{
"id": "21323552",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776068523",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1776068578",
"uncertainty": 120
},
"departure": {
"time": "1776068614",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776068645",
"uncertainty": 120
},
"departure": {
"time": "1776068645",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776068674",
"uncertainty": 120
},
"departure": {
"time": "1776068674",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776068750",
"uncertainty": 120
},
"departure": {
"time": "1776068765",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776068826",
"uncertainty": 120
},
"departure": {
"time": "1776068826",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1776068856",
"uncertainty": 120
},
"departure": {
"time": "1776068856",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1776068925",
"uncertainty": 120
},
"departure": {
"time": "1776068925",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1776068977",
"uncertainty": 120
},
"departure": {
"time": "1776068977",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776069054",
"uncertainty": 120
},
"departure": {
"time": "1776069067",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776069150",
"uncertainty": 120
},
"departure": {
"time": "1776069158",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776069200",
"uncertainty": 120
},
"departure": {
"time": "1776069218",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776069291",
"uncertainty": 120
},
"departure": {
"time": "1776069291",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776069368",
"uncertainty": 120
},
"departure": {
"time": "1776069368",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1776069540",
"uncertainty": 120
},
"departure": {
"time": "1776069600",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1776069677",
"uncertainty": 120
},
"departure": {
"time": "1776069677",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776069879",
"uncertainty": 120
},
"departure": {
"time": "1776069914",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776070052",
"uncertainty": 120
},
"departure": {
"time": "1776070052",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1776070148",
"uncertainty": 120
},
"departure": {
"time": "1776070148",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1776070288",
"uncertainty": 120
},
"departure": {
"time": "1776070288",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1776070337",
"uncertainty": 120
},
"departure": {
"time": "1776070337",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1776070400",
"uncertainty": 120
},
"departure": {
"time": "1776070400",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776070449",
"uncertainty": 120
},
"departure": {
"time": "1776070449",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776070502",
"uncertainty": 120
},
"departure": {
"time": "1776070502",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1776070543",
"uncertainty": 120
},
"departure": {
"time": "1776070543",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1776070603",
"uncertainty": 120
},
"departure": {
"time": "1776070603",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1776070670",
"uncertainty": 120
},
"departure": {
"time": "1776070670",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1776070725",
"uncertainty": 120
},
"departure": {
"time": "1776070725",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1776070772",
"uncertainty": 120
},
"departure": {
"time": "1776070772",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1776070828",
"uncertainty": 120
},
"departure": {
"time": "1776070828",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776070881",
"uncertainty": 120
},
"departure": {
"time": "1776070881",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1776070941",
"uncertainty": 120
},
"departure": {
"time": "1776070941",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1776071006",
"uncertainty": 120
},
"departure": {
"time": "1776071006",
"uncertainty": 120
},
"stopId": "semcord",
"stopSequence": 33
},
{
"arrival": {
"time": "1776071126",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323552"
},
"vehicle": {
"id": "533",
"label": "533"
}
}
},
{
"id": "21323553",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776072270",
"uncertainty": 120
},
"departure": {
"time": "1776072270",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776070800",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1776070881",
"uncertainty": 120
},
"departure": {
"time": "1776070881",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776070929",
"uncertainty": 120
},
"departure": {
"time": "1776070929",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776070958",
"uncertainty": 120
},
"departure": {
"time": "1776070958",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776071086",
"uncertainty": 120
},
"departure": {
"time": "1776071086",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776071174",
"uncertainty": 120
},
"departure": {
"time": "1776071174",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1776071220",
"uncertainty": 120
},
"departure": {
"time": "1776071220",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1776071313",
"uncertainty": 120
},
"departure": {
"time": "1776071313",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1776071425",
"uncertainty": 120
},
"departure": {
"time": "1776071425",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776071520",
"uncertainty": 120
},
"departure": {
"time": "1776071520",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776071604",
"uncertainty": 120
},
"departure": {
"time": "1776071604",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776071654",
"uncertainty": 120
},
"departure": {
"time": "1776071654",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776071760",
"uncertainty": 120
},
"departure": {
"time": "1776071760",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776071941",
"uncertainty": 120
},
"departure": {
"time": "1776071941",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1776072060",
"uncertainty": 120
},
"departure": {
"time": "1776072120",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1776072197",
"uncertainty": 120
},
"departure": {
"time": "1776072197",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776072270",
"uncertainty": 120
},
"departure": {
"time": "1776072270",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776072454",
"uncertainty": 120
},
"departure": {
"time": "1776072454",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1776072550",
"uncertainty": 120
},
"departure": {
"time": "1776072550",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1776072690",
"uncertainty": 120
},
"departure": {
"time": "1776072690",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1776072739",
"uncertainty": 120
},
"departure": {
"time": "1776072739",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1776072802",
"uncertainty": 120
},
"departure": {
"time": "1776072802",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776072851",
"uncertainty": 120
},
"departure": {
"time": "1776072851",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776072904",
"uncertainty": 120
},
"departure": {
"time": "1776072904",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1776072945",
"uncertainty": 120
},
"departure": {
"time": "1776072945",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1776073004",
"uncertainty": 120
},
"departure": {
"time": "1776073004",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1776073070",
"uncertainty": 120
},
"departure": {
"time": "1776073070",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1776073124",
"uncertainty": 120
},
"departure": {
"time": "1776073124",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1776073170",
"uncertainty": 120
},
"departure": {
"time": "1776073170",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1776073225",
"uncertainty": 120
},
"departure": {
"time": "1776073225",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776073279",
"uncertainty": 120
},
"departure": {
"time": "1776073279",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1776073339",
"uncertainty": 120
},
"departure": {
"time": "1776073339",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1776073404",
"uncertainty": 120
},
"departure": {
"time": "1776073404",
"uncertainty": 120
},
"stopId": "semcord",
"stopSequence": 33
},
{
"arrival": {
"time": "1776073524",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323553"
}
}
},
{
"id": "21323626",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072300",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323626"
}
}
},
{
"id": "21323627",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072600",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323627"
}
}
},
{
"id": "21323624",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776070800",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1776070972",
"uncertainty": 120
},
"departure": {
"time": "1776070972",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776071126",
"uncertainty": 120
},
"departure": {
"time": "1776071126",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776071213",
"uncertainty": 120
},
"departure": {
"time": "1776071213",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776071298",
"uncertainty": 120
},
"departure": {
"time": "1776071298",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776071370",
"uncertainty": 120
},
"departure": {
"time": "1776071370",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776071463",
"uncertainty": 120
},
"departure": {
"time": "1776071463",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776071516",
"uncertainty": 120
},
"departure": {
"time": "1776071516",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776071605",
"uncertainty": 120
},
"departure": {
"time": "1776071605",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1776071675",
"uncertainty": 120
},
"departure": {
"time": "1776071675",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1776071800",
"uncertainty": 120
},
"departure": {
"time": "1776071800",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1776071879",
"uncertainty": 120
},
"departure": {
"time": "1776071879",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1776071942",
"uncertainty": 120
},
"departure": {
"time": "1776071942",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776072004",
"uncertainty": 120
},
"departure": {
"time": "1776072004",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1776072107",
"uncertainty": 120
},
"departure": {
"time": "1776072107",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776072168",
"uncertainty": 120
},
"departure": {
"time": "1776072168",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776072240",
"uncertainty": 120
},
"departure": {
"time": "1776072240",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1776072303",
"uncertainty": 120
},
"departure": {
"time": "1776072303",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776072381",
"uncertainty": 120
},
"departure": {
"time": "1776072381",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776072472",
"uncertainty": 120
},
"departure": {
"time": "1776072472",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776072601",
"uncertainty": 120
},
"departure": {
"time": "1776072601",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1776072698",
"uncertainty": 120
},
"departure": {
"time": "1776072698",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1776072802",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323624"
}
}
},
{
"id": "21323625",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776071100",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1776071275",
"uncertainty": 120
},
"departure": {
"time": "1776071275",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776071349",
"uncertainty": 120
},
"departure": {
"time": "1776071349",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1776071412",
"uncertainty": 120
},
"departure": {
"time": "1776071412",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1776071490",
"uncertainty": 120
},
"departure": {
"time": "1776071490",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776071541",
"uncertainty": 120
},
"departure": {
"time": "1776071541",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1776071622",
"uncertainty": 120
},
"departure": {
"time": "1776071622",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776071714",
"uncertainty": 120
},
"departure": {
"time": "1776071714",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776071791",
"uncertainty": 120
},
"departure": {
"time": "1776071791",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776071844",
"uncertainty": 120
},
"departure": {
"time": "1776071844",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776071971",
"uncertainty": 120
},
"departure": {
"time": "1776071971",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776072072",
"uncertainty": 120
},
"departure": {
"time": "1776072072",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776072168",
"uncertainty": 120
},
"departure": {
"time": "1776072168",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776072265",
"uncertainty": 120
},
"departure": {
"time": "1776072265",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776072324",
"uncertainty": 120
},
"departure": {
"time": "1776072324",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776072394",
"uncertainty": 120
},
"departure": {
"time": "1776072394",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776072463",
"uncertainty": 120
},
"departure": {
"time": "1776072463",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776072564",
"uncertainty": 120
},
"departure": {
"time": "1776072564",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776072708",
"uncertainty": 120
},
"departure": {
"time": "1776072708",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776072824",
"uncertainty": 120
},
"departure": {
"time": "1776072824",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1776072907",
"uncertainty": 120
},
"departure": {
"time": "1776072907",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1776073038",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323625"
}
}
},
{
"id": "21323628",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776073500",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323628"
}
}
},
{
"id": "21323622",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776069557",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069706",
"uncertainty": 120
},
"departure": {
"time": "1776069797",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776069866",
"uncertainty": 120
},
"departure": {
"time": "1776069887",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1776069946",
"uncertainty": 120
},
"departure": {
"time": "1776069947",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1776070015",
"uncertainty": 120
},
"departure": {
"time": "1776070037",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776070088",
"uncertainty": 120
},
"departure": {
"time": "1776070088",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070169",
"uncertainty": 120
},
"departure": {
"time": "1776070169",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070261",
"uncertainty": 120
},
"departure": {
"time": "1776070261",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070338",
"uncertainty": 120
},
"departure": {
"time": "1776070338",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070391",
"uncertainty": 120
},
"departure": {
"time": "1776070391",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070518",
"uncertainty": 120
},
"departure": {
"time": "1776070518",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070619",
"uncertainty": 120
},
"departure": {
"time": "1776070619",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070715",
"uncertainty": 120
},
"departure": {
"time": "1776070715",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776070812",
"uncertainty": 120
},
"departure": {
"time": "1776070812",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776070871",
"uncertainty": 120
},
"departure": {
"time": "1776070871",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776070941",
"uncertainty": 120
},
"departure": {
"time": "1776070941",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776071010",
"uncertainty": 120
},
"departure": {
"time": "1776071010",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776071111",
"uncertainty": 120
},
"departure": {
"time": "1776071111",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776071255",
"uncertainty": 120
},
"departure": {
"time": "1776071255",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776071327",
"uncertainty": 120
},
"departure": {
"time": "1776071327",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1776071392",
"uncertainty": 120
},
"departure": {
"time": "1776071392",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1776071523",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323622"
},
"vehicle": {
"id": "211",
"label": "211"
}
}
},
{
"id": "21323623",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776069062",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069182",
"uncertainty": 120
},
"departure": {
"time": "1776069212",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776069378",
"uncertainty": 120
},
"departure": {
"time": "1776069422",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776069494",
"uncertainty": 120
},
"departure": {
"time": "1776069512",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776069578",
"uncertainty": 120
},
"departure": {
"time": "1776069578",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776069631",
"uncertainty": 120
},
"departure": {
"time": "1776069632",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776069713",
"uncertainty": 120
},
"departure": {
"time": "1776069812",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776069867",
"uncertainty": 120
},
"departure": {
"time": "1776069872",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776069960",
"uncertainty": 120
},
"departure": {
"time": "1776069962",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070029",
"uncertainty": 120
},
"departure": {
"time": "1776070052",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070149",
"uncertainty": 120
},
"departure": {
"time": "1776070149",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070211",
"uncertainty": 120
},
"departure": {
"time": "1776070211",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070297",
"uncertainty": 120
},
"departure": {
"time": "1776070297",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776070359",
"uncertainty": 120
},
"departure": {
"time": "1776070359",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1776070421",
"uncertainty": 120
},
"departure": {
"time": "1776070421",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776070481",
"uncertainty": 120
},
"departure": {
"time": "1776070481",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776070542",
"uncertainty": 120
},
"departure": {
"time": "1776070542",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1776070577",
"uncertainty": 120
},
"departure": {
"time": "1776070577",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776070640",
"uncertainty": 120
},
"departure": {
"time": "1776070640",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776070700",
"uncertainty": 120
},
"departure": {
"time": "1776070700",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776070800",
"uncertainty": 120
},
"departure": {
"time": "1776070800",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1776070863",
"uncertainty": 120
},
"departure": {
"time": "1776070863",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1776070945",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323623"
},
"vehicle": {
"id": "531",
"label": "531"
}
}
},
{
"id": "21323594",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776070800",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323594"
}
}
},
{
"id": "21323586",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776071400",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323586"
}
}
},
{
"id": "21370009",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072180",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370009"
}
}
},
{
"id": "21370008",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776071280",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370008"
}
}
},
{
"id": "21370011",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776072548",
"uncertainty": 120
},
"departure": {
"time": "1776072548",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"arrival": {
"time": "1776073148",
"uncertainty": 120
},
"departure": {
"time": "1776073148",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1776073231",
"uncertainty": 120
},
"departure": {
"time": "1776073231",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1776073337",
"uncertainty": 120
},
"departure": {
"time": "1776073337",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1776072300",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1776072395",
"uncertainty": 120
},
"departure": {
"time": "1776072395",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776072548",
"uncertainty": 120
},
"departure": {
"time": "1776072548",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776072698",
"uncertainty": 120
},
"departure": {
"time": "1776072698",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776072780",
"uncertainty": 120
},
"departure": {
"time": "1776072780",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1776072812",
"uncertainty": 120
},
"departure": {
"time": "1776072812",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1776072882",
"uncertainty": 120
},
"departure": {
"time": "1776072882",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1776072941",
"uncertainty": 120
},
"departure": {
"time": "1776072941",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1776073011",
"uncertainty": 120
},
"departure": {
"time": "1776073011",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1776073068",
"uncertainty": 120
},
"departure": {
"time": "1776073068",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1776073148",
"uncertainty": 120
},
"departure": {
"time": "1776073148",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1776073265",
"uncertainty": 120
},
"departure": {
"time": "1776073265",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1776073305",
"uncertainty": 120
},
"departure": {
"time": "1776073305",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1776073388",
"uncertainty": 120
},
"departure": {
"time": "1776073388",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1776073459",
"uncertainty": 120
},
"departure": {
"time": "1776073459",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776073376",
"uncertainty": 120
},
"departure": {
"time": "1776073376",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776073439",
"uncertainty": 120
},
"departure": {
"time": "1776073439",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1776073500",
"uncertainty": 120
},
"departure": {
"time": "1776073500",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1776073582",
"uncertainty": 120
},
"departure": {
"time": "1776073582",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1776073746",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370011"
}
}
},
{
"id": "21370010",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776072300",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370010"
}
}
},
{
"id": "21370013",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776073080",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370013"
}
}
},
{
"id": "21370012",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776072883",
"uncertainty": 120
},
"departure": {
"time": "1776072883",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776072600",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1776072849",
"uncertainty": 120
},
"departure": {
"time": "1776072849",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776072883",
"uncertainty": 120
},
"departure": {
"time": "1776072883",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776073067",
"uncertainty": 120
},
"departure": {
"time": "1776073067",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1776073163",
"uncertainty": 120
},
"departure": {
"time": "1776073163",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1776073303",
"uncertainty": 120
},
"departure": {
"time": "1776073303",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1776073353",
"uncertainty": 120
},
"departure": {
"time": "1776073353",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1776073478",
"uncertainty": 120
},
"departure": {
"time": "1776073478",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1776073544",
"uncertainty": 120
},
"departure": {
"time": "1776073544",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1776073590",
"uncertainty": 120
},
"departure": {
"time": "1776073590",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776073699",
"uncertainty": 120
},
"departure": {
"time": "1776073699",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776073822",
"uncertainty": 120
},
"departure": {
"time": "1776073822",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1776073914",
"uncertainty": 120
},
"departure": {
"time": "1776073914",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776073944",
"uncertainty": 120
},
"departure": {
"time": "1776073944",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776074028",
"uncertainty": 120
},
"departure": {
"time": "1776074028",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776074082",
"uncertainty": 120
},
"departure": {
"time": "1776074082",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1776074191",
"uncertainty": 120
},
"departure": {
"time": "1776074191",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1776074275",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370012"
}
}
},
{
"id": "21370001",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776068747",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1776068793",
"uncertainty": 120
},
"departure": {
"time": "1776068793",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1776068833",
"uncertainty": 120
},
"departure": {
"time": "1776068837",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1776068942",
"uncertainty": 120
},
"departure": {
"time": "1776068942",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1776068987",
"uncertainty": 120
},
"departure": {
"time": "1776068987",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1776069127",
"uncertainty": 120
},
"departure": {
"time": "1776069167",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776069218",
"uncertainty": 120
},
"departure": {
"time": "1776069218",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776069268",
"uncertainty": 120
},
"departure": {
"time": "1776069268",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776069395",
"uncertainty": 120
},
"departure": {
"time": "1776069441",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1776069527",
"uncertainty": 120
},
"departure": {
"time": "1776069557",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1776069638",
"uncertainty": 120
},
"departure": {
"time": "1776069638",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1776069667",
"uncertainty": 120
},
"departure": {
"time": "1776069681",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776069737",
"uncertainty": 120
},
"departure": {
"time": "1776069769",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776069843",
"uncertainty": 120
},
"departure": {
"time": "1776069843",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1776069876",
"uncertainty": 120
},
"departure": {
"time": "1776069887",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776069964",
"uncertainty": 120
},
"departure": {
"time": "1776069977",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776070030",
"uncertainty": 120
},
"departure": {
"time": "1776070030",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776070149",
"uncertainty": 120
},
"departure": {
"time": "1776070149",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1776070269",
"uncertainty": 120
},
"departure": {
"time": "1776070269",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1776070373",
"uncertainty": 120
},
"departure": {
"time": "1776070373",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1776070467",
"uncertainty": 120
},
"departure": {
"time": "1776070467",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1776070551",
"uncertainty": 120
},
"departure": {
"time": "1776070551",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776070686",
"uncertainty": 120
},
"departure": {
"time": "1776070686",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1776070821",
"uncertainty": 120
},
"departure": {
"time": "1776070821",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776070894",
"uncertainty": 120
},
"departure": {
"time": "1776070894",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776070993",
"uncertainty": 120
},
"departure": {
"time": "1776070993",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776071046",
"uncertainty": 120
},
"departure": {
"time": "1776071046",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1776071096",
"uncertainty": 120
},
"departure": {
"time": "1776071096",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776071178",
"uncertainty": 120
},
"departure": {
"time": "1776071178",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776071246",
"uncertainty": 120
},
"departure": {
"time": "1776071246",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776071294",
"uncertainty": 120
},
"departure": {
"time": "1776071294",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1776071366",
"uncertainty": 120
},
"departure": {
"time": "1776071366",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1776071613",
"uncertainty": 120
},
"departure": {
"time": "1776071613",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1776071667",
"uncertainty": 120
},
"departure": {
"time": "1776071667",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1776071704",
"uncertainty": 120
},
"departure": {
"time": "1776071704",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1776071726",
"uncertainty": 120
},
"departure": {
"time": "1776071726",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1776071795",
"uncertainty": 120
},
"departure": {
"time": "1776071795",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1776071911",
"uncertainty": 120
},
"departure": {
"time": "1776071911",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1776071966",
"uncertainty": 120
},
"departure": {
"time": "1776071966",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1776072052",
"uncertainty": 120
},
"departure": {
"time": "1776072052",
"uncertainty": 120
},
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1776072176",
"uncertainty": 120
},
"departure": {
"time": "1776072176",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1776072254",
"uncertainty": 120
},
"departure": {
"time": "1776072254",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1776072326",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 43
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370001"
},
"vehicle": {
"id": "1200",
"label": "1200"
}
}
},
{
"id": "21370000",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776068013",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776068099",
"uncertainty": 120
},
"departure": {
"time": "1776068099",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776068132",
"uncertainty": 120
},
"departure": {
"time": "1776068132",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1776068158",
"uncertainty": 120
},
"departure": {
"time": "1776068158",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1776068226",
"uncertainty": 120
},
"departure": {
"time": "1776068240",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776068279",
"uncertainty": 120
},
"departure": {
"time": "1776068283",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776068353",
"uncertainty": 120
},
"departure": {
"time": "1776068353",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776068433",
"uncertainty": 120
},
"departure": {
"time": "1776068433",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776068506",
"uncertainty": 120
},
"departure": {
"time": "1776068553",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1776068613",
"uncertainty": 120
},
"departure": {
"time": "1776068613",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776068643",
"uncertainty": 120
},
"departure": {
"time": "1776068643",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1776068718",
"uncertainty": 120
},
"departure": {
"time": "1776068763",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776068793",
"uncertainty": 120
},
"departure": {
"time": "1776068793",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776068918",
"uncertainty": 120
},
"departure": {
"time": "1776068973",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776069001",
"uncertainty": 120
},
"departure": {
"time": "1776069033",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1776069167",
"uncertainty": 120
},
"departure": {
"time": "1776069243",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1776069333",
"uncertainty": 120
},
"departure": {
"time": "1776069393",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1776069502",
"uncertainty": 120
},
"departure": {
"time": "1776069513",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1776069603",
"uncertainty": 120
},
"departure": {
"time": "1776069633",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776069723",
"uncertainty": 120
},
"departure": {
"time": "1776069723",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1776069821",
"uncertainty": 120
},
"departure": {
"time": "1776069821",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776069874",
"uncertainty": 120
},
"departure": {
"time": "1776069874",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1776069939",
"uncertainty": 120
},
"departure": {
"time": "1776070053",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1776070125",
"uncertainty": 120
},
"departure": {
"time": "1776070125",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1776070256",
"uncertainty": 120
},
"departure": {
"time": "1776070256",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776070328",
"uncertainty": 120
},
"departure": {
"time": "1776070328",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1776070375",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370000"
},
"vehicle": {
"id": "193",
"label": "193"
}
}
},
{
"id": "21370003",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776070265",
"uncertainty": 120
},
"departure": {
"time": "1776070265",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"departure": {
"time": "1776069983",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1776070149",
"uncertainty": 120
},
"departure": {
"time": "1776070149",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776070265",
"uncertainty": 120
},
"departure": {
"time": "1776070265",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776070449",
"uncertainty": 120
},
"departure": {
"time": "1776070449",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1776070545",
"uncertainty": 120
},
"departure": {
"time": "1776070545",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1776070685",
"uncertainty": 120
},
"departure": {
"time": "1776070685",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070735",
"uncertainty": 120
},
"departure": {
"time": "1776070735",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070860",
"uncertainty": 120
},
"departure": {
"time": "1776070860",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070926",
"uncertainty": 120
},
"departure": {
"time": "1776070926",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070972",
"uncertainty": 120
},
"departure": {
"time": "1776070972",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776071081",
"uncertainty": 120
},
"departure": {
"time": "1776071081",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776071198",
"uncertainty": 120
},
"departure": {
"time": "1776071198",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1776071285",
"uncertainty": 120
},
"departure": {
"time": "1776071285",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776071315",
"uncertainty": 120
},
"departure": {
"time": "1776071315",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776071399",
"uncertainty": 120
},
"departure": {
"time": "1776071399",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776071453",
"uncertainty": 120
},
"departure": {
"time": "1776071453",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1776071561",
"uncertainty": 120
},
"departure": {
"time": "1776071561",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1776071645",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370003"
},
"vehicle": {
"id": "167",
"label": "167"
}
}
},
{
"id": "21370002",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776068822",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776068912",
"uncertainty": 120
},
"departure": {
"time": "1776068912",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776068962",
"uncertainty": 120
},
"departure": {
"time": "1776068962",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1776068990",
"uncertainty": 120
},
"departure": {
"time": "1776068990",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1776069056",
"uncertainty": 120
},
"departure": {
"time": "1776069062",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776069121",
"uncertainty": 120
},
"departure": {
"time": "1776069152",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776069235",
"uncertainty": 120
},
"departure": {
"time": "1776069242",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776069345",
"uncertainty": 120
},
"departure": {
"time": "1776069362",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776069444",
"uncertainty": 120
},
"departure": {
"time": "1776069482",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1776069542",
"uncertainty": 120
},
"departure": {
"time": "1776069542",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776069595",
"uncertainty": 120
},
"departure": {
"time": "1776069602",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1776069697",
"uncertainty": 120
},
"departure": {
"time": "1776069722",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776069767",
"uncertainty": 120
},
"departure": {
"time": "1776069767",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776069911",
"uncertainty": 120
},
"departure": {
"time": "1776069911",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776069933",
"uncertainty": 120
},
"departure": {
"time": "1776069933",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1776070020",
"uncertainty": 120
},
"departure": {
"time": "1776070052",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1776070145",
"uncertainty": 120
},
"departure": {
"time": "1776070200",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1776070316",
"uncertainty": 120
},
"departure": {
"time": "1776070316",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1776070409",
"uncertainty": 120
},
"departure": {
"time": "1776070409",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776070501",
"uncertainty": 120
},
"departure": {
"time": "1776070501",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1776070593",
"uncertainty": 120
},
"departure": {
"time": "1776070593",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776070651",
"uncertainty": 120
},
"departure": {
"time": "1776070651",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1776070718",
"uncertainty": 120
},
"departure": {
"time": "1776070718",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1776070790",
"uncertainty": 120
},
"departure": {
"time": "1776070790",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1776070924",
"uncertainty": 120
},
"departure": {
"time": "1776070924",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776071001",
"uncertainty": 120
},
"departure": {
"time": "1776071001",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1776071065",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370002"
},
"vehicle": {
"id": "185",
"label": "185"
}
}
},
{
"id": "21370005",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776070181",
"uncertainty": 120
},
"departure": {
"time": "1776070181",
"uncertainty": 120
},
"stopId": "bsmsncf2"
},
{
"arrival": {
"time": "1776070781",
"uncertainty": 120
},
"departure": {
"time": "1776070781",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1776070864",
"uncertainty": 120
},
"departure": {
"time": "1776070864",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1776070970",
"uncertainty": 120
},
"departure": {
"time": "1776070970",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1776069962",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1776069995",
"uncertainty": 120
},
"departure": {
"time": "1776069995",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776070181",
"uncertainty": 120
},
"departure": {
"time": "1776070181",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776070331",
"uncertainty": 120
},
"departure": {
"time": "1776070331",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776070413",
"uncertainty": 120
},
"departure": {
"time": "1776070413",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1776070445",
"uncertainty": 120
},
"departure": {
"time": "1776070445",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070515",
"uncertainty": 120
},
"departure": {
"time": "1776070515",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070574",
"uncertainty": 120
},
"departure": {
"time": "1776070574",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070644",
"uncertainty": 120
},
"departure": {
"time": "1776070644",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070701",
"uncertainty": 120
},
"departure": {
"time": "1776070701",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070781",
"uncertainty": 120
},
"departure": {
"time": "1776070781",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1776070865",
"uncertainty": 120
},
"departure": {
"time": "1776070865",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1776070905",
"uncertainty": 120
},
"departure": {
"time": "1776070905",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1776070988",
"uncertainty": 120
},
"departure": {
"time": "1776070988",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1776071059",
"uncertainty": 120
},
"departure": {
"time": "1776071059",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776071009",
"uncertainty": 120
},
"departure": {
"time": "1776071009",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776071072",
"uncertainty": 120
},
"departure": {
"time": "1776071072",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1776071133",
"uncertainty": 120
},
"departure": {
"time": "1776071133",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1776071215",
"uncertainty": 120
},
"departure": {
"time": "1776071215",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1776071379",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370005"
},
"vehicle": {
"id": "175",
"label": "175"
}
}
},
{
"id": "21370004",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776070060",
"uncertainty": 120
},
"departure": {
"time": "1776070060",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776070150",
"uncertainty": 120
},
"departure": {
"time": "1776070150",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776070257",
"uncertainty": 120
},
"departure": {
"time": "1776070257",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1776070333",
"uncertainty": 120
},
"departure": {
"time": "1776070333",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070472",
"uncertainty": 120
},
"departure": {
"time": "1776070472",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070553",
"uncertainty": 120
},
"departure": {
"time": "1776070553",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1776070730",
"uncertainty": 120
},
"departure": {
"time": "1776070730",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1776070830",
"uncertainty": 120
},
"departure": {
"time": "1776070830",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1776070922",
"uncertainty": 120
},
"departure": {
"time": "1776070920",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1776071011",
"uncertainty": 120
},
"departure": {
"time": "1776071011",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776071161",
"uncertainty": 120
},
"departure": {
"time": "1776071161",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1776071213",
"uncertainty": 120
},
"departure": {
"time": "1776071213",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1776071280",
"uncertainty": 120
},
"departure": {
"time": "1776071280",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1776071330",
"uncertainty": 120
},
"departure": {
"time": "1776071330",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1776071394",
"uncertainty": 120
},
"departure": {
"time": "1776071394",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1776071455",
"uncertainty": 120
},
"departure": {
"time": "1776071455",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1776071510",
"uncertainty": 120
},
"departure": {
"time": "1776071510",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1776071600",
"uncertainty": 120
},
"departure": {
"time": "1776071600",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1776071787",
"uncertainty": 120
},
"departure": {
"time": "1776071787",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1776071885",
"uncertainty": 120
},
"departure": {
"time": "1776071885",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1776071925",
"uncertainty": 120
},
"departure": {
"time": "1776071925",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1776071959",
"uncertainty": 120
},
"departure": {
"time": "1776071959",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1776072000",
"uncertainty": 120
},
"departure": {
"time": "1776072000",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 25
},
{
"arrival": {
"time": "1776072114",
"uncertainty": 120
},
"departure": {
"time": "1776072114",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1776072187",
"uncertainty": 120
},
"departure": {
"time": "1776072187",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1776072239",
"uncertainty": 120
},
"departure": {
"time": "1776072239",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1776072305",
"uncertainty": 120
},
"departure": {
"time": "1776072305",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1776072393",
"uncertainty": 120
},
"departure": {
"time": "1776072393",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1776072465",
"uncertainty": 120
},
"departure": {
"time": "1776072465",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1776072506",
"uncertainty": 120
},
"departure": {
"time": "1776072506",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1776072542",
"uncertainty": 120
},
"departure": {
"time": "1776072542",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1776072613",
"uncertainty": 120
},
"departure": {
"time": "1776072613",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1776072641",
"uncertainty": 120
},
"departure": {
"time": "1776072641",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1776072720",
"uncertainty": 120
},
"departure": {
"time": "1776072720",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1776072840",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370004"
},
"vehicle": {
"id": "190",
"label": "190"
}
}
},
{
"id": "21370007",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776070560",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370007"
}
}
},
{
"id": "21370006",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776070380",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776070515",
"uncertainty": 120
},
"departure": {
"time": "1776070515",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776070572",
"uncertainty": 120
},
"departure": {
"time": "1776070572",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1776070602",
"uncertainty": 120
},
"departure": {
"time": "1776070602",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1776070672",
"uncertainty": 120
},
"departure": {
"time": "1776070672",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776070746",
"uncertainty": 120
},
"departure": {
"time": "1776070746",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776070811",
"uncertainty": 120
},
"departure": {
"time": "1776070811",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776070928",
"uncertainty": 120
},
"departure": {
"time": "1776070928",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776071017",
"uncertainty": 120
},
"departure": {
"time": "1776071017",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1776071079",
"uncertainty": 120
},
"departure": {
"time": "1776071079",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776071133",
"uncertainty": 120
},
"departure": {
"time": "1776071133",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1776071231",
"uncertainty": 120
},
"departure": {
"time": "1776071231",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776071284",
"uncertainty": 120
},
"departure": {
"time": "1776071284",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776071492",
"uncertainty": 120
},
"departure": {
"time": "1776071492",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776071517",
"uncertainty": 120
},
"departure": {
"time": "1776071517",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1776071615",
"uncertainty": 120
},
"departure": {
"time": "1776071615",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1776071735",
"uncertainty": 120
},
"departure": {
"time": "1776072000",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1776072180",
"uncertainty": 120
},
"departure": {
"time": "1776072180",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1776072300",
"uncertainty": 120
},
"departure": {
"time": "1776072300",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776072413",
"uncertainty": 120
},
"departure": {
"time": "1776072413",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1776072540",
"uncertainty": 120
},
"departure": {
"time": "1776072540",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776072643",
"uncertainty": 120
},
"departure": {
"time": "1776072643",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1776072720",
"uncertainty": 120
},
"departure": {
"time": "1776072720",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1776072801",
"uncertainty": 120
},
"departure": {
"time": "1776072801",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1776072960",
"uncertainty": 120
},
"departure": {
"time": "1776072960",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776073076",
"uncertainty": 120
},
"departure": {
"time": "1776073076",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1776073140",
"uncertainty": 120
},
"departure": {
"time": "1776073140",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
},
{
"arrival": {
"time": "1776073254",
"uncertainty": 120
},
"departure": {
"time": "1776073254",
"uncertainty": 120
},
"stopId": "smbpeu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776073320",
"uncertainty": 120
},
"stopId": "smblam",
"stopSequence": 29
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370006"
}
}
},
{
"id": "21369997",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776067052",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776067142",
"uncertainty": 120
},
"departure": {
"time": "1776067142",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776067187",
"uncertainty": 120
},
"departure": {
"time": "1776067187",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1776067223",
"uncertainty": 120
},
"departure": {
"time": "1776067223",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1776067288",
"uncertainty": 120
},
"departure": {
"time": "1776067322",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776067367",
"uncertainty": 120
},
"departure": {
"time": "1776067367",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776067426",
"uncertainty": 120
},
"departure": {
"time": "1776067426",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776067532",
"uncertainty": 120
},
"departure": {
"time": "1776067563",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776067651",
"uncertainty": 120
},
"departure": {
"time": "1776067654",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1776067735",
"uncertainty": 120
},
"departure": {
"time": "1776067746",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776067806",
"uncertainty": 120
},
"departure": {
"time": "1776067806",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1776067895",
"uncertainty": 120
},
"departure": {
"time": "1776067895",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776067949",
"uncertainty": 120
},
"departure": {
"time": "1776067956",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776068066",
"uncertainty": 120
},
"departure": {
"time": "1776068077",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776068107",
"uncertainty": 120
},
"departure": {
"time": "1776068198",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1776068360",
"uncertainty": 120
},
"departure": {
"time": "1776068379",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1776068499",
"uncertainty": 120
},
"departure": {
"time": "1776068529",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1776068677",
"uncertainty": 120
},
"departure": {
"time": "1776068709",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1776068821",
"uncertainty": 120
},
"departure": {
"time": "1776068859",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776068949",
"uncertainty": 120
},
"departure": {
"time": "1776068949",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1776069029",
"uncertainty": 120
},
"departure": {
"time": "1776069029",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776069080",
"uncertainty": 120
},
"departure": {
"time": "1776069080",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1776069138",
"uncertainty": 120
},
"departure": {
"time": "1776069189",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1776069260",
"uncertainty": 120
},
"departure": {
"time": "1776069260",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1776069388",
"uncertainty": 120
},
"departure": {
"time": "1776069399",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776069466",
"uncertainty": 120
},
"departure": {
"time": "1776069466",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1776069529",
"uncertainty": 120
},
"departure": {
"time": "1776069969",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
},
{
"arrival": {
"time": "1776070072",
"uncertainty": 120
},
"departure": {
"time": "1776070072",
"uncertainty": 120
},
"stopId": "smbpeu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776070138",
"uncertainty": 120
},
"stopId": "smblam",
"stopSequence": 29
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21369997"
},
"vehicle": {
"id": "177",
"label": "177"
}
}
},
{
"id": "21369999",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776067399",
"uncertainty": 120
},
"departure": {
"time": "1776067404",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776067464",
"uncertainty": 120
},
"departure": {
"time": "1776067464",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776067611",
"uncertainty": 120
},
"departure": {
"time": "1776067644",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1776067728",
"uncertainty": 120
},
"departure": {
"time": "1776067734",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776067884",
"uncertainty": 120
},
"departure": {
"time": "1776067884",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1776067927",
"uncertainty": 120
},
"departure": {
"time": "1776067927",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1776068034",
"uncertainty": 120
},
"departure": {
"time": "1776068094",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1776068172",
"uncertainty": 120
},
"departure": {
"time": "1776068184",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1776068274",
"uncertainty": 120
},
"departure": {
"time": "1776068364",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1776068484",
"uncertainty": 120
},
"departure": {
"time": "1776068484",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776068575",
"uncertainty": 120
},
"departure": {
"time": "1776068605",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1776068635",
"uncertainty": 120
},
"departure": {
"time": "1776068635",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1776068686",
"uncertainty": 120
},
"departure": {
"time": "1776068686",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1776068738",
"uncertainty": 120
},
"departure": {
"time": "1776068755",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1776068838",
"uncertainty": 120
},
"departure": {
"time": "1776068838",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1776068875",
"uncertainty": 120
},
"departure": {
"time": "1776068875",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1776068929",
"uncertainty": 120
},
"departure": {
"time": "1776068935",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1776069003",
"uncertainty": 120
},
"departure": {
"time": "1776069003",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1776069108",
"uncertainty": 120
},
"departure": {
"time": "1776069108",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1776069159",
"uncertainty": 120
},
"departure": {
"time": "1776069175",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1776069218",
"uncertainty": 120
},
"departure": {
"time": "1776069235",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1776069275",
"uncertainty": 120
},
"departure": {
"time": "1776069296",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1776069365",
"uncertainty": 120
},
"departure": {
"time": "1776069386",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 25
},
{
"arrival": {
"time": "1776069491",
"uncertainty": 120
},
"departure": {
"time": "1776069491",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1776069535",
"uncertainty": 120
},
"departure": {
"time": "1776069535",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1776069605",
"uncertainty": 120
},
"departure": {
"time": "1776069605",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1776069672",
"uncertainty": 120
},
"departure": {
"time": "1776069672",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1776069748",
"uncertainty": 120
},
"departure": {
"time": "1776069748",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1776069817",
"uncertainty": 120
},
"departure": {
"time": "1776069817",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1776069856",
"uncertainty": 120
},
"departure": {
"time": "1776069856",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1776069885",
"uncertainty": 120
},
"departure": {
"time": "1776069885",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1776069937",
"uncertainty": 120
},
"departure": {
"time": "1776069937",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1776069962",
"uncertainty": 120
},
"departure": {
"time": "1776069962",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1776070020",
"uncertainty": 120
},
"departure": {
"time": "1776070020",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1776070126",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1776070060",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21369999"
},
"vehicle": {
"id": "161",
"label": "161"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1776070060"
}
}