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
❌123 errors, 34 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-04-16 at 09:02 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
GTFS-rt stop_id does not exist in GTFS data E011 10 errors
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Sample errors
- trip_id 21369994 stop_id wimmair4 does not exist in GTFS data stops.txt
- trip_id 21369996 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21369985 stop_id wimmair4 does not exist in GTFS data stops.txt
- trip_id 21369987 stop_id wimmair4 does not exist in GTFS data stops.txt
- trip_id 21369988 stop_id outmds does not exist in GTFS data stops.txt
stop_times_updates not strictly sorted E002 5 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 21323513 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 21323496 stop_sequence [16, 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] is not strictly sorted by increasing stop_sequence
- trip_id 21323497 stop_sequence [16, 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] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 92 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 21369994 stop_sequence 1 departure_time 09:28:00 (1776324480) is less than previous stop departure_time 10:27:37 (1776328057) - times must increase between two sequential stops
- trip_id 21369994 stop_sequence 1 departure_time 09:28:00 (1776324480) is less than previous stop arrival_time 10:27:37 (1776328057) - times must increase between two sequential stops
- trip_id 21369994 stop_sequence 2 arrival_time 09:29:25 (1776324565) is less than previous stop arrival_time 10:27:37 (1776328057) - times must increase between two sequential stops
- trip_id 21369994 stop_sequence 2 departure_time 09:29:25 (1776324565) is less than previous stop arrival_time 10:27:37 (1776328057) - times must increase between two sequential stops
- trip_id 21369996 stop_sequence 1 departure_time 09:45:00 (1776325500) is less than previous stop departure_time 10:01:09 (1776326469) - times must increase between two sequential stops
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 16 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 21323550 stop_sequence 33 has stop_id semcord but GTFS stop_sequence 33 has stop_id semcord2 - stop_ids should be the same
- GTFS-rt trip_id 21369985 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 21370105 stop_sequence 13 has stop_id outplac but GTFS stop_sequence 13 has stop_id outplac2 - 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 trip_id 21370107 stop_sequence 11 has stop_id wimmair3 but GTFS stop_sequence 11 has stop_id wimmair - stop_ids should be the same
Warnings
vehicle_id not populated W002 34 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id 21323551 does not have a vehicle_id
- trip_id 21369993 does not have a vehicle_id
- trip_id 21369992 does not have a vehicle_id
- trip_id 21369995 does not have a vehicle_id
- trip_id 21369994 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 | 235 | 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 | 379 | 30 times (100 % of validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 976 | 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. | 1,023 | 25 times (83 % of validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 47 | 18 times (60 % of validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 6 | 6 times (20 % of validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 6 | 6 times (20 % 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-16 at 19:12 Europe/Paris.
trip_updates (39) 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-16 at 19:12 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "21323542",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776359071",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 1
},
{
"arrival": {
"time": "1776359139",
"uncertainty": 120
},
"departure": {
"time": "1776359139",
"uncertainty": 120
},
"stopId": "lacpont2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776359221",
"uncertainty": 120
},
"departure": {
"time": "1776359221",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776359291",
"uncertainty": 120
},
"departure": {
"time": "1776359291",
"uncertainty": 120
},
"stopId": "lacegli2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776359331",
"uncertainty": 120
},
"departure": {
"time": "1776359331",
"uncertainty": 120
},
"stopId": "lacgara2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776359401",
"uncertainty": 120
},
"departure": {
"time": "1776359401",
"uncertainty": 120
},
"stopId": "lacpern2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776359431",
"uncertainty": 120
},
"departure": {
"time": "1776359431",
"uncertainty": 120
},
"stopId": "lacpell2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776359462",
"uncertainty": 120
},
"departure": {
"time": "1776359462",
"uncertainty": 120
},
"stopId": "smbbadh2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776359519",
"uncertainty": 120
},
"departure": {
"time": "1776359521",
"uncertainty": 120
},
"stopId": "bsminqo",
"stopSequence": 9
},
{
"arrival": {
"time": "1776359573",
"uncertainty": 120
},
"departure": {
"time": "1776359573",
"uncertainty": 120
},
"stopId": "smbipbo",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359604",
"uncertainty": 120
},
"departure": {
"time": "1776359604",
"uncertainty": 120
},
"stopId": "smboues2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776359941",
"uncertainty": 120
},
"departure": {
"time": "1776359941",
"uncertainty": 120
},
"stopId": "smbheli",
"stopSequence": 12
},
{
"arrival": {
"time": "1776360120",
"uncertainty": 120
},
"departure": {
"time": "1776360120",
"uncertainty": 120
},
"stopId": "smbmont2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776360183",
"uncertainty": 120
},
"departure": {
"time": "1776360183",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776360241",
"uncertainty": 120
},
"departure": {
"time": "1776360241",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 15
},
{
"arrival": {
"time": "1776360331",
"uncertainty": 120
},
"departure": {
"time": "1776360331",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 16
},
{
"arrival": {
"time": "1776360445",
"uncertainty": 120
},
"departure": {
"time": "1776360445",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776360541",
"uncertainty": 120
},
"departure": {
"time": "1776360541",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 18
},
{
"arrival": {
"time": "1776360596",
"uncertainty": 120
},
"departure": {
"time": "1776360596",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776360666",
"uncertainty": 120
},
"departure": {
"time": "1776360666",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776360747",
"uncertainty": 120
},
"departure": {
"time": "1776360747",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 21
},
{
"arrival": {
"time": "1776360863",
"uncertainty": 120
},
"departure": {
"time": "1776360863",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1776360911",
"uncertainty": 120
},
"departure": {
"time": "1776360911",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1776360996",
"uncertainty": 120
},
"stopId": "bsmcc10r",
"stopSequence": 24
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323542"
},
"vehicle": {
"id": "183",
"label": "183"
}
}
},
{
"id": "21323526",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776357752",
"uncertainty": 120
},
"departure": {
"time": "1776357753",
"uncertainty": 120
},
"stopId": "smbmair3"
},
{
"arrival": {
"time": "1776357819",
"uncertainty": 120
},
"departure": {
"time": "1776357843",
"uncertainty": 120
},
"stopId": "bsmjul1"
},
{
"arrival": {
"time": "1776357904",
"uncertainty": 120
},
"departure": {
"time": "1776357904",
"uncertainty": 120
},
"stopId": "bsmmaqu2"
},
{
"arrival": {
"time": "1776357982",
"uncertainty": 120
},
"departure": {
"time": "1776357993",
"uncertainty": 120
},
"stopId": "bsmhabi"
},
{
"arrival": {
"time": "1776358023",
"uncertainty": 120
},
"departure": {
"time": "1776358023",
"uncertainty": 120
},
"stopId": "smbcal2"
},
{
"arrival": {
"time": "1776358060",
"uncertainty": 120
},
"departure": {
"time": "1776358060",
"uncertainty": 120
},
"stopId": "smbjard2"
},
{
"arrival": {
"time": "1776358161",
"uncertainty": 120
},
"departure": {
"time": "1776358203",
"uncertainty": 120
},
"stopId": "smbjos2"
},
{
"departure": {
"time": "1776357032",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776357070",
"uncertainty": 120
},
"departure": {
"time": "1776357070",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776357116",
"uncertainty": 120
},
"departure": {
"time": "1776357152",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776357212",
"uncertainty": 120
},
"departure": {
"time": "1776357272",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776357327",
"uncertainty": 120
},
"departure": {
"time": "1776357327",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776357400",
"uncertainty": 120
},
"departure": {
"time": "1776357512",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776357608",
"uncertainty": 120
},
"departure": {
"time": "1776357608",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1776357662",
"uncertainty": 120
},
"departure": {
"time": "1776357662",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776357706",
"uncertainty": 120
},
"departure": {
"time": "1776357706",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776357735",
"uncertainty": 120
},
"departure": {
"time": "1776357735",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1776357900",
"uncertainty": 120
},
"departure": {
"time": "1776357900",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776357977",
"uncertainty": 120
},
"departure": {
"time": "1776357977",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1776358123",
"uncertainty": 120
},
"departure": {
"time": "1776358123",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776358188",
"uncertainty": 120
},
"departure": {
"time": "1776358188",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776358330",
"uncertainty": 120
},
"departure": {
"time": "1776358330",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1776358354",
"uncertainty": 120
},
"departure": {
"time": "1776358354",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776358426",
"uncertainty": 120
},
"departure": {
"time": "1776358426",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776358516",
"uncertainty": 120
},
"departure": {
"time": "1776358546",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776358606",
"uncertainty": 120
},
"departure": {
"time": "1776358696",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776358742",
"uncertainty": 120
},
"departure": {
"time": "1776358786",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776358846",
"uncertainty": 120
},
"departure": {
"time": "1776358846",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776358906",
"uncertainty": 120
},
"departure": {
"time": "1776358966",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776358985",
"uncertainty": 120
},
"departure": {
"time": "1776358998",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776359040",
"uncertainty": 120
},
"departure": {
"time": "1776359056",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776359106",
"uncertainty": 120
},
"departure": {
"time": "1776359106",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776359146",
"uncertainty": 120
},
"departure": {
"time": "1776359146",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776359206",
"uncertainty": 120
},
"departure": {
"time": "1776359206",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776359326",
"uncertainty": 120
},
"departure": {
"time": "1776359326",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776359416",
"uncertainty": 120
},
"departure": {
"time": "1776359416",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1776359460",
"uncertainty": 120
},
"departure": {
"time": "1776359460",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1776359546",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323526"
},
"vehicle": {
"id": "1200",
"label": "1200"
}
}
},
{
"id": "21323527",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776360591",
"uncertainty": 120
},
"departure": {
"time": "1776360591",
"uncertainty": 120
},
"stopId": "smbmair3"
},
{
"arrival": {
"time": "1776360652",
"uncertainty": 120
},
"departure": {
"time": "1776360652",
"uncertainty": 120
},
"stopId": "bsmjul1"
},
{
"arrival": {
"time": "1776360738",
"uncertainty": 120
},
"departure": {
"time": "1776360738",
"uncertainty": 120
},
"stopId": "bsmmaqu2"
},
{
"arrival": {
"time": "1776360817",
"uncertainty": 120
},
"departure": {
"time": "1776360817",
"uncertainty": 120
},
"stopId": "bsmhabi"
},
{
"arrival": {
"time": "1776360868",
"uncertainty": 120
},
"departure": {
"time": "1776360868",
"uncertainty": 120
},
"stopId": "smbcal2"
},
{
"arrival": {
"time": "1776360928",
"uncertainty": 120
},
"departure": {
"time": "1776360928",
"uncertainty": 120
},
"stopId": "smbjard2"
},
{
"arrival": {
"time": "1776360978",
"uncertainty": 120
},
"departure": {
"time": "1776360978",
"uncertainty": 120
},
"stopId": "smbjos2"
},
{
"departure": {
"time": "1776360000",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776360045",
"uncertainty": 120
},
"departure": {
"time": "1776360045",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776360100",
"uncertainty": 120
},
"departure": {
"time": "1776360100",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776360146",
"uncertainty": 120
},
"departure": {
"time": "1776360146",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776360204",
"uncertainty": 120
},
"departure": {
"time": "1776360204",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776360275",
"uncertainty": 120
},
"departure": {
"time": "1776360275",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776360381",
"uncertainty": 120
},
"departure": {
"time": "1776360381",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1776360469",
"uncertainty": 120
},
"departure": {
"time": "1776360469",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776360524",
"uncertainty": 120
},
"departure": {
"time": "1776360524",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776360582",
"uncertainty": 120
},
"departure": {
"time": "1776360582",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1776360720",
"uncertainty": 120
},
"departure": {
"time": "1776360720",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776360786",
"uncertainty": 120
},
"departure": {
"time": "1776360786",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1776360911",
"uncertainty": 120
},
"departure": {
"time": "1776360911",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776360966",
"uncertainty": 120
},
"departure": {
"time": "1776360966",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776361024",
"uncertainty": 120
},
"departure": {
"time": "1776361024",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1776361085",
"uncertainty": 120
},
"departure": {
"time": "1776361085",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776361194",
"uncertainty": 120
},
"departure": {
"time": "1776361194",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776361265",
"uncertainty": 120
},
"departure": {
"time": "1776361265",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776361335",
"uncertainty": 120
},
"departure": {
"time": "1776361335",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1776361385",
"uncertainty": 120
},
"departure": {
"time": "1776361385",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776361472",
"uncertainty": 120
},
"departure": {
"time": "1776361472",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776361564",
"uncertainty": 120
},
"departure": {
"time": "1776361564",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776361583",
"uncertainty": 120
},
"departure": {
"time": "1776361583",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776361625",
"uncertainty": 120
},
"departure": {
"time": "1776361625",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776361695",
"uncertainty": 120
},
"departure": {
"time": "1776361695",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776361764",
"uncertainty": 120
},
"departure": {
"time": "1776361764",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776361865",
"uncertainty": 120
},
"departure": {
"time": "1776361865",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776361976",
"uncertainty": 120
},
"departure": {
"time": "1776361976",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776362063",
"uncertainty": 120
},
"departure": {
"time": "1776362063",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1776362134",
"uncertainty": 120
},
"departure": {
"time": "1776362134",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1776362225",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323527"
}
}
},
{
"id": "21323600",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776361800",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323600"
}
}
},
{
"id": "21370081",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776362220",
"uncertainty": 120
},
"departure": {
"time": "1776362220",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1776362303",
"uncertainty": 120
},
"departure": {
"time": "1776362303",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1776362409",
"uncertainty": 120
},
"departure": {
"time": "1776362409",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1776361500",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1776361595",
"uncertainty": 120
},
"departure": {
"time": "1776361595",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776361680",
"uncertainty": 120
},
"departure": {
"time": "1776361680",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776361815",
"uncertainty": 120
},
"departure": {
"time": "1776361815",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776361889",
"uncertainty": 120
},
"departure": {
"time": "1776361889",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1776361918",
"uncertainty": 120
},
"departure": {
"time": "1776361918",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1776361981",
"uncertainty": 120
},
"departure": {
"time": "1776361981",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1776362034",
"uncertainty": 120
},
"departure": {
"time": "1776362034",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1776362097",
"uncertainty": 120
},
"departure": {
"time": "1776362097",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1776362149",
"uncertainty": 120
},
"departure": {
"time": "1776362149",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1776362220",
"uncertainty": 120
},
"departure": {
"time": "1776362220",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1776362337",
"uncertainty": 120
},
"departure": {
"time": "1776362337",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1776362377",
"uncertainty": 120
},
"departure": {
"time": "1776362377",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1776362460",
"uncertainty": 120
},
"departure": {
"time": "1776362460",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1776362531",
"uncertainty": 120
},
"departure": {
"time": "1776362531",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776362448",
"uncertainty": 120
},
"departure": {
"time": "1776362448",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776362511",
"uncertainty": 120
},
"departure": {
"time": "1776362511",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1776362572",
"uncertainty": 120
},
"departure": {
"time": "1776362572",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1776362654",
"uncertainty": 120
},
"departure": {
"time": "1776362654",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1776362818",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370081"
}
}
},
{
"id": "21370080",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776361500",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370080"
}
}
},
{
"id": "21323587",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776359522",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1776359753",
"uncertainty": 120
},
"departure": {
"time": "1776359753",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776359817",
"uncertainty": 120
},
"departure": {
"time": "1776359817",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1776359881",
"uncertainty": 120
},
"departure": {
"time": "1776359881",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1776359960",
"uncertainty": 120
},
"departure": {
"time": "1776359960",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776360031",
"uncertainty": 120
},
"departure": {
"time": "1776360031",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 6
},
{
"arrival": {
"time": "1776360085",
"uncertainty": 120
},
"departure": {
"time": "1776360085",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776360170",
"uncertainty": 120
},
"departure": {
"time": "1776360170",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 8
},
{
"arrival": {
"time": "1776360210",
"uncertainty": 120
},
"departure": {
"time": "1776360210",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 9
},
{
"arrival": {
"time": "1776360269",
"uncertainty": 120
},
"departure": {
"time": "1776360269",
"uncertainty": 120
},
"stopId": "smbmont",
"stopSequence": 10
},
{
"arrival": {
"time": "1776360410",
"uncertainty": 120
},
"departure": {
"time": "1776360410",
"uncertainty": 120
},
"stopId": "smbheli",
"stopSequence": 11
},
{
"arrival": {
"time": "1776360824",
"uncertainty": 120
},
"departure": {
"time": "1776360824",
"uncertainty": 120
},
"stopId": "smboues",
"stopSequence": 12
},
{
"arrival": {
"time": "1776360890",
"uncertainty": 120
},
"departure": {
"time": "1776360890",
"uncertainty": 120
},
"stopId": "smbest",
"stopSequence": 13
},
{
"arrival": {
"time": "1776360965",
"uncertainty": 120
},
"departure": {
"time": "1776360965",
"uncertainty": 120
},
"stopId": "smbbadh",
"stopSequence": 14
},
{
"arrival": {
"time": "1776361030",
"uncertainty": 120
},
"departure": {
"time": "1776361030",
"uncertainty": 120
},
"stopId": "lacpell",
"stopSequence": 15
},
{
"arrival": {
"time": "1776361083",
"uncertainty": 120
},
"departure": {
"time": "1776361083",
"uncertainty": 120
},
"stopId": "lacpern",
"stopSequence": 16
},
{
"arrival": {
"time": "1776361199",
"uncertainty": 120
},
"departure": {
"time": "1776361199",
"uncertainty": 120
},
"stopId": "lacgara",
"stopSequence": 17
},
{
"arrival": {
"time": "1776361244",
"uncertainty": 120
},
"departure": {
"time": "1776361244",
"uncertainty": 120
},
"stopId": "lacegli",
"stopSequence": 18
},
{
"arrival": {
"time": "1776361310",
"uncertainty": 120
},
"stopId": "lacchai",
"stopSequence": 19
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323587"
},
"vehicle": {
"id": "406",
"label": "406"
}
}
},
{
"id": "21370074",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776357755",
"uncertainty": 120
},
"departure": {
"time": "1776357755",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776357812",
"uncertainty": 120
},
"departure": {
"time": "1776357815",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776357875",
"uncertainty": 120
},
"departure": {
"time": "1776357875",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776357950",
"uncertainty": 120
},
"departure": {
"time": "1776357950",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1776358012",
"uncertainty": 120
},
"departure": {
"time": "1776358025",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776358217",
"uncertainty": 120
},
"departure": {
"time": "1776358217",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1776358263",
"uncertainty": 120
},
"departure": {
"time": "1776358263",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1776358355",
"uncertainty": 120
},
"departure": {
"time": "1776358385",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1776358488",
"uncertainty": 120
},
"departure": {
"time": "1776358488",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1776358565",
"uncertainty": 120
},
"departure": {
"time": "1776358715",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1776358758",
"uncertainty": 120
},
"departure": {
"time": "1776358775",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776358923",
"uncertainty": 120
},
"departure": {
"time": "1776358925",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1776358981",
"uncertainty": 120
},
"departure": {
"time": "1776358981",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1776358999",
"uncertainty": 120
},
"departure": {
"time": "1776359015",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1776359079",
"uncertainty": 120
},
"departure": {
"time": "1776359079",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1776359146",
"uncertainty": 120
},
"departure": {
"time": "1776359146",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1776359193",
"uncertainty": 120
},
"departure": {
"time": "1776359193",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1776359236",
"uncertainty": 120
},
"departure": {
"time": "1776359236",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1776359285",
"uncertainty": 120
},
"departure": {
"time": "1776359285",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1776359403",
"uncertainty": 120
},
"departure": {
"time": "1776359403",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1776359451",
"uncertainty": 120
},
"departure": {
"time": "1776359451",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1776359486",
"uncertainty": 120
},
"departure": {
"time": "1776359495",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1776359536",
"uncertainty": 120
},
"departure": {
"time": "1776359536",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1776359580",
"uncertainty": 120
},
"departure": {
"time": "1776359680",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 25
},
{
"arrival": {
"time": "1776359775",
"uncertainty": 120
},
"departure": {
"time": "1776359775",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1776359836",
"uncertainty": 120
},
"departure": {
"time": "1776359836",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1776359880",
"uncertainty": 120
},
"departure": {
"time": "1776359880",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1776359935",
"uncertainty": 120
},
"departure": {
"time": "1776359935",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1776360008",
"uncertainty": 120
},
"departure": {
"time": "1776360008",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1776360068",
"uncertainty": 120
},
"departure": {
"time": "1776360068",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1776360102",
"uncertainty": 120
},
"departure": {
"time": "1776360102",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1776360132",
"uncertainty": 120
},
"departure": {
"time": "1776360132",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1776360191",
"uncertainty": 120
},
"departure": {
"time": "1776360191",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1776360214",
"uncertainty": 120
},
"departure": {
"time": "1776360214",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1776360280",
"uncertainty": 120
},
"departure": {
"time": "1776360280",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1776360400",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370074"
},
"vehicle": {
"id": "189",
"label": "189"
}
}
},
{
"id": "21370077",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776359013",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1776359141",
"uncertainty": 120
},
"departure": {
"time": "1776359141",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776359223",
"uncertainty": 120
},
"departure": {
"time": "1776359223",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776359362",
"uncertainty": 120
},
"departure": {
"time": "1776359373",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1776359448",
"uncertainty": 120
},
"departure": {
"time": "1776359448",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1776359567",
"uncertainty": 120
},
"departure": {
"time": "1776359567",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1776359612",
"uncertainty": 120
},
"departure": {
"time": "1776359612",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1776359725",
"uncertainty": 120
},
"departure": {
"time": "1776359725",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1776359784",
"uncertainty": 120
},
"departure": {
"time": "1776359784",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1776359825",
"uncertainty": 120
},
"departure": {
"time": "1776359825",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359924",
"uncertainty": 120
},
"departure": {
"time": "1776359924",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776360042",
"uncertainty": 120
},
"departure": {
"time": "1776360042",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1776360120",
"uncertainty": 120
},
"departure": {
"time": "1776360120",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776360145",
"uncertainty": 120
},
"departure": {
"time": "1776360145",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776360215",
"uncertainty": 120
},
"departure": {
"time": "1776360215",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776360260",
"uncertainty": 120
},
"departure": {
"time": "1776360260",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1776360386",
"uncertainty": 120
},
"departure": {
"time": "1776360386",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1776360456",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370077"
},
"vehicle": {
"id": "1199",
"label": "1199"
}
}
},
{
"id": "21370076",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776361691",
"uncertainty": 120
},
"departure": {
"time": "1776361691",
"uncertainty": 120
},
"stopId": "wimsncf2"
},
{
"departure": {
"time": "1776358044",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1776358131",
"uncertainty": 120
},
"departure": {
"time": "1776358134",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1776358175",
"uncertainty": 120
},
"departure": {
"time": "1776358194",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1776358314",
"uncertainty": 120
},
"departure": {
"time": "1776358344",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1776358404",
"uncertainty": 120
},
"departure": {
"time": "1776358404",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1776358562",
"uncertainty": 120
},
"departure": {
"time": "1776358584",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776358633",
"uncertainty": 120
},
"departure": {
"time": "1776358644",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776358704",
"uncertainty": 120
},
"departure": {
"time": "1776358704",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776358870",
"uncertainty": 120
},
"departure": {
"time": "1776358884",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1776358974",
"uncertainty": 120
},
"departure": {
"time": "1776358974",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359064",
"uncertainty": 120
},
"departure": {
"time": "1776359064",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1776359104",
"uncertainty": 120
},
"departure": {
"time": "1776359154",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776359214",
"uncertainty": 120
},
"departure": {
"time": "1776359261",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776359334",
"uncertainty": 120
},
"departure": {
"time": "1776359334",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1776359376",
"uncertainty": 120
},
"departure": {
"time": "1776359394",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776359463",
"uncertainty": 120
},
"departure": {
"time": "1776359514",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776359559",
"uncertainty": 120
},
"departure": {
"time": "1776359559",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776359684",
"uncertainty": 120
},
"departure": {
"time": "1776359684",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1776359864",
"uncertainty": 120
},
"departure": {
"time": "1776359864",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1776359966",
"uncertainty": 120
},
"departure": {
"time": "1776359966",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1776360060",
"uncertainty": 120
},
"departure": {
"time": "1776360060",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1776360143",
"uncertainty": 120
},
"departure": {
"time": "1776360143",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776360280",
"uncertainty": 120
},
"departure": {
"time": "1776360280",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1776360417",
"uncertainty": 120
},
"departure": {
"time": "1776360417",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776360499",
"uncertainty": 120
},
"departure": {
"time": "1776360499",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776360611",
"uncertainty": 120
},
"departure": {
"time": "1776360611",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776360670",
"uncertainty": 120
},
"departure": {
"time": "1776360670",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1776360727",
"uncertainty": 120
},
"departure": {
"time": "1776360727",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776360814",
"uncertainty": 120
},
"departure": {
"time": "1776360814",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776360887",
"uncertainty": 120
},
"departure": {
"time": "1776360887",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776360935",
"uncertainty": 120
},
"departure": {
"time": "1776360935",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1776361007",
"uncertainty": 120
},
"departure": {
"time": "1776361007",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1776361254",
"uncertainty": 120
},
"departure": {
"time": "1776361254",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1776361308",
"uncertainty": 120
},
"departure": {
"time": "1776361308",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1776361345",
"uncertainty": 120
},
"departure": {
"time": "1776361345",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1776361367",
"uncertainty": 120
},
"departure": {
"time": "1776361367",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1776361436",
"uncertainty": 120
},
"departure": {
"time": "1776361436",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1776361552",
"uncertainty": 120
},
"departure": {
"time": "1776361552",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1776361607",
"uncertainty": 120
},
"departure": {
"time": "1776361607",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1776361694",
"uncertainty": 120
},
"departure": {
"time": "1776361694",
"uncertainty": 120
},
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1776361797",
"uncertainty": 120
},
"departure": {
"time": "1776361797",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1776361850",
"uncertainty": 120
},
"departure": {
"time": "1776361850",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1776361902",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 43
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370076"
},
"vehicle": {
"id": "518",
"label": "518"
}
}
},
{
"id": "21370079",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776365424",
"uncertainty": 120
},
"departure": {
"time": "1776365424",
"uncertainty": 120
},
"stopId": "wimsncf2"
},
{
"departure": {
"time": "1776362040",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1776362108",
"uncertainty": 120
},
"departure": {
"time": "1776362108",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1776362144",
"uncertainty": 120
},
"departure": {
"time": "1776362144",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1776362234",
"uncertainty": 120
},
"departure": {
"time": "1776362234",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1776362280",
"uncertainty": 120
},
"departure": {
"time": "1776362280",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1776362457",
"uncertainty": 120
},
"departure": {
"time": "1776362457",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776362520",
"uncertainty": 120
},
"departure": {
"time": "1776362520",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776362570",
"uncertainty": 120
},
"departure": {
"time": "1776362570",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776362760",
"uncertainty": 120
},
"departure": {
"time": "1776362760",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1776362914",
"uncertainty": 120
},
"departure": {
"time": "1776362914",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1776363000",
"uncertainty": 120
},
"departure": {
"time": "1776363000",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1776363043",
"uncertainty": 120
},
"departure": {
"time": "1776363043",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776363134",
"uncertainty": 120
},
"departure": {
"time": "1776363134",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776363237",
"uncertainty": 120
},
"departure": {
"time": "1776363237",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1776363300",
"uncertainty": 120
},
"departure": {
"time": "1776363300",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776363380",
"uncertainty": 120
},
"departure": {
"time": "1776363380",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776363415",
"uncertainty": 120
},
"departure": {
"time": "1776363415",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776363540",
"uncertainty": 120
},
"departure": {
"time": "1776363540",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1776363720",
"uncertainty": 120
},
"departure": {
"time": "1776363720",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1776363806",
"uncertainty": 120
},
"departure": {
"time": "1776363806",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1776363900",
"uncertainty": 120
},
"departure": {
"time": "1776363960",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1776364030",
"uncertainty": 120
},
"departure": {
"time": "1776364030",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776364145",
"uncertainty": 120
},
"departure": {
"time": "1776364145",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1776364260",
"uncertainty": 120
},
"departure": {
"time": "1776364260",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776364322",
"uncertainty": 120
},
"departure": {
"time": "1776364322",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776364407",
"uncertainty": 120
},
"departure": {
"time": "1776364407",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776364452",
"uncertainty": 120
},
"departure": {
"time": "1776364452",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1776364495",
"uncertainty": 120
},
"departure": {
"time": "1776364495",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776364563",
"uncertainty": 120
},
"departure": {
"time": "1776364563",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776364620",
"uncertainty": 120
},
"departure": {
"time": "1776364620",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776364668",
"uncertainty": 120
},
"departure": {
"time": "1776364668",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1776364740",
"uncertainty": 120
},
"departure": {
"time": "1776364740",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1776364987",
"uncertainty": 120
},
"departure": {
"time": "1776364987",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1776365041",
"uncertainty": 120
},
"departure": {
"time": "1776365041",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1776365078",
"uncertainty": 120
},
"departure": {
"time": "1776365078",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1776365100",
"uncertainty": 120
},
"departure": {
"time": "1776365100",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1776365169",
"uncertainty": 120
},
"departure": {
"time": "1776365169",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1776365285",
"uncertainty": 120
},
"departure": {
"time": "1776365285",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1776365340",
"uncertainty": 120
},
"departure": {
"time": "1776365340",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1776365427",
"uncertainty": 120
},
"departure": {
"time": "1776365427",
"uncertainty": 120
},
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1776365530",
"uncertainty": 120
},
"departure": {
"time": "1776365530",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1776365595",
"uncertainty": 120
},
"departure": {
"time": "1776365595",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1776365655",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 43
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370079"
}
}
},
{
"id": "21370078",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776360300",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370078"
}
}
},
{
"id": "21370067",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776359357",
"uncertainty": 120
},
"departure": {
"time": "1776359373",
"uncertainty": 120
},
"stopId": "wimsncf2"
},
{
"departure": {
"time": "1776355755",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1776355831",
"uncertainty": 120
},
"departure": {
"time": "1776355845",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1776355894",
"uncertainty": 120
},
"departure": {
"time": "1776355905",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1776356008",
"uncertainty": 120
},
"departure": {
"time": "1776356008",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1776356055",
"uncertainty": 120
},
"departure": {
"time": "1776356055",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1776356235",
"uncertainty": 120
},
"departure": {
"time": "1776356235",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776356324",
"uncertainty": 120
},
"departure": {
"time": "1776356355",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776356415",
"uncertainty": 120
},
"departure": {
"time": "1776356446",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776356595",
"uncertainty": 120
},
"departure": {
"time": "1776356595",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1776356685",
"uncertainty": 120
},
"departure": {
"time": "1776356685",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1776356749",
"uncertainty": 120
},
"departure": {
"time": "1776356749",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1776356775",
"uncertainty": 120
},
"departure": {
"time": "1776356839",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776356925",
"uncertainty": 120
},
"departure": {
"time": "1776356955",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776357033",
"uncertainty": 120
},
"departure": {
"time": "1776357033",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1776357081",
"uncertainty": 120
},
"departure": {
"time": "1776357081",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776357163",
"uncertainty": 120
},
"departure": {
"time": "1776357166",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776357212",
"uncertainty": 120
},
"departure": {
"time": "1776357212",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776357322",
"uncertainty": 120
},
"departure": {
"time": "1776357345",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1776357465",
"uncertainty": 120
},
"departure": {
"time": "1776357465",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1776357564",
"uncertainty": 120
},
"departure": {
"time": "1776357564",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1776357645",
"uncertainty": 120
},
"departure": {
"time": "1776357795",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1776357871",
"uncertainty": 120
},
"departure": {
"time": "1776357885",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776358005",
"uncertainty": 120
},
"departure": {
"time": "1776358005",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1776358095",
"uncertainty": 120
},
"departure": {
"time": "1776358125",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776358185",
"uncertainty": 120
},
"departure": {
"time": "1776358185",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776358275",
"uncertainty": 120
},
"departure": {
"time": "1776358275",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776358335",
"uncertainty": 120
},
"departure": {
"time": "1776358395",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1776358437",
"uncertainty": 120
},
"departure": {
"time": "1776358437",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776358494",
"uncertainty": 120
},
"departure": {
"time": "1776358494",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776358545",
"uncertainty": 120
},
"departure": {
"time": "1776358605",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776358716",
"uncertainty": 120
},
"departure": {
"time": "1776358725",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1776358785",
"uncertainty": 120
},
"departure": {
"time": "1776358785",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1776358965",
"uncertainty": 120
},
"departure": {
"time": "1776358965",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1776359006",
"uncertainty": 120
},
"departure": {
"time": "1776359025",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1776359068",
"uncertainty": 120
},
"departure": {
"time": "1776359085",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1776359111",
"uncertainty": 120
},
"departure": {
"time": "1776359115",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1776359196",
"uncertainty": 120
},
"departure": {
"time": "1776359196",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1776359260",
"uncertainty": 120
},
"departure": {
"time": "1776359260",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1776359295",
"uncertainty": 120
},
"departure": {
"time": "1776359295",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1776359512"
},
"departure": {
"time": "1776359512"
},
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1776359615"
},
"departure": {
"time": "1776359615"
},
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1776359645"
},
"departure": {
"time": "1776359645"
},
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1776359681"
},
"stopId": "wimmair4",
"stopSequence": 43
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370067"
},
"vehicle": {
"id": "1201",
"label": "1201"
}
}
},
{
"id": "21370051",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776360900",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370051"
}
}
},
{
"id": "21370168",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776361020",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370168"
}
}
},
{
"id": "21370170",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776361200",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370170"
}
}
},
{
"id": "21370193",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776357302",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776357350",
"uncertainty": 120
},
"departure": {
"time": "1776357350",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776357399",
"uncertainty": 120
},
"departure": {
"time": "1776357399",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776357445",
"uncertainty": 120
},
"departure": {
"time": "1776357445",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776357482",
"uncertainty": 120
},
"departure": {
"time": "1776357632",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776357699",
"uncertainty": 120
},
"departure": {
"time": "1776357699",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776357760",
"uncertainty": 120
},
"departure": {
"time": "1776357760",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1776357810",
"uncertainty": 120
},
"departure": {
"time": "1776357810",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1776357879",
"uncertainty": 120
},
"departure": {
"time": "1776357902",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776358012",
"uncertainty": 120
},
"departure": {
"time": "1776358112",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1776358232",
"uncertainty": 120
},
"departure": {
"time": "1776358292",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776358574",
"uncertainty": 120
},
"departure": {
"time": "1776358592",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1776358698",
"uncertainty": 120
},
"departure": {
"time": "1776358862",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776358928",
"uncertainty": 120
},
"departure": {
"time": "1776358952",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776359042",
"uncertainty": 120
},
"departure": {
"time": "1776359042",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1776359126",
"uncertainty": 120
},
"departure": {
"time": "1776359126",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1776359211",
"uncertainty": 120
},
"departure": {
"time": "1776359211",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1776359264",
"uncertainty": 120
},
"departure": {
"time": "1776359282",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1776359329",
"uncertainty": 120
},
"departure": {
"time": "1776359329",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1776359368",
"uncertainty": 120
},
"departure": {
"time": "1776359372",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1776359425",
"uncertainty": 120
},
"departure": {
"time": "1776359425",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1776359491",
"uncertainty": 120
},
"departure": {
"time": "1776359492",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1776359554",
"uncertainty": 120
},
"departure": {
"time": "1776359554",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1776359644",
"uncertainty": 120
},
"departure": {
"time": "1776359644",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1776359779",
"uncertainty": 120
},
"departure": {
"time": "1776359779",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776359820",
"uncertainty": 120
},
"departure": {
"time": "1776359820",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1776359883",
"uncertainty": 120
},
"departure": {
"time": "1776359883",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776359934",
"uncertainty": 120
},
"departure": {
"time": "1776359934",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776359994",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370193"
},
"vehicle": {
"id": "194",
"label": "194"
}
}
},
{
"id": "21370195",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776358653",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776358723",
"uncertainty": 120
},
"departure": {
"time": "1776358723",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776358795",
"uncertainty": 120
},
"departure": {
"time": "1776358795",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776358923",
"uncertainty": 120
},
"departure": {
"time": "1776358923",
"uncertainty": 120
},
"stopId": "outcite",
"stopSequence": 4
},
{
"arrival": {
"time": "1776358953",
"uncertainty": 120
},
"departure": {
"time": "1776358953",
"uncertainty": 120
},
"stopId": "outfleu",
"stopSequence": 5
},
{
"arrival": {
"time": "1776358983",
"uncertainty": 120
},
"departure": {
"time": "1776359043",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 6
},
{
"arrival": {
"time": "1776359276",
"uncertainty": 120
},
"departure": {
"time": "1776359276",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1776359343",
"uncertainty": 120
},
"departure": {
"time": "1776359343",
"uncertainty": 120
},
"stopId": "outrsal3",
"stopSequence": 8
},
{
"arrival": {
"time": "1776359382",
"uncertainty": 120
},
"departure": {
"time": "1776359382",
"uncertainty": 120
},
"stopId": "outbert2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776359463",
"uncertainty": 120
},
"departure": {
"time": "1776359463",
"uncertainty": 120
},
"stopId": "outhlm2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359520",
"uncertainty": 120
},
"departure": {
"time": "1776359520",
"uncertainty": 120
},
"stopId": "outdes2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776359574",
"uncertainty": 120
},
"departure": {
"time": "1776359574",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776359682",
"uncertainty": 120
},
"departure": {
"time": "1776359682",
"uncertainty": 120
},
"stopId": "outlidl",
"stopSequence": 13
},
{
"arrival": {
"time": "1776359916",
"uncertainty": 120
},
"departure": {
"time": "1776359916",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776360056",
"uncertainty": 120
},
"departure": {
"time": "1776360056",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776360145",
"uncertainty": 120
},
"departure": {
"time": "1776360145",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1776360336",
"uncertainty": 120
},
"departure": {
"time": "1776360336",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1776360432",
"uncertainty": 120
},
"departure": {
"time": "1776360432",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1776360514",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 19
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370195"
},
"vehicle": {
"id": "163",
"label": "163"
}
}
},
{
"id": "21370194",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776358718",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1776358762",
"uncertainty": 120
},
"departure": {
"time": "1776358762",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776358815",
"uncertainty": 120
},
"departure": {
"time": "1776358815",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776358858",
"uncertainty": 120
},
"departure": {
"time": "1776358858",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1776358905",
"uncertainty": 120
},
"departure": {
"time": "1776358958",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1776359018",
"uncertainty": 120
},
"departure": {
"time": "1776359018",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1776359090",
"uncertainty": 120
},
"departure": {
"time": "1776359109",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1776359153",
"uncertainty": 120
},
"departure": {
"time": "1776359153",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1776359215",
"uncertainty": 120
},
"departure": {
"time": "1776359228",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776359354",
"uncertainty": 120
},
"departure": {
"time": "1776359354",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359463",
"uncertainty": 120
},
"departure": {
"time": "1776359498",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776359782",
"uncertainty": 120
},
"departure": {
"time": "1776359782",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1776359890",
"uncertainty": 120
},
"departure": {
"time": "1776360000",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776360066",
"uncertainty": 120
},
"departure": {
"time": "1776360066",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776360154",
"uncertainty": 120
},
"departure": {
"time": "1776360154",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1776360236",
"uncertainty": 120
},
"departure": {
"time": "1776360236",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1776360324",
"uncertainty": 120
},
"departure": {
"time": "1776360324",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1776360382",
"uncertainty": 120
},
"departure": {
"time": "1776360382",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1776360429",
"uncertainty": 120
},
"departure": {
"time": "1776360429",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1776360471",
"uncertainty": 120
},
"departure": {
"time": "1776360471",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1776360526",
"uncertainty": 120
},
"departure": {
"time": "1776360526",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1776360593",
"uncertainty": 120
},
"departure": {
"time": "1776360593",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1776360669",
"uncertainty": 120
},
"departure": {
"time": "1776360669",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1776360758",
"uncertainty": 120
},
"departure": {
"time": "1776360758",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1776360868",
"uncertainty": 120
},
"departure": {
"time": "1776360868",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1776360928",
"uncertainty": 120
},
"departure": {
"time": "1776360928",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1776361000",
"uncertainty": 120
},
"departure": {
"time": "1776361000",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776361048",
"uncertainty": 120
},
"departure": {
"time": "1776361048",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776361108",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370194"
},
"vehicle": {
"id": "191",
"label": "191"
}
}
},
{
"id": "21370197",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776360000",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370197"
}
}
},
{
"id": "21370196",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776359364",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776359451",
"uncertainty": 120
},
"departure": {
"time": "1776359451",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776359474",
"uncertainty": 120
},
"departure": {
"time": "1776359474",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 13
},
{
"arrival": {
"time": "1776359558",
"uncertainty": 120
},
"departure": {
"time": "1776359558",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1776359601",
"uncertainty": 120
},
"departure": {
"time": "1776359601",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1776359647",
"uncertainty": 120
},
"departure": {
"time": "1776359647",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776359729",
"uncertainty": 120
},
"departure": {
"time": "1776359729",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1776359772",
"uncertainty": 120
},
"departure": {
"time": "1776359772",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776359820",
"uncertainty": 120
},
"departure": {
"time": "1776359820",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776359876",
"uncertainty": 120
},
"departure": {
"time": "1776359876",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776359907",
"uncertainty": 120
},
"departure": {
"time": "1776359907",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776359983",
"uncertainty": 120
},
"departure": {
"time": "1776359983",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1776360132",
"uncertainty": 120
},
"departure": {
"time": "1776360132",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1776360237",
"uncertainty": 120
},
"departure": {
"time": "1776360237",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1776360430",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370196"
},
"vehicle": {
"id": "185",
"label": "185"
}
}
},
{
"id": "21370199",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776360000",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1776360088",
"uncertainty": 120
},
"departure": {
"time": "1776360088",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1776360172",
"uncertainty": 120
},
"departure": {
"time": "1776360172",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776360220",
"uncertainty": 120
},
"departure": {
"time": "1776360220",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776360256",
"uncertainty": 120
},
"departure": {
"time": "1776360256",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776360368",
"uncertainty": 120
},
"departure": {
"time": "1776360368",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1776360390",
"uncertainty": 120
},
"departure": {
"time": "1776360390",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1776360466",
"uncertainty": 120
},
"departure": {
"time": "1776360466",
"uncertainty": 120
},
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776360553",
"uncertainty": 120
},
"departure": {
"time": "1776360553",
"uncertainty": 120
},
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776360644",
"uncertainty": 120
},
"departure": {
"time": "1776360644",
"uncertainty": 120
},
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776360723",
"uncertainty": 120
},
"departure": {
"time": "1776360723",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1776360884",
"uncertainty": 120
},
"departure": {
"time": "1776360884",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1776360944",
"uncertainty": 120
},
"departure": {
"time": "1776360944",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 13
},
{
"arrival": {
"time": "1776361019",
"uncertainty": 120
},
"departure": {
"time": "1776361019",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1776361062",
"uncertainty": 120
},
"departure": {
"time": "1776361062",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1776361108",
"uncertainty": 120
},
"departure": {
"time": "1776361108",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776361190",
"uncertainty": 120
},
"departure": {
"time": "1776361190",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1776361244",
"uncertainty": 120
},
"departure": {
"time": "1776361244",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776361292",
"uncertainty": 120
},
"departure": {
"time": "1776361292",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776361348",
"uncertainty": 120
},
"departure": {
"time": "1776361348",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776361379",
"uncertainty": 120
},
"departure": {
"time": "1776361379",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776361455",
"uncertainty": 120
},
"departure": {
"time": "1776361455",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1776361604",
"uncertainty": 120
},
"departure": {
"time": "1776361604",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1776361710",
"uncertainty": 120
},
"departure": {
"time": "1776361710",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1776361903",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370199"
}
}
},
{
"id": "21370198",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776358923",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1776358953",
"uncertainty": 120
},
"departure": {
"time": "1776358953",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776358992",
"uncertainty": 120
},
"departure": {
"time": "1776358992",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776359042",
"uncertainty": 120
},
"departure": {
"time": "1776359043",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776359093",
"uncertainty": 120
},
"departure": {
"time": "1776359103",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776359171",
"uncertainty": 120
},
"departure": {
"time": "1776359223",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776359306",
"uncertainty": 120
},
"departure": {
"time": "1776359306",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776359370",
"uncertainty": 120
},
"departure": {
"time": "1776359373",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776359443",
"uncertainty": 120
},
"departure": {
"time": "1776359463",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776359560",
"uncertainty": 120
},
"departure": {
"time": "1776359560",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359679",
"uncertainty": 120
},
"departure": {
"time": "1776359679",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 11
},
{
"arrival": {
"time": "1776359729",
"uncertainty": 120
},
"departure": {
"time": "1776359729",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776359778",
"uncertainty": 120
},
"departure": {
"time": "1776359778",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776359815",
"uncertainty": 120
},
"departure": {
"time": "1776359815",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776359898",
"uncertainty": 120
},
"departure": {
"time": "1776359898",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776360068",
"uncertainty": 120
},
"departure": {
"time": "1776360068",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1776360153",
"uncertainty": 120
},
"departure": {
"time": "1776360153",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776360201",
"uncertainty": 120
},
"departure": {
"time": "1776360201",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776360252",
"uncertainty": 120
},
"departure": {
"time": "1776360252",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776360315",
"uncertainty": 120
},
"departure": {
"time": "1776360315",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776360355",
"uncertainty": 120
},
"departure": {
"time": "1776360355",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776360422",
"uncertainty": 120
},
"departure": {
"time": "1776360422",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776360528",
"uncertainty": 120
},
"departure": {
"time": "1776360528",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776360620",
"uncertainty": 120
},
"departure": {
"time": "1776360620",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1776360669",
"uncertainty": 120
},
"departure": {
"time": "1776360669",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1776360817",
"uncertainty": 120
},
"departure": {
"time": "1776360817",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1776360934",
"uncertainty": 120
},
"departure": {
"time": "1776360934",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1776361011",
"uncertainty": 120
},
"departure": {
"time": "1776361011",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776361112",
"uncertainty": 120
},
"departure": {
"time": "1776361112",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776361280",
"uncertainty": 120
},
"departure": {
"time": "1776361280",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776361348",
"uncertainty": 120
},
"departure": {
"time": "1776361348",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1776361469",
"uncertainty": 120
},
"departure": {
"time": "1776361469",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1776361530",
"uncertainty": 120
},
"departure": {
"time": "1776361530",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1776361611",
"uncertainty": 120
},
"departure": {
"time": "1776361611",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1776361678",
"uncertainty": 120
},
"departure": {
"time": "1776361678",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1776361770",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370198"
},
"vehicle": {
"id": "187",
"label": "187"
}
}
},
{
"id": "21370190",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776357527",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
},
{
"arrival": {
"time": "1776357617",
"uncertainty": 120
},
"departure": {
"time": "1776357617",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776357671",
"uncertainty": 120
},
"departure": {
"time": "1776357677",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776357882",
"uncertainty": 120
},
"departure": {
"time": "1776357887",
"uncertainty": 120
},
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776357995",
"uncertainty": 120
},
"departure": {
"time": "1776357995",
"uncertainty": 120
},
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776358044",
"uncertainty": 120
},
"departure": {
"time": "1776358097",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776358187",
"uncertainty": 120
},
"departure": {
"time": "1776358247",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776358288",
"uncertainty": 120
},
"departure": {
"time": "1776358307",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776358385",
"uncertainty": 120
},
"departure": {
"time": "1776358385",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776358428",
"uncertainty": 120
},
"departure": {
"time": "1776358428",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776358463",
"uncertainty": 120
},
"departure": {
"time": "1776358488",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776358635",
"uncertainty": 120
},
"departure": {
"time": "1776358639",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776358696",
"uncertainty": 120
},
"departure": {
"time": "1776358729",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776358789",
"uncertainty": 120
},
"departure": {
"time": "1776358789",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776358910",
"uncertainty": 120
},
"departure": {
"time": "1776358910",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776358940",
"uncertainty": 120
},
"departure": {
"time": "1776358974",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1776359014",
"uncertainty": 120
},
"departure": {
"time": "1776359031",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1776359140",
"uncertainty": 120
},
"departure": {
"time": "1776359151",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1776359260",
"uncertainty": 120
},
"departure": {
"time": "1776359260",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776359301",
"uncertainty": 120
},
"departure": {
"time": "1776359301",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776359421",
"uncertainty": 120
},
"departure": {
"time": "1776359511",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776359601",
"uncertainty": 120
},
"departure": {
"time": "1776359601",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1776359648",
"uncertainty": 120
},
"departure": {
"time": "1776359648",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1776359775",
"uncertainty": 120
},
"departure": {
"time": "1776359775",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1776359889",
"uncertainty": 120
},
"departure": {
"time": "1776359889",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1776359948",
"uncertainty": 120
},
"departure": {
"time": "1776359948",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1776360037",
"uncertainty": 120
},
"departure": {
"time": "1776360037",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776360157",
"uncertainty": 120
},
"departure": {
"time": "1776360157",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776360264",
"uncertainty": 120
},
"departure": {
"time": "1776360264",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1776360321",
"uncertainty": 120
},
"departure": {
"time": "1776360321",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1776360432",
"uncertainty": 120
},
"departure": {
"time": "1776360432",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1776360515",
"uncertainty": 120
},
"departure": {
"time": "1776360515",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1776360547",
"uncertainty": 120
},
"departure": {
"time": "1776360547",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1776360639",
"uncertainty": 120
},
"departure": {
"time": "1776360639",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1776360672",
"uncertainty": 120
},
"departure": {
"time": "1776360672",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1776360733",
"uncertainty": 120
},
"departure": {
"time": "1776360733",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1776360852",
"uncertainty": 120
},
"departure": {
"time": "1776360852",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1776360995",
"uncertainty": 120
},
"departure": {
"time": "1776360995",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1776361032",
"uncertainty": 120
},
"departure": {
"time": "1776361032",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1776361075",
"uncertainty": 120
},
"departure": {
"time": "1776361075",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1776361152",
"uncertainty": 120
},
"departure": {
"time": "1776361152",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1776361260",
"uncertainty": 120
},
"departure": {
"time": "1776361260",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1776361318",
"uncertainty": 120
},
"departure": {
"time": "1776361318",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1776361357",
"uncertainty": 120
},
"departure": {
"time": "1776361357",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1776361452",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370190"
},
"vehicle": {
"id": "534",
"label": "534"
}
}
},
{
"id": "21370179",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776362100",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21370179"
}
}
},
{
"id": "21323834",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776359011",
"uncertainty": 120
},
"stopId": "isqvill2",
"stopSequence": 1
},
{
"arrival": {
"time": "1776359083",
"uncertainty": 120
},
"departure": {
"time": "1776359101",
"uncertainty": 120
},
"stopId": "isqcast2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776359187",
"uncertainty": 120
},
"departure": {
"time": "1776359187",
"uncertainty": 120
},
"stopId": "isqmair2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776359251",
"uncertainty": 120
},
"departure": {
"time": "1776359251",
"uncertainty": 120
},
"stopId": "isqhame2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776359317",
"uncertainty": 120
},
"departure": {
"time": "1776359317",
"uncertainty": 120
},
"stopId": "isqresi2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776359375",
"uncertainty": 120
},
"departure": {
"time": "1776359375",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 6
},
{
"arrival": {
"time": "1776359401",
"uncertainty": 120
},
"departure": {
"time": "1776359401",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 7
},
{
"arrival": {
"time": "1776359444",
"uncertainty": 120
},
"departure": {
"time": "1776359444",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776359521",
"uncertainty": 120
},
"departure": {
"time": "1776359521",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776359537",
"uncertainty": 120
},
"departure": {
"time": "1776359537",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359576",
"uncertainty": 120
},
"departure": {
"time": "1776359576",
"uncertainty": 120
},
"stopId": "leomair2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776359638",
"uncertainty": 120
},
"departure": {
"time": "1776359638",
"uncertainty": 120
},
"stopId": "leopon2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776359731",
"uncertainty": 120
},
"departure": {
"time": "1776359731",
"uncertainty": 120
},
"stopId": "leofle2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776359788",
"uncertainty": 120
},
"departure": {
"time": "1776359788",
"uncertainty": 120
},
"stopId": "leobel2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776359823",
"uncertainty": 120
},
"departure": {
"time": "1776359823",
"uncertainty": 120
},
"stopId": "leocite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776359889",
"uncertainty": 120
},
"departure": {
"time": "1776359889",
"uncertainty": 120
},
"stopId": "leobeau2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776359988",
"uncertainty": 120
},
"departure": {
"time": "1776359988",
"uncertainty": 120
},
"stopId": "leopet2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776360127",
"uncertainty": 120
},
"departure": {
"time": "1776360127",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776360196",
"uncertainty": 120
},
"departure": {
"time": "1776360196",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 19
},
{
"arrival": {
"time": "1776360230",
"uncertainty": 120
},
"departure": {
"time": "1776360230",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776360270",
"uncertainty": 120
},
"departure": {
"time": "1776360270",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 21
},
{
"arrival": {
"time": "1776360318",
"uncertainty": 120
},
"departure": {
"time": "1776360318",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 22
},
{
"arrival": {
"time": "1776360411",
"uncertainty": 120
},
"departure": {
"time": "1776360411",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776360496",
"uncertainty": 120
},
"departure": {
"time": "1776360496",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 24
},
{
"arrival": {
"time": "1776360605",
"uncertainty": 120
},
"stopId": "bsmcca4r",
"stopSequence": 25
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323834"
},
"vehicle": {
"id": "217",
"label": "217"
}
}
},
{
"id": "21323822",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776357392",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
},
{
"arrival": {
"time": "1776357531",
"uncertainty": 120
},
"departure": {
"time": "1776357572",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1776357630",
"uncertainty": 120
},
"departure": {
"time": "1776357630",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776357716",
"uncertainty": 120
},
"departure": {
"time": "1776357782",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1776357872",
"uncertainty": 120
},
"departure": {
"time": "1776357872",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776357927",
"uncertainty": 120
},
"departure": {
"time": "1776357932",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776357974",
"uncertainty": 120
},
"departure": {
"time": "1776357974",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1776358029",
"uncertainty": 120
},
"departure": {
"time": "1776358112",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776358202",
"uncertainty": 120
},
"departure": {
"time": "1776358202",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 9
},
{
"arrival": {
"time": "1776358322",
"uncertainty": 120
},
"departure": {
"time": "1776358322",
"uncertainty": 120
},
"stopId": "leopet1",
"stopSequence": 10
},
{
"arrival": {
"time": "1776358432",
"uncertainty": 120
},
"departure": {
"time": "1776358442",
"uncertainty": 120
},
"stopId": "lebeau3",
"stopSequence": 11
},
{
"arrival": {
"time": "1776358500",
"uncertainty": 120
},
"departure": {
"time": "1776358502",
"uncertainty": 120
},
"stopId": "leocite",
"stopSequence": 12
},
{
"arrival": {
"time": "1776358532",
"uncertainty": 120
},
"departure": {
"time": "1776358652",
"uncertainty": 120
},
"stopId": "leobel1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776358737",
"uncertainty": 120
},
"departure": {
"time": "1776358742",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776358862",
"uncertainty": 120
},
"departure": {
"time": "1776358862",
"uncertainty": 120
},
"stopId": "leopon1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776358911",
"uncertainty": 120
},
"departure": {
"time": "1776358911",
"uncertainty": 120
},
"stopId": "leomair",
"stopSequence": 16
},
{
"arrival": {
"time": "1776358939",
"uncertainty": 120
},
"departure": {
"time": "1776358939",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 17
},
{
"arrival": {
"time": "1776358967",
"uncertainty": 120
},
"departure": {
"time": "1776358967",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 18
},
{
"arrival": {
"time": "1776359037",
"uncertainty": 120
},
"departure": {
"time": "1776359037",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 19
},
{
"arrival": {
"time": "1776359117",
"uncertainty": 120
},
"departure": {
"time": "1776359117",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 20
},
{
"arrival": {
"time": "1776359144",
"uncertainty": 120
},
"departure": {
"time": "1776359144",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776359192",
"uncertainty": 120
},
"departure": {
"time": "1776359192",
"uncertainty": 120
},
"stopId": "leochat",
"stopSequence": 22
},
{
"arrival": {
"time": "1776359228",
"uncertainty": 120
},
"departure": {
"time": "1776359228",
"uncertainty": 120
},
"stopId": "isqresi",
"stopSequence": 23
},
{
"arrival": {
"time": "1776359312",
"uncertainty": 120
},
"departure": {
"time": "1776359312",
"uncertainty": 120
},
"stopId": "isqhame",
"stopSequence": 24
},
{
"arrival": {
"time": "1776359373",
"uncertainty": 120
},
"departure": {
"time": "1776359373",
"uncertainty": 120
},
"stopId": "isqmair",
"stopSequence": 25
},
{
"arrival": {
"time": "1776359429",
"uncertainty": 120
},
"departure": {
"time": "1776359429",
"uncertainty": 120
},
"stopId": "isqcast",
"stopSequence": 26
},
{
"arrival": {
"time": "1776359462",
"uncertainty": 120
},
"departure": {
"time": "1776359462",
"uncertainty": 120
},
"stopId": "isqegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1776359533",
"uncertainty": 120
},
"departure": {
"time": "1776359533",
"uncertainty": 120
},
"stopId": "isqvill",
"stopSequence": 28
},
{
"arrival": {
"time": "1776359576",
"uncertainty": 120
},
"departure": {
"time": "1776359576",
"uncertainty": 120
},
"stopId": "isqcast2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776359730",
"uncertainty": 120
},
"departure": {
"time": "1776359730",
"uncertainty": 120
},
"stopId": "hestro1",
"stopSequence": 30
},
{
"arrival": {
"time": "1776359853",
"uncertainty": 120
},
"departure": {
"time": "1776359853",
"uncertainty": 120
},
"stopId": "hesman1",
"stopSequence": 31
},
{
"arrival": {
"time": "1776359895",
"uncertainty": 120
},
"stopId": "hesver1",
"stopSequence": 32
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323822"
},
"vehicle": {
"id": "178",
"label": "178"
}
}
},
{
"id": "21323852",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776359164",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
},
{
"arrival": {
"time": "1776359253",
"uncertainty": 120
},
"departure": {
"time": "1776359283",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1776359373",
"uncertainty": 120
},
"departure": {
"time": "1776359373",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776359429",
"uncertainty": 120
},
"departure": {
"time": "1776359433",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1776359500",
"uncertainty": 120
},
"departure": {
"time": "1776359500",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776359547",
"uncertainty": 120
},
"departure": {
"time": "1776359547",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776359587",
"uncertainty": 120
},
"departure": {
"time": "1776359587",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1776359644",
"uncertainty": 120
},
"departure": {
"time": "1776359644",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776359731",
"uncertainty": 120
},
"departure": {
"time": "1776359731",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 9
},
{
"arrival": {
"time": "1776359856",
"uncertainty": 120
},
"departure": {
"time": "1776359856",
"uncertainty": 120
},
"stopId": "leopet1",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359967",
"uncertainty": 120
},
"departure": {
"time": "1776359967",
"uncertainty": 120
},
"stopId": "lebeau3",
"stopSequence": 11
},
{
"arrival": {
"time": "1776360022",
"uncertainty": 120
},
"departure": {
"time": "1776360022",
"uncertainty": 120
},
"stopId": "leocite",
"stopSequence": 12
},
{
"arrival": {
"time": "1776360052",
"uncertainty": 120
},
"departure": {
"time": "1776360052",
"uncertainty": 120
},
"stopId": "leobel1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776360138",
"uncertainty": 120
},
"departure": {
"time": "1776360138",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 14
},
{
"arrival": {
"time": "1776360254",
"uncertainty": 120
},
"departure": {
"time": "1776360254",
"uncertainty": 120
},
"stopId": "leopon1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776360306",
"uncertainty": 120
},
"departure": {
"time": "1776360306",
"uncertainty": 120
},
"stopId": "leomair",
"stopSequence": 16
},
{
"arrival": {
"time": "1776360333",
"uncertainty": 120
},
"departure": {
"time": "1776360333",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 17
},
{
"arrival": {
"time": "1776360361",
"uncertainty": 120
},
"departure": {
"time": "1776360361",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 18
},
{
"arrival": {
"time": "1776360429",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 19
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323852"
},
"vehicle": {
"id": "181",
"label": "181"
}
}
},
{
"id": "21323853",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776361800",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323853"
}
}
},
{
"id": "21323509",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776360779",
"uncertainty": 120
},
"departure": {
"time": "1776360779",
"uncertainty": 120
},
"stopId": "smbmogr2"
},
{
"arrival": {
"time": "1776360837",
"uncertainty": 120
},
"departure": {
"time": "1776360837",
"uncertainty": 120
},
"stopId": "smbjos1"
},
{
"arrival": {
"time": "1776360878",
"uncertainty": 120
},
"departure": {
"time": "1776360878",
"uncertainty": 120
},
"stopId": "smbjard"
},
{
"arrival": {
"time": "1776360946",
"uncertainty": 120
},
"departure": {
"time": "1776360946",
"uncertainty": 120
},
"stopId": "smbcal1"
},
{
"arrival": {
"time": "1776360986",
"uncertainty": 120
},
"departure": {
"time": "1776360986",
"uncertainty": 120
},
"stopId": "bsmhabi2"
},
{
"arrival": {
"time": "1776361020",
"uncertainty": 120
},
"departure": {
"time": "1776361020",
"uncertainty": 120
},
"stopId": "bsmsou2"
},
{
"arrival": {
"time": "1776361075",
"uncertainty": 120
},
"departure": {
"time": "1776361075",
"uncertainty": 120
},
"stopId": "bsmmaq1"
},
{
"arrival": {
"time": "1776361163",
"uncertainty": 120
},
"departure": {
"time": "1776361163",
"uncertainty": 120
},
"stopId": "bsmjul2"
},
{
"departure": {
"time": "1776359491",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1776359683",
"uncertainty": 120
},
"departure": {
"time": "1776359683",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776359844",
"uncertainty": 120
},
"departure": {
"time": "1776359844",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776359907",
"uncertainty": 120
},
"departure": {
"time": "1776359907",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776359970",
"uncertainty": 120
},
"departure": {
"time": "1776359970",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776360031",
"uncertainty": 120
},
"departure": {
"time": "1776360031",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776360135",
"uncertainty": 120
},
"departure": {
"time": "1776360135",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776360167",
"uncertainty": 120
},
"departure": {
"time": "1776360167",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776360185",
"uncertainty": 120
},
"departure": {
"time": "1776360185",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1776360282",
"uncertainty": 120
},
"departure": {
"time": "1776360282",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1776360422",
"uncertainty": 120
},
"departure": {
"time": "1776360422",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1776360529",
"uncertainty": 120
},
"departure": {
"time": "1776360529",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1776360573",
"uncertainty": 120
},
"departure": {
"time": "1776360573",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1776360619",
"uncertainty": 120
},
"departure": {
"time": "1776360619",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1776360692",
"uncertainty": 120
},
"departure": {
"time": "1776360692",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776360774",
"uncertainty": 120
},
"departure": {
"time": "1776360774",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776360832",
"uncertainty": 120
},
"departure": {
"time": "1776360832",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776360891",
"uncertainty": 120
},
"departure": {
"time": "1776360891",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776361003",
"uncertainty": 120
},
"departure": {
"time": "1776361003",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776361080",
"uncertainty": 120
},
"departure": {
"time": "1776361080",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776361247",
"uncertainty": 120
},
"departure": {
"time": "1776361247",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1776361297",
"uncertainty": 120
},
"departure": {
"time": "1776361297",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1776361375",
"uncertainty": 120
},
"departure": {
"time": "1776361375",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1776361455",
"uncertainty": 120
},
"departure": {
"time": "1776361455",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1776361519",
"uncertainty": 120
},
"departure": {
"time": "1776361519",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1776361575",
"uncertainty": 120
},
"departure": {
"time": "1776361575",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1776361634",
"uncertainty": 120
},
"departure": {
"time": "1776361634",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1776361755",
"uncertainty": 120
},
"departure": {
"time": "1776361755",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1776361826",
"uncertainty": 120
},
"departure": {
"time": "1776361826",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1776361875",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323509"
},
"vehicle": {
"id": "170",
"label": "170"
}
}
},
{
"id": "21323704",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776359522",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1776359704",
"uncertainty": 120
},
"departure": {
"time": "1776359704",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776359813",
"uncertainty": 120
},
"departure": {
"time": "1776359813",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 3
},
{
"arrival": {
"time": "1776359922",
"uncertainty": 120
},
"departure": {
"time": "1776359922",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776360002",
"uncertainty": 120
},
"departure": {
"time": "1776360002",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776360108",
"uncertainty": 120
},
"departure": {
"time": "1776360108",
"uncertainty": 120
},
"stopId": "bsmduf3",
"stopSequence": 6
},
{
"arrival": {
"time": "1776360210",
"uncertainty": 120
},
"departure": {
"time": "1776360210",
"uncertainty": 120
},
"stopId": "bsmbeau",
"stopSequence": 7
},
{
"arrival": {
"time": "1776360274",
"uncertainty": 120
},
"departure": {
"time": "1776360274",
"uncertainty": 120
},
"stopId": "bsmnorm2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776360333",
"uncertainty": 120
},
"departure": {
"time": "1776360333",
"uncertainty": 120
},
"stopId": "bsmcalm2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776360386",
"uncertainty": 120
},
"departure": {
"time": "1776360386",
"uncertainty": 120
},
"stopId": "bsmduga2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776360416",
"uncertainty": 120
},
"departure": {
"time": "1776360416",
"uncertainty": 120
},
"stopId": "bsmflot2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776360450",
"uncertainty": 120
},
"departure": {
"time": "1776360450",
"uncertainty": 120
},
"stopId": "bsmbaro",
"stopSequence": 12
},
{
"arrival": {
"time": "1776360560",
"uncertainty": 120
},
"departure": {
"time": "1776360560",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776360681",
"uncertainty": 120
},
"departure": {
"time": "1776360681",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776360773",
"uncertainty": 120
},
"departure": {
"time": "1776360773",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1776360821",
"uncertainty": 120
},
"departure": {
"time": "1776360821",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 16
},
{
"arrival": {
"time": "1776360923",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 17
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323704"
},
"vehicle": {
"id": "213",
"label": "213"
}
}
},
{
"id": "21323666",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776359522",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1776359951",
"uncertainty": 120
},
"departure": {
"time": "1776359951",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776360043",
"uncertainty": 120
},
"departure": {
"time": "1776360043",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1776360124",
"uncertainty": 120
},
"departure": {
"time": "1776360124",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1776360240",
"uncertainty": 120
},
"departure": {
"time": "1776360240",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776360282",
"uncertainty": 120
},
"departure": {
"time": "1776360282",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1776360350",
"uncertainty": 120
},
"departure": {
"time": "1776360350",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776360429",
"uncertainty": 120
},
"departure": {
"time": "1776360429",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776360495",
"uncertainty": 120
},
"departure": {
"time": "1776360495",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776360540",
"uncertainty": 120
},
"departure": {
"time": "1776360540",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776360607",
"uncertainty": 120
},
"departure": {
"time": "1776360607",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776360668",
"uncertainty": 120
},
"departure": {
"time": "1776360668",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776360736",
"uncertainty": 120
},
"departure": {
"time": "1776360736",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776360811",
"uncertainty": 120
},
"departure": {
"time": "1776360811",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776360856",
"uncertainty": 120
},
"departure": {
"time": "1776360856",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776360915",
"uncertainty": 120
},
"departure": {
"time": "1776360915",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776360971",
"uncertainty": 120
},
"departure": {
"time": "1776360971",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776361052",
"uncertainty": 120
},
"departure": {
"time": "1776361052",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776361163",
"uncertainty": 120
},
"departure": {
"time": "1776361163",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776361250",
"uncertainty": 120
},
"departure": {
"time": "1776361250",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1776361319",
"uncertainty": 120
},
"departure": {
"time": "1776361319",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1776361419",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323666"
},
"vehicle": {
"id": "516",
"label": "516"
}
}
},
{
"id": "21323667",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776361500",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323667"
}
}
},
{
"id": "21323664",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776357931",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1776358111",
"uncertainty": 120
},
"departure": {
"time": "1776358171",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776358228",
"uncertainty": 120
},
"departure": {
"time": "1776358231",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1776358291",
"uncertainty": 120
},
"departure": {
"time": "1776358291",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1776358361",
"uncertainty": 120
},
"departure": {
"time": "1776358441",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776358501",
"uncertainty": 120
},
"departure": {
"time": "1776358501",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1776358561",
"uncertainty": 120
},
"departure": {
"time": "1776358561",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776358631",
"uncertainty": 120
},
"departure": {
"time": "1776358631",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776358681",
"uncertainty": 120
},
"departure": {
"time": "1776358711",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776358860",
"uncertainty": 120
},
"departure": {
"time": "1776358860",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776358913",
"uncertainty": 120
},
"departure": {
"time": "1776358951",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776359005",
"uncertainty": 120
},
"departure": {
"time": "1776359011",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776359077",
"uncertainty": 120
},
"departure": {
"time": "1776359101",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776359177",
"uncertainty": 120
},
"departure": {
"time": "1776359191",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776359237",
"uncertainty": 120
},
"departure": {
"time": "1776359237",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776359290",
"uncertainty": 120
},
"departure": {
"time": "1776359290",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776359340",
"uncertainty": 120
},
"departure": {
"time": "1776359341",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776359412",
"uncertainty": 120
},
"departure": {
"time": "1776359412",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776359586",
"uncertainty": 120
},
"departure": {
"time": "1776359586",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1776359677",
"uncertainty": 120
},
"departure": {
"time": "1776359677",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1776359724",
"uncertainty": 120
},
"departure": {
"time": "1776359724",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1776359795",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323664"
},
"vehicle": {
"id": "175",
"label": "175"
}
}
},
{
"id": "21323665",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776358323",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1776358450",
"uncertainty": 120
},
"departure": {
"time": "1776358473",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776358637",
"uncertainty": 120
},
"departure": {
"time": "1776358713",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776358773",
"uncertainty": 120
},
"departure": {
"time": "1776358803",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776358863",
"uncertainty": 120
},
"departure": {
"time": "1776358893",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776358953",
"uncertainty": 120
},
"departure": {
"time": "1776358953",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776359060",
"uncertainty": 120
},
"departure": {
"time": "1776359103",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776359133",
"uncertainty": 120
},
"departure": {
"time": "1776359133",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776359223",
"uncertainty": 120
},
"departure": {
"time": "1776359253",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1776359299",
"uncertainty": 120
},
"departure": {
"time": "1776359313",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359394",
"uncertainty": 120
},
"departure": {
"time": "1776359403",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1776359444",
"uncertainty": 120
},
"departure": {
"time": "1776359463",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1776359501",
"uncertainty": 120
},
"departure": {
"time": "1776359501",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776359533",
"uncertainty": 120
},
"departure": {
"time": "1776359533",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1776359578",
"uncertainty": 120
},
"departure": {
"time": "1776359578",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776359672",
"uncertainty": 120
},
"departure": {
"time": "1776359672",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776359705",
"uncertainty": 120
},
"departure": {
"time": "1776359705",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1776359747",
"uncertainty": 120
},
"departure": {
"time": "1776359747",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776359834",
"uncertainty": 120
},
"departure": {
"time": "1776359834",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776359920",
"uncertainty": 120
},
"departure": {
"time": "1776359920",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776360025",
"uncertainty": 120
},
"departure": {
"time": "1776360025",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1776360072",
"uncertainty": 120
},
"departure": {
"time": "1776360072",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1776360148",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323665"
},
"vehicle": {
"id": "177",
"label": "177"
}
}
},
{
"id": "21323668",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776360000",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1776360150",
"uncertainty": 120
},
"departure": {
"time": "1776360150",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1776360304",
"uncertainty": 120
},
"departure": {
"time": "1776360304",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1776360371",
"uncertainty": 120
},
"departure": {
"time": "1776360371",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1776360437",
"uncertainty": 120
},
"departure": {
"time": "1776360437",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1776360500",
"uncertainty": 120
},
"departure": {
"time": "1776360500",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1776360601",
"uncertainty": 120
},
"departure": {
"time": "1776360601",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1776360633",
"uncertainty": 120
},
"departure": {
"time": "1776360633",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1776360721",
"uncertainty": 120
},
"departure": {
"time": "1776360721",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1776360771",
"uncertainty": 120
},
"departure": {
"time": "1776360771",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1776360856",
"uncertainty": 120
},
"departure": {
"time": "1776360856",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1776360902",
"uncertainty": 120
},
"departure": {
"time": "1776360902",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1776360955",
"uncertainty": 120
},
"departure": {
"time": "1776360955",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776361007",
"uncertainty": 120
},
"departure": {
"time": "1776361007",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1776361092",
"uncertainty": 120
},
"departure": {
"time": "1776361092",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1776361143",
"uncertainty": 120
},
"departure": {
"time": "1776361143",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776361202",
"uncertainty": 120
},
"departure": {
"time": "1776361202",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1776361251",
"uncertainty": 120
},
"departure": {
"time": "1776361251",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1776361313",
"uncertainty": 120
},
"departure": {
"time": "1776361313",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1776361386",
"uncertainty": 120
},
"departure": {
"time": "1776361386",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1776361489",
"uncertainty": 120
},
"departure": {
"time": "1776361489",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1776361552",
"uncertainty": 120
},
"departure": {
"time": "1776361552",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1776361632",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323668"
}
}
},
{
"id": "21323669",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776361800",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323669"
}
}
},
{
"id": "21323580",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776359102",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1776359188",
"uncertainty": 120
},
"departure": {
"time": "1776359223",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1776359313",
"uncertainty": 120
},
"departure": {
"time": "1776359313",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776359367",
"uncertainty": 120
},
"departure": {
"time": "1776359372",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776359410",
"uncertainty": 120
},
"departure": {
"time": "1776359432",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1776359516",
"uncertainty": 120
},
"departure": {
"time": "1776359522",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1776359579",
"uncertainty": 120
},
"departure": {
"time": "1776359579",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1776359621",
"uncertainty": 120
},
"departure": {
"time": "1776359621",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1776359703",
"uncertainty": 120
},
"departure": {
"time": "1776359703",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776359770",
"uncertainty": 120
},
"departure": {
"time": "1776359770",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1776359824",
"uncertainty": 120
},
"departure": {
"time": "1776359824",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776359874",
"uncertainty": 120
},
"departure": {
"time": "1776359874",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1776359929",
"uncertainty": 120
},
"departure": {
"time": "1776359929",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1776360047",
"uncertainty": 120
},
"departure": {
"time": "1776360047",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1776360187",
"uncertainty": 120
},
"departure": {
"time": "1776360187",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1776360276",
"uncertainty": 120
},
"departure": {
"time": "1776360276",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1776360467",
"uncertainty": 120
},
"departure": {
"time": "1776360467",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1776360561",
"uncertainty": 120
},
"departure": {
"time": "1776360561",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1776360646",
"uncertainty": 120
},
"departure": {
"time": "1776360646",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1776360864",
"uncertainty": 120
},
"departure": {
"time": "1776360864",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1776360951",
"uncertainty": 120
},
"departure": {
"time": "1776360951",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1776361133",
"uncertainty": 120
},
"departure": {
"time": "1776361133",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1776361229",
"uncertainty": 120
},
"departure": {
"time": "1776361229",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1776361286",
"uncertainty": 120
},
"departure": {
"time": "1776361286",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1776361373",
"uncertainty": 120
},
"departure": {
"time": "1776361373",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1776361435",
"uncertainty": 120
},
"departure": {
"time": "1776361435",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1776361531",
"uncertainty": 120
},
"departure": {
"time": "1776361531",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1776361613",
"uncertainty": 120
},
"departure": {
"time": "1776361613",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1776361632",
"uncertainty": 120
},
"departure": {
"time": "1776361632",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1776361707",
"uncertainty": 120
},
"departure": {
"time": "1776361707",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1776361849",
"uncertainty": 120
},
"departure": {
"time": "1776361849",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1776361873",
"uncertainty": 120
},
"departure": {
"time": "1776361873",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1776361912",
"uncertainty": 120
},
"departure": {
"time": "1776361912",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1776361973",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323580"
},
"vehicle": {
"id": "515",
"label": "515"
}
}
},
{
"id": "21323563",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1776357812",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1776357862",
"uncertainty": 120
},
"departure": {
"time": "1776357862",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1776357881",
"uncertainty": 120
},
"departure": {
"time": "1776357881",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1776357902",
"uncertainty": 120
},
"departure": {
"time": "1776357902",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1776357992",
"uncertainty": 120
},
"departure": {
"time": "1776357992",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1776358022",
"uncertainty": 120
},
"departure": {
"time": "1776358203",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1776358232",
"uncertainty": 120
},
"departure": {
"time": "1776358232",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1776358352",
"uncertainty": 120
},
"departure": {
"time": "1776358352",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1776358412",
"uncertainty": 120
},
"departure": {
"time": "1776358412",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1776358458",
"uncertainty": 120
},
"departure": {
"time": "1776358472",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1776358552",
"uncertainty": 120
},
"departure": {
"time": "1776358552",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1776358574",
"uncertainty": 120
},
"departure": {
"time": "1776358574",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1776358652",
"uncertainty": 120
},
"departure": {
"time": "1776358680",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1776358802",
"uncertainty": 120
},
"departure": {
"time": "1776358802",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1776358857",
"uncertainty": 120
},
"departure": {
"time": "1776359102",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1776359157",
"uncertainty": 120
},
"departure": {
"time": "1776359162",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1776359246",
"uncertainty": 120
},
"departure": {
"time": "1776359252",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1776359404",
"uncertainty": 120
},
"departure": {
"time": "1776359404",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1776359469",
"uncertainty": 120
},
"departure": {
"time": "1776359469",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1776359587",
"uncertainty": 120
},
"departure": {
"time": "1776359587",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1776359632",
"uncertainty": 120
},
"departure": {
"time": "1776359632",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1776359695",
"uncertainty": 120
},
"departure": {
"time": "1776359695",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1776359744",
"uncertainty": 120
},
"departure": {
"time": "1776359744",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1776359797",
"uncertainty": 120
},
"departure": {
"time": "1776359797",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1776359849",
"uncertainty": 120
},
"departure": {
"time": "1776359849",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1776359886",
"uncertainty": 120
},
"departure": {
"time": "1776359886",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1776359953",
"uncertainty": 120
},
"departure": {
"time": "1776359953",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1776360008",
"uncertainty": 120
},
"departure": {
"time": "1776360008",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1776360055",
"uncertainty": 120
},
"departure": {
"time": "1776360055",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1776360111",
"uncertainty": 120
},
"departure": {
"time": "1776360111",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1776360167",
"uncertainty": 120
},
"departure": {
"time": "1776360167",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1776360228",
"uncertainty": 120
},
"departure": {
"time": "1776360228",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1776360294",
"uncertainty": 120
},
"departure": {
"time": "1776360294",
"uncertainty": 120
},
"stopId": "semcord",
"stopSequence": 33
},
{
"arrival": {
"time": "1776360414",
"uncertainty": 120
},
"departure": {
"time": "1776360414",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
},
{
"arrival": {
"time": "1776360497",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 35
}
],
"timestamp": "1776359522",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323563"
},
"vehicle": {
"id": "193",
"label": "193"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1776359522"
}
}