Détails de la ressource
Cette ressource fait partie du jeu de données Réseau urbain Marinéo.
Disponibilité au téléchargement
En savoir plus
HEAD dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type
GET : nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.Rapport de validation
❌185 erreurs, 39 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 29/11/2025 à 08h07 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
stop_times_updates not strictly sorted E002 9 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 21327362 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
- trip_id 21327369 stop_sequence [22, 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 21327371 stop_sequence [22, 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 21327370 stop_sequence [22, 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 21327387 stop_sequence [5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17] is not strictly sorted by increasing stop_sequence
GTFS-rt stop_id does not exist in GTFS data E011 17 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id 21327657 stop_id wimmair3 does not exist in GTFS data stops.txt
- trip_id 21327656 stop_id wimmair3 does not exist in GTFS data stops.txt
- trip_id 21327362 stop_id bsmtran2 does not exist in GTFS data stops.txt
- trip_id 21327369 stop_id bsmtran2 does not exist in GTFS data stops.txt
- trip_id 21327371 stop_id bsmtran2 does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 156 erreurs
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Exemples d'erreurs
- trip_id 21327657 stop_sequence 1 departure_time 08:32:00 (1764401520) is less than previous stop departure_time 09:31:19 (1764405079) - times must increase between two sequential stops
- trip_id 21327657 stop_sequence 1 departure_time 08:32:00 (1764401520) is less than previous stop arrival_time 09:31:19 (1764405079) - times must increase between two sequential stops
- trip_id 21327657 stop_sequence 2 arrival_time 08:33:25 (1764401605) is less than previous stop arrival_time 09:31:19 (1764405079) - times must increase between two sequential stops
- trip_id 21327657 stop_sequence 2 departure_time 08:33:25 (1764401605) is less than previous stop arrival_time 09:31:19 (1764405079) - times must increase between two sequential stops
- trip_id 21327657 stop_sequence 43 arrival_time 09:31:28 (1764405088) is less than previous stop arrival_time 09:32:39 (1764405159) - times must increase between two sequential stops
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 3 erreurs
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Exemples d'erreurs
- GTFS-rt trip_id 21327693 stop_sequence 16 has stop_id wimcrec but GTFS stop_sequence 16 has stop_id wimcrec2 - stop_ids should be the same
- GTFS-rt trip_id 21327695 stop_sequence 16 has stop_id wimcrec but GTFS stop_sequence 16 has stop_id wimcrec2 - stop_ids should be the same
- GTFS-rt trip_id 21327696 stop_sequence 16 has stop_id wimcrec but GTFS stop_sequence 16 has stop_id wimcrec2 - stop_ids should be the same
Avertissements
vehicle_id not populated W002 39 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 21327741 does not have a vehicle_id
- trip_id 21327743 does not have a vehicle_id
- trip_id 21327736 does not have a vehicle_id
- trip_id 21327657 does not have a vehicle_id
- trip_id 21327672 does not have a vehicle_id
Validations précédentes
Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.
| Identifiant d'erreur | Description | Nombre d'erreurs | Nombre d'occurences |
|---|---|---|---|
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 516 | 30 fois (100 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 4 802 | 30 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1 029 | 30 fois (100 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 252 | 26 fois (87 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 29 | 23 fois (77 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 15 | 15 fois (50 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 15 | 15 fois (50 % des 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 | 6 | 6 fois (20 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 1 | 1 fois (3 % des 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 | 3 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 29/11/2025 à 16h22 Europe/Paris.
trip_updates (63) vehicle_positions (0) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 29/11/2025 à 16h22 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "21327647",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764429748",
"uncertainty": 120
},
"departure": {
"time": "1764429748",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764429937",
"uncertainty": 120
},
"departure": {
"time": "1764429937",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764426285",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764426342",
"uncertainty": 120
},
"departure": {
"time": "1764426342",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764426376",
"uncertainty": 120
},
"departure": {
"time": "1764426406",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764426496",
"uncertainty": 120
},
"departure": {
"time": "1764426496",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764426533",
"uncertainty": 120
},
"departure": {
"time": "1764426533",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764426658",
"uncertainty": 120
},
"departure": {
"time": "1764426677",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764426745",
"uncertainty": 120
},
"departure": {
"time": "1764426798",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764426904",
"uncertainty": 120
},
"departure": {
"time": "1764426917",
"uncertainty": 120
},
"stopId": "equcime",
"stopSequence": 8
},
{
"arrival": {
"time": "1764427053",
"uncertainty": 120
},
"departure": {
"time": "1764427053",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764427145",
"uncertainty": 120
},
"departure": {
"time": "1764427157",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764427235",
"uncertainty": 120
},
"departure": {
"time": "1764427235",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764427264",
"uncertainty": 120
},
"departure": {
"time": "1764427312",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764427385",
"uncertainty": 120
},
"departure": {
"time": "1764427385",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764427457",
"uncertainty": 120
},
"departure": {
"time": "1764427457",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764427485",
"uncertainty": 120
},
"departure": {
"time": "1764427548",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764427616",
"uncertainty": 120
},
"departure": {
"time": "1764427616",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764427665",
"uncertainty": 120
},
"departure": {
"time": "1764427668",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764427810",
"uncertainty": 120
},
"departure": {
"time": "1764427810",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764427916",
"uncertainty": 120
},
"departure": {
"time": "1764427968",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764428050",
"uncertainty": 120
},
"departure": {
"time": "1764428148",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764428233",
"uncertainty": 120
},
"departure": {
"time": "1764428298",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764428358",
"uncertainty": 120
},
"departure": {
"time": "1764428358",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764428478",
"uncertainty": 120
},
"departure": {
"time": "1764428508",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764428598",
"uncertainty": 120
},
"departure": {
"time": "1764428598",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764428658",
"uncertainty": 120
},
"departure": {
"time": "1764428688",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764428764",
"uncertainty": 120
},
"departure": {
"time": "1764428778",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764428823",
"uncertainty": 120
},
"departure": {
"time": "1764428838",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764428868",
"uncertainty": 120
},
"departure": {
"time": "1764428928",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764428988",
"uncertainty": 120
},
"departure": {
"time": "1764428988",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764429037",
"uncertainty": 120
},
"departure": {
"time": "1764429037",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764429078",
"uncertainty": 120
},
"departure": {
"time": "1764429078",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764429138",
"uncertainty": 120
},
"departure": {
"time": "1764429138",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764429318",
"uncertainty": 120
},
"departure": {
"time": "1764429318",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764429378",
"uncertainty": 120
},
"departure": {
"time": "1764429378",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764429417",
"uncertainty": 120
},
"departure": {
"time": "1764429438",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764429487",
"uncertainty": 120
},
"departure": {
"time": "1764429499",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764429572",
"uncertainty": 120
},
"departure": {
"time": "1764429588",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764429676",
"uncertainty": 120
},
"departure": {
"time": "1764429678",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764429840",
"uncertainty": 120
},
"departure": {
"time": "1764429840",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764429937",
"uncertainty": 120
},
"departure": {
"time": "1764429937",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764430077",
"uncertainty": 120
},
"departure": {
"time": "1764430077",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764430165",
"uncertainty": 120
},
"departure": {
"time": "1764430165",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764429946",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327647"
},
"vehicle": {
"id": "186",
"label": "186"
}
}
},
{
"id": "21327649",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764427458",
"uncertainty": 120
},
"departure": {
"time": "1764427458",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764427522",
"uncertainty": 120
},
"departure": {
"time": "1764427522",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764427645",
"uncertainty": 120
},
"departure": {
"time": "1764427645",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764427740",
"uncertainty": 120
},
"departure": {
"time": "1764427740",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764427983",
"uncertainty": 120
},
"departure": {
"time": "1764428004",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764428094",
"uncertainty": 120
},
"departure": {
"time": "1764428154",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764428200",
"uncertainty": 120
},
"departure": {
"time": "1764428200",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764428267",
"uncertainty": 120
},
"departure": {
"time": "1764428274",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764428315",
"uncertainty": 120
},
"departure": {
"time": "1764428315",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764428347",
"uncertainty": 120
},
"departure": {
"time": "1764428347",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764428470",
"uncertainty": 120
},
"departure": {
"time": "1764428470",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764428523",
"uncertainty": 120
},
"departure": {
"time": "1764428523",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764428574",
"uncertainty": 120
},
"departure": {
"time": "1764428604",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764428689",
"uncertainty": 120
},
"departure": {
"time": "1764428689",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764428700",
"uncertainty": 120
},
"departure": {
"time": "1764428724",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764428765",
"uncertainty": 120
},
"departure": {
"time": "1764428765",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764428840",
"uncertainty": 120
},
"departure": {
"time": "1764428840",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764428920",
"uncertainty": 120
},
"departure": {
"time": "1764429084",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764429127",
"uncertainty": 120
},
"departure": {
"time": "1764429127",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764429264",
"uncertainty": 120
},
"departure": {
"time": "1764429324",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764429384",
"uncertainty": 120
},
"departure": {
"time": "1764429384",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764429439",
"uncertainty": 120
},
"departure": {
"time": "1764429444",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764429539",
"uncertainty": 120
},
"departure": {
"time": "1764429685",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764429835",
"uncertainty": 120
},
"departure": {
"time": "1764429835",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764429912",
"uncertainty": 120
},
"departure": {
"time": "1764429912",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764430007",
"uncertainty": 120
},
"departure": {
"time": "1764430007",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764430127",
"uncertainty": 120
},
"departure": {
"time": "1764430127",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764430235",
"uncertainty": 120
},
"departure": {
"time": "1764430235",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764430285",
"uncertainty": 120
},
"departure": {
"time": "1764430285",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764430397",
"uncertainty": 120
},
"departure": {
"time": "1764430397",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764430480",
"uncertainty": 120
},
"departure": {
"time": "1764430480",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764430512",
"uncertainty": 120
},
"departure": {
"time": "1764430512",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764430604",
"uncertainty": 120
},
"departure": {
"time": "1764430604",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764430637",
"uncertainty": 120
},
"departure": {
"time": "1764430637",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764430699",
"uncertainty": 120
},
"departure": {
"time": "1764430699",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764430818",
"uncertainty": 120
},
"departure": {
"time": "1764430818",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764430998",
"uncertainty": 120
},
"departure": {
"time": "1764430998",
"uncertainty": 120
},
"stopId": "equcime2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764431118",
"uncertainty": 120
},
"departure": {
"time": "1764431118",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764431161",
"uncertainty": 120
},
"departure": {
"time": "1764431161",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764431238",
"uncertainty": 120
},
"departure": {
"time": "1764431238",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764431346",
"uncertainty": 120
},
"departure": {
"time": "1764431346",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764431404",
"uncertainty": 120
},
"departure": {
"time": "1764431404",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764431443",
"uncertainty": 120
},
"departure": {
"time": "1764431443",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764431538",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327649"
},
"vehicle": {
"id": "188",
"label": "188"
}
}
},
{
"id": "21327659",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764433450",
"uncertainty": 120
},
"departure": {
"time": "1764433450",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764433639",
"uncertainty": 120
},
"departure": {
"time": "1764433639",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764429840",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764429925",
"uncertainty": 120
},
"departure": {
"time": "1764429925",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764429970",
"uncertainty": 120
},
"departure": {
"time": "1764429970",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764430083",
"uncertainty": 120
},
"departure": {
"time": "1764430083",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764430140",
"uncertainty": 120
},
"departure": {
"time": "1764430140",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764430317",
"uncertainty": 120
},
"departure": {
"time": "1764430317",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764430380",
"uncertainty": 120
},
"departure": {
"time": "1764430380",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430430",
"uncertainty": 120
},
"departure": {
"time": "1764430430",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430620",
"uncertainty": 120
},
"departure": {
"time": "1764430620",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764430735",
"uncertainty": 120
},
"departure": {
"time": "1764430735",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764430800",
"uncertainty": 120
},
"departure": {
"time": "1764430800",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764430843",
"uncertainty": 120
},
"departure": {
"time": "1764430843",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764430934",
"uncertainty": 120
},
"departure": {
"time": "1764430934",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764431037",
"uncertainty": 120
},
"departure": {
"time": "1764431037",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764431100",
"uncertainty": 120
},
"departure": {
"time": "1764431100",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764431180",
"uncertainty": 120
},
"departure": {
"time": "1764431180",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764431215",
"uncertainty": 120
},
"departure": {
"time": "1764431215",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764431340",
"uncertainty": 120
},
"departure": {
"time": "1764431340",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764431520",
"uncertainty": 120
},
"departure": {
"time": "1764431520",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764431634",
"uncertainty": 120
},
"departure": {
"time": "1764431634",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764431760",
"uncertainty": 120
},
"departure": {
"time": "1764431820",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764431904",
"uncertainty": 120
},
"departure": {
"time": "1764431904",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764432042",
"uncertainty": 120
},
"departure": {
"time": "1764432042",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764432180",
"uncertainty": 120
},
"departure": {
"time": "1764432180",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764432263",
"uncertainty": 120
},
"departure": {
"time": "1764432263",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764432376",
"uncertainty": 120
},
"departure": {
"time": "1764432376",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764432436",
"uncertainty": 120
},
"departure": {
"time": "1764432436",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764432494",
"uncertainty": 120
},
"departure": {
"time": "1764432494",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764432584",
"uncertainty": 120
},
"departure": {
"time": "1764432584",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764432660",
"uncertainty": 120
},
"departure": {
"time": "1764432660",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764432732",
"uncertainty": 120
},
"departure": {
"time": "1764432732",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764432840",
"uncertainty": 120
},
"departure": {
"time": "1764432840",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764433087",
"uncertainty": 120
},
"departure": {
"time": "1764433087",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764433141",
"uncertainty": 120
},
"departure": {
"time": "1764433141",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764433178",
"uncertainty": 120
},
"departure": {
"time": "1764433178",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764433200",
"uncertainty": 120
},
"departure": {
"time": "1764433200",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764433269",
"uncertainty": 120
},
"departure": {
"time": "1764433269",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764433385",
"uncertainty": 120
},
"departure": {
"time": "1764433385",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764433440",
"uncertainty": 120
},
"departure": {
"time": "1764433440",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764433537",
"uncertainty": 120
},
"departure": {
"time": "1764433537",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764433677",
"uncertainty": 120
},
"departure": {
"time": "1764433677",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764433765",
"uncertainty": 120
},
"departure": {
"time": "1764433765",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764433648",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327659"
}
}
},
{
"id": "21327674",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764430860",
"uncertainty": 120
},
"stopId": "wimmair",
"stopSequence": 1
},
{
"arrival": {
"time": "1764430938",
"uncertainty": 120
},
"departure": {
"time": "1764430938",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764431002",
"uncertainty": 120
},
"departure": {
"time": "1764431002",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764431125",
"uncertainty": 120
},
"departure": {
"time": "1764431125",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764431220",
"uncertainty": 120
},
"departure": {
"time": "1764431220",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764431190",
"uncertainty": 120
},
"departure": {
"time": "1764431190",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764431318",
"uncertainty": 120
},
"departure": {
"time": "1764431318",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764431375",
"uncertainty": 120
},
"departure": {
"time": "1764431375",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764431415",
"uncertainty": 120
},
"departure": {
"time": "1764431415",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764431461",
"uncertainty": 120
},
"departure": {
"time": "1764431461",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764431506",
"uncertainty": 120
},
"departure": {
"time": "1764431506",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764431676",
"uncertainty": 120
},
"departure": {
"time": "1764431676",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764431735",
"uncertainty": 120
},
"departure": {
"time": "1764431735",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764431845",
"uncertainty": 120
},
"departure": {
"time": "1764431845",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764431981",
"uncertainty": 120
},
"departure": {
"time": "1764431981",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764432055",
"uncertainty": 120
},
"departure": {
"time": "1764432055",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764432177",
"uncertainty": 120
},
"departure": {
"time": "1764432177",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764432303",
"uncertainty": 120
},
"departure": {
"time": "1764432303",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764432454",
"uncertainty": 120
},
"departure": {
"time": "1764432454",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764432541",
"uncertainty": 120
},
"departure": {
"time": "1764432541",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764432747",
"uncertainty": 120
},
"departure": {
"time": "1764432747",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764432848",
"uncertainty": 120
},
"departure": {
"time": "1764432848",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764432930",
"uncertainty": 120
},
"departure": {
"time": "1764432930",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764433087",
"uncertainty": 120
},
"departure": {
"time": "1764433087",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764433217",
"uncertainty": 120
},
"departure": {
"time": "1764433440",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764433543",
"uncertainty": 120
},
"departure": {
"time": "1764433543",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764433680",
"uncertainty": 120
},
"departure": {
"time": "1764433680",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764433800",
"uncertainty": 120
},
"departure": {
"time": "1764433800",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764433908",
"uncertainty": 120
},
"departure": {
"time": "1764433908",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764433988",
"uncertainty": 120
},
"departure": {
"time": "1764433988",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764434100",
"uncertainty": 120
},
"departure": {
"time": "1764434100",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764434183",
"uncertainty": 120
},
"departure": {
"time": "1764434183",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764434215",
"uncertainty": 120
},
"departure": {
"time": "1764434215",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764434307",
"uncertainty": 120
},
"departure": {
"time": "1764434307",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764434340",
"uncertainty": 120
},
"departure": {
"time": "1764434340",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764434422",
"uncertainty": 120
},
"departure": {
"time": "1764434422",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764434580",
"uncertainty": 120
},
"departure": {
"time": "1764434580",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764434771",
"uncertainty": 120
},
"departure": {
"time": "1764434771",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764434820",
"uncertainty": 120
},
"departure": {
"time": "1764434820",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764434863",
"uncertainty": 120
},
"departure": {
"time": "1764434863",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764434940",
"uncertainty": 120
},
"departure": {
"time": "1764434940",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764435070",
"uncertainty": 120
},
"departure": {
"time": "1764435070",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764435139",
"uncertainty": 120
},
"departure": {
"time": "1764435139",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764435186",
"uncertainty": 120
},
"departure": {
"time": "1764435186",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764435300",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327674"
}
}
},
{
"id": "21327789",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764429749",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764429868",
"uncertainty": 120
},
"departure": {
"time": "1764429868",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764429921",
"uncertainty": 120
},
"departure": {
"time": "1764429921",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764429953",
"uncertainty": 120
},
"departure": {
"time": "1764429953",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764430020",
"uncertainty": 120
},
"departure": {
"time": "1764430020",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764430067",
"uncertainty": 120
},
"departure": {
"time": "1764430067",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764430130",
"uncertainty": 120
},
"departure": {
"time": "1764430130",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430308",
"uncertainty": 120
},
"departure": {
"time": "1764430308",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430393",
"uncertainty": 120
},
"departure": {
"time": "1764430393",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764430447",
"uncertainty": 120
},
"departure": {
"time": "1764430447",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764430496",
"uncertainty": 120
},
"departure": {
"time": "1764430496",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764430572",
"uncertainty": 120
},
"departure": {
"time": "1764430572",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764430630",
"uncertainty": 120
},
"departure": {
"time": "1764430630",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764430838",
"uncertainty": 120
},
"departure": {
"time": "1764430838",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764430873",
"uncertainty": 120
},
"departure": {
"time": "1764430873",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764430974",
"uncertainty": 120
},
"departure": {
"time": "1764430974",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764431094",
"uncertainty": 120
},
"departure": {
"time": "1764431400",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764431580",
"uncertainty": 120
},
"departure": {
"time": "1764431580",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764431760",
"uncertainty": 120
},
"departure": {
"time": "1764431760",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764431902",
"uncertainty": 120
},
"departure": {
"time": "1764431902",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764432060",
"uncertainty": 120
},
"departure": {
"time": "1764432060",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764432129",
"uncertainty": 120
},
"departure": {
"time": "1764432129",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764432180",
"uncertainty": 120
},
"departure": {
"time": "1764432180",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764432261",
"uncertainty": 120
},
"departure": {
"time": "1764432261",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764432420",
"uncertainty": 120
},
"departure": {
"time": "1764432420",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764432536",
"uncertainty": 120
},
"departure": {
"time": "1764432536",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764432600",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327789"
},
"vehicle": {
"id": "197",
"label": "197"
}
}
},
{
"id": "21327788",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764428822",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764428912",
"uncertainty": 120
},
"departure": {
"time": "1764428912",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764428965",
"uncertainty": 120
},
"departure": {
"time": "1764428965",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764428994",
"uncertainty": 120
},
"departure": {
"time": "1764428994",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764429054",
"uncertainty": 120
},
"departure": {
"time": "1764429054",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764429092",
"uncertainty": 120
},
"departure": {
"time": "1764429152",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764429212",
"uncertainty": 120
},
"departure": {
"time": "1764429212",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764429392",
"uncertainty": 120
},
"departure": {
"time": "1764429392",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764429474",
"uncertainty": 120
},
"departure": {
"time": "1764429512",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764429564",
"uncertainty": 120
},
"departure": {
"time": "1764429572",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764429620",
"uncertainty": 120
},
"departure": {
"time": "1764429620",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764429692",
"uncertainty": 120
},
"departure": {
"time": "1764429722",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429776",
"uncertainty": 120
},
"departure": {
"time": "1764429776",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429908",
"uncertainty": 120
},
"departure": {
"time": "1764429908",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764429941",
"uncertainty": 120
},
"departure": {
"time": "1764429941",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764430039",
"uncertainty": 120
},
"departure": {
"time": "1764430039",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764430159",
"uncertainty": 120
},
"departure": {
"time": "1764430200",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764430347",
"uncertainty": 120
},
"departure": {
"time": "1764430347",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764430447",
"uncertainty": 120
},
"departure": {
"time": "1764430447",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764430574",
"uncertainty": 120
},
"departure": {
"time": "1764430574",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764430732",
"uncertainty": 120
},
"departure": {
"time": "1764430732",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764430801",
"uncertainty": 120
},
"departure": {
"time": "1764430801",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764430862",
"uncertainty": 120
},
"departure": {
"time": "1764430862",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764430937",
"uncertainty": 120
},
"departure": {
"time": "1764430937",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764431105",
"uncertainty": 120
},
"departure": {
"time": "1764431105",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764431221",
"uncertainty": 120
},
"departure": {
"time": "1764431221",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764431285",
"uncertainty": 120
},
"departure": {
"time": "1764431285",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
},
{
"arrival": {
"time": "1764431399",
"uncertainty": 120
},
"departure": {
"time": "1764431399",
"uncertainty": 120
},
"stopId": "smbpeu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764431465",
"uncertainty": 120
},
"stopId": "smblam",
"stopSequence": 29
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327788"
},
"vehicle": {
"id": "328",
"label": "328"
}
}
},
{
"id": "21327791",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764430277",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764430322",
"uncertainty": 120
},
"departure": {
"time": "1764430322",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764430407",
"uncertainty": 120
},
"departure": {
"time": "1764430407",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764430460",
"uncertainty": 120
},
"departure": {
"time": "1764430460",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764430538",
"uncertainty": 120
},
"departure": {
"time": "1764430538",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764430628",
"uncertainty": 120
},
"departure": {
"time": "1764430628",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764430694",
"uncertainty": 120
},
"departure": {
"time": "1764430694",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430751",
"uncertainty": 120
},
"departure": {
"time": "1764430751",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430829",
"uncertainty": 120
},
"departure": {
"time": "1764430829",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764430944",
"uncertainty": 120
},
"departure": {
"time": "1764430944",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764431060",
"uncertainty": 120
},
"departure": {
"time": "1764431060",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764431367",
"uncertainty": 120
},
"departure": {
"time": "1764431367",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764431487",
"uncertainty": 120
},
"departure": {
"time": "1764431487",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764431556",
"uncertainty": 120
},
"departure": {
"time": "1764431556",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764431633",
"uncertainty": 120
},
"departure": {
"time": "1764431633",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764431698",
"uncertainty": 120
},
"departure": {
"time": "1764431698",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764431810",
"uncertainty": 120
},
"departure": {
"time": "1764431810",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764431909",
"uncertainty": 120
},
"departure": {
"time": "1764431909",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764431959",
"uncertainty": 120
},
"departure": {
"time": "1764431959",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764432028",
"uncertainty": 120
},
"departure": {
"time": "1764432028",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764432100",
"uncertainty": 120
},
"departure": {
"time": "1764432100",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764432174",
"uncertainty": 120
},
"departure": {
"time": "1764432174",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764432251",
"uncertainty": 120
},
"departure": {
"time": "1764432251",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764432341",
"uncertainty": 120
},
"departure": {
"time": "1764432341",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764432453",
"uncertainty": 120
},
"departure": {
"time": "1764432453",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764432513",
"uncertainty": 120
},
"departure": {
"time": "1764432513",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764432585",
"uncertainty": 120
},
"departure": {
"time": "1764432585",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764432633",
"uncertainty": 120
},
"departure": {
"time": "1764432633",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764432693",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327791"
}
}
},
{
"id": "21327790",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764431220",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327790"
}
}
},
{
"id": "21327784",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764427711",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764427816",
"uncertainty": 120
},
"departure": {
"time": "1764427816",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764427861",
"uncertainty": 120
},
"departure": {
"time": "1764427861",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764427889",
"uncertainty": 120
},
"departure": {
"time": "1764427889",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764427951",
"uncertainty": 120
},
"departure": {
"time": "1764427951",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764427993",
"uncertainty": 120
},
"departure": {
"time": "1764427993",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764428065",
"uncertainty": 120
},
"departure": {
"time": "1764428071",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764428182",
"uncertainty": 120
},
"departure": {
"time": "1764428221",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764428321",
"uncertainty": 120
},
"departure": {
"time": "1764428341",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764428422",
"uncertainty": 120
},
"departure": {
"time": "1764428460",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764428520",
"uncertainty": 120
},
"departure": {
"time": "1764428551",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764428648",
"uncertainty": 120
},
"departure": {
"time": "1764428671",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764428725",
"uncertainty": 120
},
"departure": {
"time": "1764428725",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764428848",
"uncertainty": 120
},
"departure": {
"time": "1764428848",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764428881",
"uncertainty": 120
},
"departure": {
"time": "1764428881",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764429026",
"uncertainty": 120
},
"departure": {
"time": "1764429061",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764429181",
"uncertainty": 120
},
"departure": {
"time": "1764429211",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764429354",
"uncertainty": 120
},
"departure": {
"time": "1764429391",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764429481",
"uncertainty": 120
},
"departure": {
"time": "1764429511",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764429636",
"uncertainty": 120
},
"departure": {
"time": "1764429662",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764429734",
"uncertainty": 120
},
"departure": {
"time": "1764429734",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764429793",
"uncertainty": 120
},
"departure": {
"time": "1764429793",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764429852",
"uncertainty": 120
},
"departure": {
"time": "1764429852",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764429949",
"uncertainty": 120
},
"departure": {
"time": "1764429949",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764430060",
"uncertainty": 120
},
"departure": {
"time": "1764430060",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764430155",
"uncertainty": 120
},
"departure": {
"time": "1764430155",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764430190",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327784"
},
"vehicle": {
"id": "1200",
"label": "1200"
}
}
},
{
"id": "21327787",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764427652",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764427688",
"uncertainty": 120
},
"departure": {
"time": "1764427688",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764427772",
"uncertainty": 120
},
"departure": {
"time": "1764427922",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764427958",
"uncertainty": 120
},
"departure": {
"time": "1764427958",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764428012",
"uncertainty": 120
},
"departure": {
"time": "1764428042",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764428126",
"uncertainty": 120
},
"departure": {
"time": "1764428126",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764428169",
"uncertainty": 120
},
"departure": {
"time": "1764428169",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764428220",
"uncertainty": 120
},
"departure": {
"time": "1764428252",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764428312",
"uncertainty": 120
},
"departure": {
"time": "1764428312",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764428400",
"uncertainty": 120
},
"departure": {
"time": "1764428402",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764428512",
"uncertainty": 120
},
"departure": {
"time": "1764428612",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764428889",
"uncertainty": 120
},
"departure": {
"time": "1764428912",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429032",
"uncertainty": 120
},
"departure": {
"time": "1764429152",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429239",
"uncertainty": 120
},
"departure": {
"time": "1764429242",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764429317",
"uncertainty": 120
},
"departure": {
"time": "1764429317",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764429384",
"uncertainty": 120
},
"departure": {
"time": "1764429572",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764429662",
"uncertainty": 120
},
"departure": {
"time": "1764429662",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764429709",
"uncertainty": 120
},
"departure": {
"time": "1764429709",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764429758",
"uncertainty": 120
},
"departure": {
"time": "1764429758",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764429814",
"uncertainty": 120
},
"departure": {
"time": "1764429814",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764429872",
"uncertainty": 120
},
"departure": {
"time": "1764429872",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764429947",
"uncertainty": 120
},
"departure": {
"time": "1764429947",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764430034",
"uncertainty": 120
},
"departure": {
"time": "1764430034",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764430123",
"uncertainty": 120
},
"departure": {
"time": "1764430123",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764430216",
"uncertainty": 120
},
"departure": {
"time": "1764430216",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764430259",
"uncertainty": 120
},
"departure": {
"time": "1764430259",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764430318",
"uncertainty": 120
},
"departure": {
"time": "1764430318",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764430366",
"uncertainty": 120
},
"departure": {
"time": "1764430366",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764430426",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327787"
},
"vehicle": {
"id": "170",
"label": "170"
}
}
},
{
"id": "21327796",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764433320",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327796"
}
}
},
{
"id": "21327793",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764430980",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327793"
}
}
},
{
"id": "21327303",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764430741",
"uncertainty": 120
},
"departure": {
"time": "1764430741",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764430200",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764430385",
"uncertainty": 120
},
"departure": {
"time": "1764430385",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764430492",
"uncertainty": 120
},
"departure": {
"time": "1764430492",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764430568",
"uncertainty": 120
},
"departure": {
"time": "1764430568",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764430652",
"uncertainty": 120
},
"departure": {
"time": "1764430652",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764430836",
"uncertainty": 120
},
"departure": {
"time": "1764430836",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764430920",
"uncertainty": 120
},
"departure": {
"time": "1764430920",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430968",
"uncertainty": 120
},
"departure": {
"time": "1764430968",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430830",
"uncertainty": 120
},
"departure": {
"time": "1764430830",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764430906",
"uncertainty": 120
},
"departure": {
"time": "1764430906",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764431031",
"uncertainty": 120
},
"departure": {
"time": "1764431031",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764431080",
"uncertainty": 120
},
"departure": {
"time": "1764431080",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764431143",
"uncertainty": 120
},
"departure": {
"time": "1764431143",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764431205",
"uncertainty": 120
},
"departure": {
"time": "1764431205",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764431307",
"uncertainty": 120
},
"departure": {
"time": "1764431307",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764431368",
"uncertainty": 120
},
"departure": {
"time": "1764431368",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764431440",
"uncertainty": 120
},
"departure": {
"time": "1764431440",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764431502",
"uncertainty": 120
},
"departure": {
"time": "1764431502",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764431580",
"uncertainty": 120
},
"departure": {
"time": "1764431580",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764431671",
"uncertainty": 120
},
"departure": {
"time": "1764431671",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764431800",
"uncertainty": 120
},
"departure": {
"time": "1764431800",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764431877",
"uncertainty": 120
},
"departure": {
"time": "1764431877",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764431981",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327303"
}
}
},
{
"id": "21327302",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764429752",
"uncertainty": 120
},
"departure": {
"time": "1764429752",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764429090",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764429270",
"uncertainty": 120
},
"departure": {
"time": "1764429270",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764429371",
"uncertainty": 120
},
"departure": {
"time": "1764429480",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764429553",
"uncertainty": 120
},
"departure": {
"time": "1764429570",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764429654",
"uncertainty": 120
},
"departure": {
"time": "1764429660",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764429576",
"uncertainty": 120
},
"departure": {
"time": "1764429576",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764429660",
"uncertainty": 120
},
"departure": {
"time": "1764429660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764429708",
"uncertainty": 120
},
"departure": {
"time": "1764429708",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764429841",
"uncertainty": 120
},
"departure": {
"time": "1764429841",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764429917",
"uncertainty": 120
},
"departure": {
"time": "1764429917",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764430042",
"uncertainty": 120
},
"departure": {
"time": "1764430042",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764430085",
"uncertainty": 120
},
"departure": {
"time": "1764430085",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764430148",
"uncertainty": 120
},
"departure": {
"time": "1764430148",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764430168",
"uncertainty": 120
},
"departure": {
"time": "1764430168",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764430219",
"uncertainty": 120
},
"departure": {
"time": "1764430219",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764430294",
"uncertainty": 120
},
"departure": {
"time": "1764430294",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764430355",
"uncertainty": 120
},
"departure": {
"time": "1764430355",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764430417",
"uncertainty": 120
},
"departure": {
"time": "1764430417",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764430485",
"uncertainty": 120
},
"departure": {
"time": "1764430485",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764430576",
"uncertainty": 120
},
"departure": {
"time": "1764430576",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764430686",
"uncertainty": 120
},
"departure": {
"time": "1764430686",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764430744",
"uncertainty": 120
},
"departure": {
"time": "1764430744",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764430829",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327302"
},
"vehicle": {
"id": "183",
"label": "183"
}
}
},
{
"id": "21327792",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764428510",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764428570",
"uncertainty": 120
},
"departure": {
"time": "1764428570",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764428646",
"uncertainty": 120
},
"departure": {
"time": "1764428750",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 3
},
{
"arrival": {
"time": "1764428787",
"uncertainty": 120
},
"departure": {
"time": "1764428787",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764428870",
"uncertainty": 120
},
"departure": {
"time": "1764428870",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764428913",
"uncertainty": 120
},
"departure": {
"time": "1764428930",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764429006",
"uncertainty": 120
},
"departure": {
"time": "1764429050",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764429148",
"uncertainty": 120
},
"departure": {
"time": "1764429148",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764429210",
"uncertainty": 120
},
"departure": {
"time": "1764429230",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 9
},
{
"arrival": {
"time": "1764429287",
"uncertainty": 120
},
"departure": {
"time": "1764429320",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 10
},
{
"arrival": {
"time": "1764429393",
"uncertainty": 120
},
"departure": {
"time": "1764429393",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764429506",
"uncertainty": 120
},
"departure": {
"time": "1764429530",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429646",
"uncertainty": 120
},
"departure": {
"time": "1764429680",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429948",
"uncertainty": 120
},
"departure": {
"time": "1764429948",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 14
},
{
"arrival": {
"time": "1764430068",
"uncertainty": 120
},
"departure": {
"time": "1764430200",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764430285",
"uncertainty": 120
},
"departure": {
"time": "1764430285",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 16
},
{
"arrival": {
"time": "1764430360",
"uncertainty": 120
},
"departure": {
"time": "1764430360",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 17
},
{
"arrival": {
"time": "1764430427",
"uncertainty": 120
},
"departure": {
"time": "1764430427",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 18
},
{
"arrival": {
"time": "1764430521",
"uncertainty": 120
},
"departure": {
"time": "1764430521",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 19
},
{
"arrival": {
"time": "1764430573",
"uncertainty": 120
},
"departure": {
"time": "1764430573",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 20
},
{
"arrival": {
"time": "1764430623",
"uncertainty": 120
},
"departure": {
"time": "1764430623",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 21
},
{
"arrival": {
"time": "1764430691",
"uncertainty": 120
},
"departure": {
"time": "1764430691",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 22
},
{
"arrival": {
"time": "1764430762",
"uncertainty": 120
},
"departure": {
"time": "1764430762",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 23
},
{
"arrival": {
"time": "1764430835",
"uncertainty": 120
},
"departure": {
"time": "1764430835",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 24
},
{
"arrival": {
"time": "1764430911",
"uncertainty": 120
},
"departure": {
"time": "1764430911",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 25
},
{
"arrival": {
"time": "1764431000",
"uncertainty": 120
},
"departure": {
"time": "1764431000",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 26
},
{
"arrival": {
"time": "1764431113",
"uncertainty": 120
},
"departure": {
"time": "1764431113",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1764431173",
"uncertainty": 120
},
"departure": {
"time": "1764431173",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 28
},
{
"arrival": {
"time": "1764431245",
"uncertainty": 120
},
"departure": {
"time": "1764431245",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764431293",
"uncertainty": 120
},
"departure": {
"time": "1764431293",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764431353",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 31
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327792"
},
"vehicle": {
"id": "1201",
"label": "1201"
}
}
},
{
"id": "21327795",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764432060",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327795"
}
}
},
{
"id": "21327794",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764432060",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764432157",
"uncertainty": 120
},
"departure": {
"time": "1764432157",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764432300",
"uncertainty": 120
},
"departure": {
"time": "1764432300",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 3
},
{
"arrival": {
"time": "1764432383",
"uncertainty": 120
},
"departure": {
"time": "1764432383",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764432480",
"uncertainty": 120
},
"departure": {
"time": "1764432480",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764432575",
"uncertainty": 120
},
"departure": {
"time": "1764432575",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764432660",
"uncertainty": 120
},
"departure": {
"time": "1764432660",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764432779",
"uncertainty": 120
},
"departure": {
"time": "1764432779",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764432874",
"uncertainty": 120
},
"departure": {
"time": "1764432874",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 9
},
{
"arrival": {
"time": "1764432941",
"uncertainty": 120
},
"departure": {
"time": "1764432941",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 10
},
{
"arrival": {
"time": "1764433064",
"uncertainty": 120
},
"departure": {
"time": "1764433064",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764433189",
"uncertainty": 120
},
"departure": {
"time": "1764433189",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764433306",
"uncertainty": 120
},
"departure": {
"time": "1764433306",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764433666",
"uncertainty": 120
},
"departure": {
"time": "1764433666",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 14
},
{
"arrival": {
"time": "1764433786",
"uncertainty": 120
},
"departure": {
"time": "1764433800",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764433869",
"uncertainty": 120
},
"departure": {
"time": "1764433869",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 16
},
{
"arrival": {
"time": "1764433944",
"uncertainty": 120
},
"departure": {
"time": "1764433944",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 17
},
{
"arrival": {
"time": "1764434009",
"uncertainty": 120
},
"departure": {
"time": "1764434009",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 18
},
{
"arrival": {
"time": "1764434121",
"uncertainty": 120
},
"departure": {
"time": "1764434121",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 19
},
{
"arrival": {
"time": "1764434220",
"uncertainty": 120
},
"departure": {
"time": "1764434220",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 20
},
{
"arrival": {
"time": "1764434276",
"uncertainty": 120
},
"departure": {
"time": "1764434276",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 21
},
{
"arrival": {
"time": "1764434352",
"uncertainty": 120
},
"departure": {
"time": "1764434352",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 22
},
{
"arrival": {
"time": "1764434431",
"uncertainty": 120
},
"departure": {
"time": "1764434431",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 23
},
{
"arrival": {
"time": "1764434512",
"uncertainty": 120
},
"departure": {
"time": "1764434512",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 24
},
{
"arrival": {
"time": "1764434597",
"uncertainty": 120
},
"departure": {
"time": "1764434597",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 25
},
{
"arrival": {
"time": "1764434696",
"uncertainty": 120
},
"departure": {
"time": "1764434696",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 26
},
{
"arrival": {
"time": "1764434820",
"uncertainty": 120
},
"departure": {
"time": "1764434820",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1764434880",
"uncertainty": 120
},
"departure": {
"time": "1764434880",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 28
},
{
"arrival": {
"time": "1764434952",
"uncertainty": 120
},
"departure": {
"time": "1764434952",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764435000",
"uncertainty": 120
},
"departure": {
"time": "1764435000",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764435060",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 31
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327794"
}
}
},
{
"id": "21327305",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764433252",
"uncertainty": 120
},
"departure": {
"time": "1764433252",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764432600",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764432824",
"uncertainty": 120
},
"departure": {
"time": "1764432824",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764432978",
"uncertainty": 120
},
"departure": {
"time": "1764432978",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764433080",
"uncertainty": 120
},
"departure": {
"time": "1764433080",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764433163",
"uncertainty": 120
},
"departure": {
"time": "1764433163",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764433236",
"uncertainty": 120
},
"departure": {
"time": "1764433236",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764433320",
"uncertainty": 120
},
"departure": {
"time": "1764433320",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764433368",
"uncertainty": 120
},
"departure": {
"time": "1764433368",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764433341",
"uncertainty": 120
},
"departure": {
"time": "1764433341",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764433417",
"uncertainty": 120
},
"departure": {
"time": "1764433417",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764433542",
"uncertainty": 120
},
"departure": {
"time": "1764433542",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764433621",
"uncertainty": 120
},
"departure": {
"time": "1764433621",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764433684",
"uncertainty": 120
},
"departure": {
"time": "1764433684",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764433746",
"uncertainty": 120
},
"departure": {
"time": "1764433746",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764433848",
"uncertainty": 120
},
"departure": {
"time": "1764433848",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764433909",
"uncertainty": 120
},
"departure": {
"time": "1764433909",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764433981",
"uncertainty": 120
},
"departure": {
"time": "1764433981",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764434043",
"uncertainty": 120
},
"departure": {
"time": "1764434043",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764434121",
"uncertainty": 120
},
"departure": {
"time": "1764434121",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764434212",
"uncertainty": 120
},
"departure": {
"time": "1764434212",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764434341",
"uncertainty": 120
},
"departure": {
"time": "1764434341",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764434419",
"uncertainty": 120
},
"departure": {
"time": "1764434419",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764434523",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327305"
}
}
},
{
"id": "21327304",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764432052",
"uncertainty": 120
},
"departure": {
"time": "1764432052",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764431400",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764431624",
"uncertainty": 120
},
"departure": {
"time": "1764431624",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764431778",
"uncertainty": 120
},
"departure": {
"time": "1764431778",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764431880",
"uncertainty": 120
},
"departure": {
"time": "1764431880",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764431963",
"uncertainty": 120
},
"departure": {
"time": "1764431963",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764432036",
"uncertainty": 120
},
"departure": {
"time": "1764432036",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764432120",
"uncertainty": 120
},
"departure": {
"time": "1764432120",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764432168",
"uncertainty": 120
},
"departure": {
"time": "1764432168",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764432141",
"uncertainty": 120
},
"departure": {
"time": "1764432141",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764432217",
"uncertainty": 120
},
"departure": {
"time": "1764432217",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764432342",
"uncertainty": 120
},
"departure": {
"time": "1764432342",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764432418",
"uncertainty": 120
},
"departure": {
"time": "1764432418",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764432481",
"uncertainty": 120
},
"departure": {
"time": "1764432481",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764432546",
"uncertainty": 120
},
"departure": {
"time": "1764432546",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764432653",
"uncertainty": 120
},
"departure": {
"time": "1764432653",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764432714",
"uncertainty": 120
},
"departure": {
"time": "1764432714",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764432786",
"uncertainty": 120
},
"departure": {
"time": "1764432786",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764432848",
"uncertainty": 120
},
"departure": {
"time": "1764432848",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764432926",
"uncertainty": 120
},
"departure": {
"time": "1764432926",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764433017",
"uncertainty": 120
},
"departure": {
"time": "1764433017",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764433146",
"uncertainty": 120
},
"departure": {
"time": "1764433146",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764433235",
"uncertainty": 120
},
"departure": {
"time": "1764433235",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764433339",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327304"
}
}
},
{
"id": "21327436",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764431573",
"uncertainty": 120
},
"departure": {
"time": "1764431573",
"uncertainty": 120
},
"stopId": "outrsal"
},
{
"arrival": {
"time": "1764431576",
"uncertainty": 120
},
"departure": {
"time": "1764431576",
"uncertainty": 120
},
"stopId": "outrsal3"
},
{
"arrival": {
"time": "1764431626",
"uncertainty": 120
},
"departure": {
"time": "1764431626",
"uncertainty": 120
},
"stopId": "outbert2"
},
{
"arrival": {
"time": "1764431696",
"uncertainty": 120
},
"departure": {
"time": "1764431696",
"uncertainty": 120
},
"stopId": "outhlm2"
},
{
"arrival": {
"time": "1764431786",
"uncertainty": 120
},
"departure": {
"time": "1764431786",
"uncertainty": 120
},
"stopId": "outdes2"
},
{
"arrival": {
"time": "1764431850",
"uncertainty": 120
},
"departure": {
"time": "1764431850",
"uncertainty": 120
},
"stopId": "outedo2"
},
{
"arrival": {
"time": "1764431905",
"uncertainty": 120
},
"departure": {
"time": "1764431905",
"uncertainty": 120
},
"stopId": "outre2"
},
{
"arrival": {
"time": "1764431965",
"uncertainty": 120
},
"departure": {
"time": "1764431965",
"uncertainty": 120
},
"stopId": "outlagr4"
},
{
"arrival": {
"time": "1764431966",
"uncertainty": 120
},
"departure": {
"time": "1764431966",
"uncertainty": 120
},
"stopId": "outlagr"
},
{
"departure": {
"time": "1764430800",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764431040",
"uncertainty": 120
},
"departure": {
"time": "1764431040",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1764431225",
"uncertainty": 120
},
"departure": {
"time": "1764431225",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764431340",
"uncertainty": 120
},
"departure": {
"time": "1764431340",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764431512",
"uncertainty": 120
},
"departure": {
"time": "1764431512",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764431581",
"uncertainty": 120
},
"departure": {
"time": "1764431581",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764431700",
"uncertainty": 120
},
"departure": {
"time": "1764431700",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmazu",
"stopSequence": 7
},
{
"arrival": {
"time": "1764431761",
"uncertainty": 120
},
"departure": {
"time": "1764431761",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outcha2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764431834",
"uncertainty": 120
},
"departure": {
"time": "1764431834",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outver2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764431937",
"uncertainty": 120
},
"departure": {
"time": "1764431937",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outgrim2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764431966",
"uncertainty": 120
},
"departure": {
"time": "1764431966",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 11
},
{
"arrival": {
"time": "1764432004",
"uncertainty": 120
},
"departure": {
"time": "1764432004",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 12
},
{
"arrival": {
"time": "1764432059",
"uncertainty": 120
},
"departure": {
"time": "1764432059",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 13
},
{
"arrival": {
"time": "1764432121",
"uncertainty": 120
},
"departure": {
"time": "1764432121",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 14
},
{
"arrival": {
"time": "1764432171",
"uncertainty": 120
},
"departure": {
"time": "1764432171",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 15
},
{
"arrival": {
"time": "1764432214",
"uncertainty": 120
},
"departure": {
"time": "1764432214",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 16
},
{
"arrival": {
"time": "1764432266",
"uncertainty": 120
},
"departure": {
"time": "1764432266",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764432313",
"uncertainty": 120
},
"departure": {
"time": "1764432313",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 18
},
{
"arrival": {
"time": "1764432330",
"uncertainty": 120
},
"departure": {
"time": "1764432330",
"uncertainty": 120
},
"stopId": "sempast",
"stopSequence": 19
},
{
"arrival": {
"time": "1764432401",
"uncertainty": 120
},
"departure": {
"time": "1764432401",
"uncertainty": 120
},
"stopId": "sempaul",
"stopSequence": 20
},
{
"arrival": {
"time": "1764432546",
"uncertainty": 120
},
"departure": {
"time": "1764432546",
"uncertainty": 120
},
"stopId": "semolym",
"stopSequence": 21
},
{
"arrival": {
"time": "1764432652",
"uncertainty": 120
},
"departure": {
"time": "1764432652",
"uncertainty": 120
},
"stopId": "semelgi",
"stopSequence": 22
},
{
"arrival": {
"time": "1764432723",
"uncertainty": 120
},
"departure": {
"time": "1764432723",
"uncertainty": 120
},
"stopId": "semcalv3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764432771",
"uncertainty": 120
},
"departure": {
"time": "1764432771",
"uncertainty": 120
},
"stopId": "semecol",
"stopSequence": 24
},
{
"arrival": {
"time": "1764432807",
"uncertainty": 120
},
"departure": {
"time": "1764432807",
"uncertainty": 120
},
"stopId": "semecau",
"stopSequence": 25
},
{
"arrival": {
"time": "1764432847",
"uncertainty": 120
},
"departure": {
"time": "1764432847",
"uncertainty": 120
},
"stopId": "semfont",
"stopSequence": 26
},
{
"arrival": {
"time": "1764432910",
"uncertainty": 120
},
"departure": {
"time": "1764432910",
"uncertainty": 120
},
"stopId": "semsau2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764432938",
"uncertainty": 120
},
"departure": {
"time": "1764432938",
"uncertainty": 120
},
"stopId": "semgar",
"stopSequence": 28
},
{
"arrival": {
"time": "1764432987",
"uncertainty": 120
},
"stopId": "semvald2",
"stopSequence": 29
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327436"
}
}
},
{
"id": "21327325",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764433610",
"uncertainty": 120
},
"departure": {
"time": "1764433610",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764433639",
"uncertainty": 120
},
"departure": {
"time": "1764433639",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764433650",
"uncertainty": 120
},
"departure": {
"time": "1764433650",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764433664",
"uncertainty": 120
},
"departure": {
"time": "1764433664",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764433737",
"uncertainty": 120
},
"departure": {
"time": "1764433737",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764432300",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764432578",
"uncertainty": 120
},
"departure": {
"time": "1764432578",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764432680",
"uncertainty": 120
},
"departure": {
"time": "1764432680",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764432770",
"uncertainty": 120
},
"departure": {
"time": "1764432770",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764432900",
"uncertainty": 120
},
"departure": {
"time": "1764432900",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764432959",
"uncertainty": 120
},
"departure": {
"time": "1764432959",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764433054",
"uncertainty": 120
},
"departure": {
"time": "1764433054",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764433165",
"uncertainty": 120
},
"departure": {
"time": "1764433165",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764433258",
"uncertainty": 120
},
"departure": {
"time": "1764433258",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764433320",
"uncertainty": 120
},
"departure": {
"time": "1764433320",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764433431",
"uncertainty": 120
},
"departure": {
"time": "1764433431",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764433520",
"uncertainty": 120
},
"departure": {
"time": "1764433520",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764433604",
"uncertainty": 120
},
"departure": {
"time": "1764433604",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764433689",
"uncertainty": 120
},
"departure": {
"time": "1764433689",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764433740",
"uncertainty": 120
},
"departure": {
"time": "1764433740",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764433810",
"uncertainty": 120
},
"departure": {
"time": "1764433810",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764433744",
"uncertainty": 120
},
"departure": {
"time": "1764433744",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764433845",
"uncertainty": 120
},
"departure": {
"time": "1764433845",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764433971",
"uncertainty": 120
},
"departure": {
"time": "1764433971",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764434074",
"uncertainty": 120
},
"departure": {
"time": "1764434074",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764434154",
"uncertainty": 120
},
"departure": {
"time": "1764434154",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764434268",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327325"
}
}
},
{
"id": "21327324",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764432290",
"uncertainty": 120
},
"departure": {
"time": "1764432290",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764432319",
"uncertainty": 120
},
"departure": {
"time": "1764432319",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764432330",
"uncertainty": 120
},
"departure": {
"time": "1764432330",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764432344",
"uncertainty": 120
},
"departure": {
"time": "1764432344",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764432417",
"uncertainty": 120
},
"departure": {
"time": "1764432417",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764431100",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764431351",
"uncertainty": 120
},
"departure": {
"time": "1764431351",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764431443",
"uncertainty": 120
},
"departure": {
"time": "1764431443",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764431524",
"uncertainty": 120
},
"departure": {
"time": "1764431524",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764431640",
"uncertainty": 120
},
"departure": {
"time": "1764431640",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764431691",
"uncertainty": 120
},
"departure": {
"time": "1764431691",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764431772",
"uncertainty": 120
},
"departure": {
"time": "1764431772",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764431867",
"uncertainty": 120
},
"departure": {
"time": "1764431867",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764431947",
"uncertainty": 120
},
"departure": {
"time": "1764431947",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764432000",
"uncertainty": 120
},
"departure": {
"time": "1764432000",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764432111",
"uncertainty": 120
},
"departure": {
"time": "1764432111",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764432200",
"uncertainty": 120
},
"departure": {
"time": "1764432200",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764432284",
"uncertainty": 120
},
"departure": {
"time": "1764432284",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764432369",
"uncertainty": 120
},
"departure": {
"time": "1764432369",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764432420",
"uncertainty": 120
},
"departure": {
"time": "1764432420",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764432490",
"uncertainty": 120
},
"departure": {
"time": "1764432490",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764432424",
"uncertainty": 120
},
"departure": {
"time": "1764432424",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764432525",
"uncertainty": 120
},
"departure": {
"time": "1764432525",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764432658",
"uncertainty": 120
},
"departure": {
"time": "1764432658",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764432762",
"uncertainty": 120
},
"departure": {
"time": "1764432762",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764432847",
"uncertainty": 120
},
"departure": {
"time": "1764432847",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764432961",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327324"
}
}
},
{
"id": "21327447",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764430612",
"uncertainty": 120
},
"departure": {
"time": "1764430612",
"uncertainty": 120
},
"stopId": "bsmstm2"
},
{
"arrival": {
"time": "1764430687",
"uncertainty": 120
},
"departure": {
"time": "1764430687",
"uncertainty": 120
},
"stopId": "bsmduf2"
},
{
"arrival": {
"time": "1764430727",
"uncertainty": 120
},
"departure": {
"time": "1764430727",
"uncertainty": 120
},
"stopId": "bsmlema"
},
{
"arrival": {
"time": "1764430766",
"uncertainty": 120
},
"departure": {
"time": "1764430766",
"uncertainty": 120
},
"stopId": "smbcal2"
},
{
"arrival": {
"time": "1764430826",
"uncertainty": 120
},
"departure": {
"time": "1764430826",
"uncertainty": 120
},
"stopId": "smbjard2"
},
{
"arrival": {
"time": "1764430876",
"uncertainty": 120
},
"departure": {
"time": "1764430876",
"uncertainty": 120
},
"stopId": "smbjos2"
},
{
"arrival": {
"time": "1764430909",
"uncertainty": 120
},
"departure": {
"time": "1764430909",
"uncertainty": 120
},
"stopId": "bsmmoka2"
},
{
"arrival": {
"time": "1764430984",
"uncertainty": 120
},
"departure": {
"time": "1764430984",
"uncertainty": 120
},
"stopId": "bsmdres2"
},
{
"arrival": {
"time": "1764431045",
"uncertainty": 120
},
"departure": {
"time": "1764431045",
"uncertainty": 120
},
"stopId": "bsmpatr2"
},
{
"arrival": {
"time": "1764431103",
"uncertainty": 120
},
"departure": {
"time": "1764431103",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764431136",
"uncertainty": 120
},
"departure": {
"time": "1764431136",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764431146",
"uncertainty": 120
},
"departure": {
"time": "1764431146",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764431221",
"uncertainty": 120
},
"departure": {
"time": "1764431221",
"uncertainty": 120
},
"stopId": "bsmduga2"
},
{
"departure": {
"time": "1764430200",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764430365",
"uncertainty": 120
},
"departure": {
"time": "1764430365",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764430452",
"uncertainty": 120
},
"departure": {
"time": "1764430452",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 3
},
{
"arrival": {
"time": "1764430539",
"uncertainty": 120
},
"departure": {
"time": "1764430539",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764430611",
"uncertainty": 120
},
"departure": {
"time": "1764430611",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764430707",
"uncertainty": 120
},
"departure": {
"time": "1764430707",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmduf3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764430800",
"uncertainty": 120
},
"departure": {
"time": "1764430800",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmbeau",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430864",
"uncertainty": 120
},
"departure": {
"time": "1764430864",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmnorm2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430923",
"uncertainty": 120
},
"departure": {
"time": "1764430923",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmcalm2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764430976",
"uncertainty": 120
},
"departure": {
"time": "1764430976",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmduga2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764431251",
"uncertainty": 120
},
"departure": {
"time": "1764431251",
"uncertainty": 120
},
"stopId": "bsmflot2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764431285",
"uncertainty": 120
},
"departure": {
"time": "1764431285",
"uncertainty": 120
},
"stopId": "bsmbaro",
"stopSequence": 12
},
{
"arrival": {
"time": "1764431395",
"uncertainty": 120
},
"departure": {
"time": "1764431395",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764431523",
"uncertainty": 120
},
"departure": {
"time": "1764431523",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764431623",
"uncertainty": 120
},
"departure": {
"time": "1764431623",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764431705",
"uncertainty": 120
},
"departure": {
"time": "1764431705",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 16
},
{
"arrival": {
"time": "1764431807",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 17
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327447"
}
}
},
{
"id": "21327453",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764431700",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327453"
}
}
},
{
"id": "21327448",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764432300",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327448"
}
}
},
{
"id": "21323867",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764432000",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323867"
}
}
},
{
"id": "21323876",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764429663",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764429738",
"uncertainty": 120
},
"departure": {
"time": "1764429738",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 2
},
{
"arrival": {
"time": "1764429771",
"uncertainty": 120
},
"departure": {
"time": "1764429771",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 3
},
{
"arrival": {
"time": "1764429840",
"uncertainty": 120
},
"departure": {
"time": "1764429840",
"uncertainty": 120
},
"stopId": "bsmneu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764429890",
"uncertainty": 120
},
"departure": {
"time": "1764429890",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764429932",
"uncertainty": 120
},
"departure": {
"time": "1764429932",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764429998",
"uncertainty": 120
},
"departure": {
"time": "1764429998",
"uncertainty": 120
},
"stopId": "bsmpalb2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430057",
"uncertainty": 120
},
"departure": {
"time": "1764430057",
"uncertainty": 120
},
"stopId": "bsmeco",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430075",
"uncertainty": 120
},
"departure": {
"time": "1764430075",
"uncertainty": 120
},
"stopId": "bsmnico",
"stopSequence": 9
},
{
"arrival": {
"time": "1764430201",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 10
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323876"
},
"vehicle": {
"id": "618",
"label": "618"
}
}
},
{
"id": "21323873",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764433200",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323873"
}
}
},
{
"id": "21327464",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764429092",
"uncertainty": 120
},
"stopId": "isqvill2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764429172",
"uncertainty": 120
},
"departure": {
"time": "1764429212",
"uncertainty": 120
},
"stopId": "isqcast2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764429282",
"uncertainty": 120
},
"departure": {
"time": "1764429302",
"uncertainty": 120
},
"stopId": "isqmair2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764429384",
"uncertainty": 120
},
"departure": {
"time": "1764429392",
"uncertainty": 120
},
"stopId": "isqhame2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764429470",
"uncertainty": 120
},
"departure": {
"time": "1764429470",
"uncertainty": 120
},
"stopId": "isqresi2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764429525",
"uncertainty": 120
},
"departure": {
"time": "1764429525",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 6
},
{
"arrival": {
"time": "1764429550",
"uncertainty": 120
},
"departure": {
"time": "1764429550",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 7
},
{
"arrival": {
"time": "1764429594",
"uncertainty": 120
},
"departure": {
"time": "1764429602",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764429669",
"uncertainty": 120
},
"departure": {
"time": "1764429669",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764429718",
"uncertainty": 120
},
"departure": {
"time": "1764429718",
"uncertainty": 120
},
"stopId": "leober1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764429800",
"uncertainty": 120
},
"departure": {
"time": "1764429800",
"uncertainty": 120
},
"stopId": "leovall",
"stopSequence": 11
},
{
"arrival": {
"time": "1764429889",
"uncertainty": 120
},
"departure": {
"time": "1764429889",
"uncertainty": 120
},
"stopId": "leorec2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764430008",
"uncertainty": 120
},
"departure": {
"time": "1764430008",
"uncertainty": 120
},
"stopId": "leobel2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764430043",
"uncertainty": 120
},
"departure": {
"time": "1764430043",
"uncertainty": 120
},
"stopId": "leocite2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764430098",
"uncertainty": 120
},
"departure": {
"time": "1764430098",
"uncertainty": 120
},
"stopId": "leobeau2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764430219",
"uncertainty": 120
},
"departure": {
"time": "1764430219",
"uncertainty": 120
},
"stopId": "leopet2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764430375",
"uncertainty": 120
},
"departure": {
"time": "1764430375",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764430457",
"uncertainty": 120
},
"departure": {
"time": "1764430457",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 18
},
{
"arrival": {
"time": "1764430523",
"uncertainty": 120
},
"departure": {
"time": "1764430523",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764430568",
"uncertainty": 120
},
"departure": {
"time": "1764430568",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764430608",
"uncertainty": 120
},
"departure": {
"time": "1764430608",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 21
},
{
"arrival": {
"time": "1764430722",
"uncertainty": 120
},
"departure": {
"time": "1764430722",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764430818",
"uncertainty": 120
},
"departure": {
"time": "1764430818",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 23
},
{
"arrival": {
"time": "1764430910",
"uncertainty": 120
},
"stopId": "bsmcca4r",
"stopSequence": 24
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327464"
},
"vehicle": {
"id": "189",
"label": "189"
}
}
},
{
"id": "21323883",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764430800",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323883"
}
}
},
{
"id": "21327381",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764431656",
"uncertainty": 120
},
"departure": {
"time": "1764431656",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1764431691",
"uncertainty": 120
},
"departure": {
"time": "1764431691",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764431769",
"uncertainty": 120
},
"departure": {
"time": "1764431769",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764429900",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764429942",
"uncertainty": 120
},
"departure": {
"time": "1764429942",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764430027",
"uncertainty": 120
},
"departure": {
"time": "1764430027",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764430083",
"uncertainty": 120
},
"departure": {
"time": "1764430083",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1764430149",
"uncertainty": 120
},
"departure": {
"time": "1764430149",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764430248",
"uncertainty": 120
},
"departure": {
"time": "1764430248",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764430382",
"uncertainty": 120
},
"departure": {
"time": "1764430382",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430503",
"uncertainty": 120
},
"departure": {
"time": "1764430503",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430579",
"uncertainty": 120
},
"departure": {
"time": "1764430579",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764430622",
"uncertainty": 120
},
"departure": {
"time": "1764430622",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764430684",
"uncertainty": 120
},
"departure": {
"time": "1764430684",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764430751",
"uncertainty": 120
},
"departure": {
"time": "1764430751",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1764430878",
"uncertainty": 120
},
"departure": {
"time": "1764430878",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764430933",
"uncertainty": 120
},
"departure": {
"time": "1764430933",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764430986",
"uncertainty": 120
},
"departure": {
"time": "1764430986",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1764431022",
"uncertainty": 120
},
"departure": {
"time": "1764431022",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764431157",
"uncertainty": 120
},
"departure": {
"time": "1764431157",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764431252",
"uncertainty": 120
},
"departure": {
"time": "1764431252",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764431357",
"uncertainty": 120
},
"departure": {
"time": "1764431357",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764431432",
"uncertainty": 120
},
"departure": {
"time": "1764431432",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764431540",
"uncertainty": 120
},
"departure": {
"time": "1764431540",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764431656",
"uncertainty": 120
},
"departure": {
"time": "1764431656",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764431948",
"uncertainty": 120
},
"departure": {
"time": "1764431948",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764432000",
"uncertainty": 120
},
"departure": {
"time": "1764432000",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764432070",
"uncertainty": 120
},
"departure": {
"time": "1764432070",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764431769",
"uncertainty": 120
},
"departure": {
"time": "1764431769",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764431870",
"uncertainty": 120
},
"departure": {
"time": "1764431870",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764432007",
"uncertainty": 120
},
"departure": {
"time": "1764432007",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764432114",
"uncertainty": 120
},
"departure": {
"time": "1764432114",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1764432190",
"uncertainty": 120
},
"departure": {
"time": "1764432190",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1764432314",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327381"
}
}
},
{
"id": "21327380",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764429455",
"uncertainty": 120
},
"departure": {
"time": "1764429464",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1764429501",
"uncertainty": 120
},
"departure": {
"time": "1764429524",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764429602",
"uncertainty": 120
},
"departure": {
"time": "1764429602",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764427682",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764427722",
"uncertainty": 120
},
"departure": {
"time": "1764427722",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764427789",
"uncertainty": 120
},
"departure": {
"time": "1764427789",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764427831",
"uncertainty": 120
},
"departure": {
"time": "1764427831",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1764427908",
"uncertainty": 120
},
"departure": {
"time": "1764427908",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764427986",
"uncertainty": 120
},
"departure": {
"time": "1764427986",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764428114",
"uncertainty": 120
},
"departure": {
"time": "1764428114",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1764428205",
"uncertainty": 120
},
"departure": {
"time": "1764428205",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764428305",
"uncertainty": 120
},
"departure": {
"time": "1764428402",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764428463",
"uncertainty": 120
},
"departure": {
"time": "1764428463",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764428523",
"uncertainty": 120
},
"departure": {
"time": "1764428523",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764428586",
"uncertainty": 120
},
"departure": {
"time": "1764428586",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1764428690",
"uncertainty": 120
},
"departure": {
"time": "1764428690",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764428723",
"uncertainty": 120
},
"departure": {
"time": "1764428723",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764428790",
"uncertainty": 120
},
"departure": {
"time": "1764428790",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1764428821",
"uncertainty": 120
},
"departure": {
"time": "1764428825",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764428885",
"uncertainty": 120
},
"departure": {
"time": "1764428885",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764429000",
"uncertainty": 120
},
"departure": {
"time": "1764429005",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764429095",
"uncertainty": 120
},
"departure": {
"time": "1764429185",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764429245",
"uncertainty": 120
},
"departure": {
"time": "1764429245",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764429335",
"uncertainty": 120
},
"departure": {
"time": "1764429365",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764429450",
"uncertainty": 120
},
"departure": {
"time": "1764429455",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764429548",
"uncertainty": 120
},
"departure": {
"time": "1764429548",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764429600",
"uncertainty": 120
},
"departure": {
"time": "1764429600",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764429670",
"uncertainty": 120
},
"departure": {
"time": "1764429670",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764429610",
"uncertainty": 120
},
"departure": {
"time": "1764429610",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764429670",
"uncertainty": 120
},
"departure": {
"time": "1764429670",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764429810",
"uncertainty": 120
},
"departure": {
"time": "1764429810",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764429876",
"uncertainty": 120
},
"departure": {
"time": "1764429876",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1764429933",
"uncertainty": 120
},
"departure": {
"time": "1764429933",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1764430057",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327380"
},
"vehicle": {
"id": "513",
"label": "513"
}
}
},
{
"id": "21327382",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764434564",
"uncertainty": 120
},
"departure": {
"time": "1764434564",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1764434599",
"uncertainty": 120
},
"departure": {
"time": "1764434599",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764434677",
"uncertainty": 120
},
"departure": {
"time": "1764434677",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764432300",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764432383",
"uncertainty": 120
},
"departure": {
"time": "1764432383",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764432480",
"uncertainty": 120
},
"departure": {
"time": "1764432480",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764432575",
"uncertainty": 120
},
"departure": {
"time": "1764432575",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1764432660",
"uncertainty": 120
},
"departure": {
"time": "1764432660",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764432779",
"uncertainty": 120
},
"departure": {
"time": "1764432779",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764433011",
"uncertainty": 120
},
"departure": {
"time": "1764433011",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1764433143",
"uncertainty": 120
},
"departure": {
"time": "1764433143",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764433226",
"uncertainty": 120
},
"departure": {
"time": "1764433226",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764433313",
"uncertainty": 120
},
"departure": {
"time": "1764433313",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764433380",
"uncertainty": 120
},
"departure": {
"time": "1764433380",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764433446",
"uncertainty": 120
},
"departure": {
"time": "1764433446",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1764433571",
"uncertainty": 120
},
"departure": {
"time": "1764433571",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764433626",
"uncertainty": 120
},
"departure": {
"time": "1764433626",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764433679",
"uncertainty": 120
},
"departure": {
"time": "1764433679",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1764433740",
"uncertainty": 120
},
"departure": {
"time": "1764433740",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764433994",
"uncertainty": 120
},
"departure": {
"time": "1764433994",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764434160",
"uncertainty": 120
},
"departure": {
"time": "1764434160",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764434265",
"uncertainty": 120
},
"departure": {
"time": "1764434265",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764434340",
"uncertainty": 120
},
"departure": {
"time": "1764434340",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764434448",
"uncertainty": 120
},
"departure": {
"time": "1764434448",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764434564",
"uncertainty": 120
},
"departure": {
"time": "1764434564",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764434588",
"uncertainty": 120
},
"departure": {
"time": "1764434588",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764434640",
"uncertainty": 120
},
"departure": {
"time": "1764434640",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764434710",
"uncertainty": 120
},
"departure": {
"time": "1764434710",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764434677",
"uncertainty": 120
},
"departure": {
"time": "1764434677",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764434778",
"uncertainty": 120
},
"departure": {
"time": "1764434778",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764434923",
"uncertainty": 120
},
"departure": {
"time": "1764434923",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764435036",
"uncertainty": 120
},
"departure": {
"time": "1764435036",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1764435123",
"uncertainty": 120
},
"departure": {
"time": "1764435123",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1764435247",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327382"
}
}
},
{
"id": "21327215",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764430200",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1764430517",
"uncertainty": 120
},
"departure": {
"time": "1764430517",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764430580",
"uncertainty": 120
},
"departure": {
"time": "1764430580",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764430621",
"uncertainty": 120
},
"departure": {
"time": "1764430621",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764430687",
"uncertainty": 120
},
"departure": {
"time": "1764430687",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764430748",
"uncertainty": 120
},
"departure": {
"time": "1764430748",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764430842",
"uncertainty": 120
},
"departure": {
"time": "1764430842",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430927",
"uncertainty": 120
},
"departure": {
"time": "1764430927",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430980",
"uncertainty": 120
},
"departure": {
"time": "1764430980",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 9
},
{
"arrival": {
"time": "1764431054",
"uncertainty": 120
},
"departure": {
"time": "1764431054",
"uncertainty": 120
},
"stopId": "smbmont",
"stopSequence": 10
},
{
"arrival": {
"time": "1764431229",
"uncertainty": 120
},
"departure": {
"time": "1764431229",
"uncertainty": 120
},
"stopId": "smbheli2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764431805",
"uncertainty": 120
},
"departure": {
"time": "1764431805",
"uncertainty": 120
},
"stopId": "smboues",
"stopSequence": 12
},
{
"arrival": {
"time": "1764431897",
"uncertainty": 120
},
"departure": {
"time": "1764431897",
"uncertainty": 120
},
"stopId": "smbest",
"stopSequence": 13
},
{
"arrival": {
"time": "1764431961",
"uncertainty": 120
},
"departure": {
"time": "1764431961",
"uncertainty": 120
},
"stopId": "smbbadh",
"stopSequence": 14
},
{
"arrival": {
"time": "1764432016",
"uncertainty": 120
},
"departure": {
"time": "1764432016",
"uncertainty": 120
},
"stopId": "lacpell",
"stopSequence": 15
},
{
"arrival": {
"time": "1764432061",
"uncertainty": 120
},
"departure": {
"time": "1764432061",
"uncertainty": 120
},
"stopId": "lacpern",
"stopSequence": 16
},
{
"arrival": {
"time": "1764432160",
"uncertainty": 120
},
"departure": {
"time": "1764432160",
"uncertainty": 120
},
"stopId": "lacgara",
"stopSequence": 17
},
{
"arrival": {
"time": "1764432198",
"uncertainty": 120
},
"departure": {
"time": "1764432198",
"uncertainty": 120
},
"stopId": "lacegli",
"stopSequence": 18
},
{
"arrival": {
"time": "1764432252",
"uncertainty": 120
},
"stopId": "lacchai",
"stopSequence": 19
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327215"
}
}
},
{
"id": "21327404",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764430800",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327404"
}
}
},
{
"id": "21327403",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764431700",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327403"
}
}
},
{
"id": "21327216",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764433200",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327216"
}
}
},
{
"id": "21327413",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764427655",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764427857",
"uncertainty": 120
},
"departure": {
"time": "1764427865",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764427955",
"uncertainty": 120
},
"departure": {
"time": "1764427955",
"uncertainty": 120
},
"stopId": "bsmpalb",
"stopSequence": 3
},
{
"arrival": {
"time": "1764427985",
"uncertainty": 120
},
"departure": {
"time": "1764427985",
"uncertainty": 120
},
"stopId": "bsmedou",
"stopSequence": 4
},
{
"arrival": {
"time": "1764428038",
"uncertainty": 120
},
"departure": {
"time": "1764428038",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 5
},
{
"arrival": {
"time": "1764428075",
"uncertainty": 120
},
"departure": {
"time": "1764428075",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 6
},
{
"arrival": {
"time": "1764428131",
"uncertainty": 120
},
"departure": {
"time": "1764428135",
"uncertainty": 120
},
"stopId": "bsmest",
"stopSequence": 7
},
{
"arrival": {
"time": "1764428183",
"uncertainty": 120
},
"departure": {
"time": "1764428183",
"uncertainty": 120
},
"stopId": "bsmvatre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764428218",
"uncertainty": 120
},
"departure": {
"time": "1764428225",
"uncertainty": 120
},
"stopId": "bsmcenl",
"stopSequence": 9
},
{
"arrival": {
"time": "1764428299",
"uncertainty": 120
},
"departure": {
"time": "1764428299",
"uncertainty": 120
},
"stopId": "bsmbran3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764428398",
"uncertainty": 120
},
"departure": {
"time": "1764428405",
"uncertainty": 120
},
"stopId": "smbgide",
"stopSequence": 11
},
{
"arrival": {
"time": "1764428493",
"uncertainty": 120
},
"departure": {
"time": "1764428495",
"uncertainty": 120
},
"stopId": "smbfbou",
"stopSequence": 12
},
{
"arrival": {
"time": "1764428555",
"uncertainty": 120
},
"departure": {
"time": "1764428556",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 13
},
{
"arrival": {
"time": "1764428637",
"uncertainty": 120
},
"departure": {
"time": "1764428705",
"uncertainty": 120
},
"stopId": "bsmval",
"stopSequence": 14
},
{
"arrival": {
"time": "1764428795",
"uncertainty": 120
},
"departure": {
"time": "1764428825",
"uncertainty": 120
},
"stopId": "bsmfem1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764428975",
"uncertainty": 120
},
"departure": {
"time": "1764429335",
"uncertainty": 120
},
"stopId": "bsmmarc",
"stopSequence": 16
},
{
"arrival": {
"time": "1764429376",
"uncertainty": 120
},
"departure": {
"time": "1764429395",
"uncertainty": 120
},
"stopId": "bsmbell",
"stopSequence": 17
},
{
"arrival": {
"time": "1764429435",
"uncertainty": 120
},
"departure": {
"time": "1764429435",
"uncertainty": 120
},
"stopId": "bsmdocq",
"stopSequence": 18
},
{
"arrival": {
"time": "1764429482",
"uncertainty": 120
},
"departure": {
"time": "1764429485",
"uncertainty": 120
},
"stopId": "bsmpane",
"stopSequence": 19
},
{
"arrival": {
"time": "1764429586",
"uncertainty": 120
},
"departure": {
"time": "1764429586",
"uncertainty": 120
},
"stopId": "bsmqueh2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764429635",
"uncertainty": 120
},
"departure": {
"time": "1764429635",
"uncertainty": 120
},
"stopId": "bsmmont",
"stopSequence": 21
},
{
"arrival": {
"time": "1764429707",
"uncertainty": 120
},
"departure": {
"time": "1764429726",
"uncertainty": 120
},
"stopId": "bsmampe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764429802",
"uncertainty": 120
},
"departure": {
"time": "1764429802",
"uncertainty": 120
},
"stopId": "bsmhfa",
"stopSequence": 23
},
{
"arrival": {
"time": "1764429872",
"uncertainty": 120
},
"departure": {
"time": "1764429872",
"uncertainty": 120
},
"stopId": "bsmcase",
"stopSequence": 24
},
{
"arrival": {
"time": "1764430011",
"uncertainty": 120
},
"departure": {
"time": "1764430011",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 25
},
{
"arrival": {
"time": "1764430113",
"uncertainty": 120
},
"departure": {
"time": "1764430113",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 26
},
{
"arrival": {
"time": "1764430306",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 27
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327413"
},
"vehicle": {
"id": "216",
"label": "216"
}
}
},
{
"id": "21327219",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764432900",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327219"
}
}
},
{
"id": "21327323",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764430861",
"uncertainty": 120
},
"departure": {
"time": "1764430861",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764430890",
"uncertainty": 120
},
"departure": {
"time": "1764430890",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764430901",
"uncertainty": 120
},
"departure": {
"time": "1764430901",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764430915",
"uncertainty": 120
},
"departure": {
"time": "1764430915",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764430988",
"uncertainty": 120
},
"departure": {
"time": "1764430988",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764429749",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764430126",
"uncertainty": 120
},
"departure": {
"time": "1764430126",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764430184",
"uncertainty": 120
},
"departure": {
"time": "1764430184",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764430218",
"uncertainty": 120
},
"departure": {
"time": "1764430218",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764430275",
"uncertainty": 120
},
"departure": {
"time": "1764430275",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764430332",
"uncertainty": 120
},
"departure": {
"time": "1764430332",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764430366",
"uncertainty": 120
},
"departure": {
"time": "1764430366",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430421",
"uncertainty": 120
},
"departure": {
"time": "1764430421",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430477",
"uncertainty": 120
},
"departure": {
"time": "1764430477",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764430571",
"uncertainty": 120
},
"departure": {
"time": "1764430571",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764430682",
"uncertainty": 120
},
"departure": {
"time": "1764430682",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764430771",
"uncertainty": 120
},
"departure": {
"time": "1764430771",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764430855",
"uncertainty": 120
},
"departure": {
"time": "1764430855",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764431169",
"uncertainty": 120
},
"departure": {
"time": "1764431169",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764431220",
"uncertainty": 120
},
"departure": {
"time": "1764431220",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764431290",
"uncertainty": 120
},
"departure": {
"time": "1764431290",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764430995",
"uncertainty": 120
},
"departure": {
"time": "1764430995",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764431061",
"uncertainty": 120
},
"departure": {
"time": "1764431061",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764431195",
"uncertainty": 120
},
"departure": {
"time": "1764431195",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764431300",
"uncertainty": 120
},
"departure": {
"time": "1764431300",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764431385",
"uncertainty": 120
},
"departure": {
"time": "1764431385",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764431499",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327323"
},
"vehicle": {
"id": "193",
"label": "193"
}
}
},
{
"id": "21327322",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764429881",
"uncertainty": 120
},
"departure": {
"time": "1764429881",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764429910",
"uncertainty": 120
},
"departure": {
"time": "1764429910",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764429921",
"uncertainty": 120
},
"departure": {
"time": "1764429921",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764429935",
"uncertainty": 120
},
"departure": {
"time": "1764429935",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764430008",
"uncertainty": 120
},
"departure": {
"time": "1764430008",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764428792",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764429015",
"uncertainty": 120
},
"departure": {
"time": "1764429061",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764429115",
"uncertainty": 120
},
"departure": {
"time": "1764429115",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764429143",
"uncertainty": 120
},
"departure": {
"time": "1764429143",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764429193",
"uncertainty": 120
},
"departure": {
"time": "1764429302",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764429360",
"uncertainty": 120
},
"departure": {
"time": "1764429360",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764429388",
"uncertainty": 120
},
"departure": {
"time": "1764429422",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764429472",
"uncertainty": 120
},
"departure": {
"time": "1764429482",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764429535",
"uncertainty": 120
},
"departure": {
"time": "1764429572",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764429671",
"uncertainty": 120
},
"departure": {
"time": "1764429671",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764429722",
"uncertainty": 120
},
"departure": {
"time": "1764429722",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764429800",
"uncertainty": 120
},
"departure": {
"time": "1764429800",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429875",
"uncertainty": 120
},
"departure": {
"time": "1764429875",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429969",
"uncertainty": 120
},
"departure": {
"time": "1764429969",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764430020",
"uncertainty": 120
},
"departure": {
"time": "1764430020",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764430090",
"uncertainty": 120
},
"departure": {
"time": "1764430090",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764430015",
"uncertainty": 120
},
"departure": {
"time": "1764430015",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764430079",
"uncertainty": 120
},
"departure": {
"time": "1764430079",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764430201",
"uncertainty": 120
},
"departure": {
"time": "1764430201",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764430267",
"uncertainty": 120
},
"departure": {
"time": "1764430267",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764430327",
"uncertainty": 120
},
"departure": {
"time": "1764430327",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764430411",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327322"
},
"vehicle": {
"id": "196",
"label": "196"
}
}
},
{
"id": "21327418",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764428741",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764428861",
"uncertainty": 120
},
"departure": {
"time": "1764428861",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764428921",
"uncertainty": 120
},
"departure": {
"time": "1764428951",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 3
},
{
"arrival": {
"time": "1764429032",
"uncertainty": 120
},
"departure": {
"time": "1764429032",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 4
},
{
"arrival": {
"time": "1764429063",
"uncertainty": 120
},
"departure": {
"time": "1764429063",
"uncertainty": 120
},
"stopId": "bsmres1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764429094",
"uncertainty": 120
},
"departure": {
"time": "1764429101",
"uncertainty": 120
},
"stopId": "bsmdamr",
"stopSequence": 6
},
{
"arrival": {
"time": "1764429182",
"uncertainty": 120
},
"departure": {
"time": "1764429191",
"uncertainty": 120
},
"stopId": "bsmblum3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764429281",
"uncertainty": 120
},
"departure": {
"time": "1764429281",
"uncertainty": 120
},
"stopId": "bsmseli",
"stopSequence": 8
},
{
"arrival": {
"time": "1764429311",
"uncertainty": 120
},
"departure": {
"time": "1764429311",
"uncertainty": 120
},
"stopId": "outcrow",
"stopSequence": 9
},
{
"arrival": {
"time": "1764429466",
"uncertainty": 120
},
"departure": {
"time": "1764429521",
"uncertainty": 120
},
"stopId": "outre1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764429827",
"uncertainty": 120
},
"departure": {
"time": "1764429827",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764430027",
"uncertainty": 120
},
"departure": {
"time": "1764430027",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764430143",
"uncertainty": 120
},
"departure": {
"time": "1764430143",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 13
},
{
"arrival": {
"time": "1764430201",
"uncertainty": 120
},
"departure": {
"time": "1764430201",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 14
},
{
"arrival": {
"time": "1764430239",
"uncertainty": 120
},
"departure": {
"time": "1764430239",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 15
},
{
"arrival": {
"time": "1764430272",
"uncertainty": 120
},
"departure": {
"time": "1764430272",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 16
},
{
"arrival": {
"time": "1764430305",
"uncertainty": 120
},
"departure": {
"time": "1764430305",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764430363",
"uncertainty": 120
},
"departure": {
"time": "1764430363",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764430410",
"uncertainty": 120
},
"departure": {
"time": "1764430410",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764430502",
"uncertainty": 120
},
"departure": {
"time": "1764430502",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 20
},
{
"arrival": {
"time": "1764430569",
"uncertainty": 120
},
"departure": {
"time": "1764430569",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764430614",
"uncertainty": 120
},
"departure": {
"time": "1764430614",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764430654",
"uncertainty": 120
},
"departure": {
"time": "1764430654",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764430768",
"uncertainty": 120
},
"departure": {
"time": "1764430768",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764430864",
"uncertainty": 120
},
"departure": {
"time": "1764430864",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 25
},
{
"arrival": {
"time": "1764430970",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 26
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327418"
},
"vehicle": {
"id": "179",
"label": "179"
}
}
},
{
"id": "21327493",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764428574",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764428754",
"uncertainty": 120
},
"departure": {
"time": "1764428784",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764428850",
"uncertainty": 120
},
"departure": {
"time": "1764428850",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764428995",
"uncertainty": 120
},
"departure": {
"time": "1764428995",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764429055",
"uncertainty": 120
},
"departure": {
"time": "1764429055",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1764429249",
"uncertainty": 120
},
"departure": {
"time": "1764429295",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1764429355",
"uncertainty": 120
},
"departure": {
"time": "1764429355",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764429436",
"uncertainty": 120
},
"departure": {
"time": "1764429436",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1764429481",
"uncertainty": 120
},
"departure": {
"time": "1764429481",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1764429514",
"uncertainty": 120
},
"departure": {
"time": "1764429514",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764429595",
"uncertainty": 120
},
"departure": {
"time": "1764429595",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764429654",
"uncertainty": 120
},
"departure": {
"time": "1764429655",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429745",
"uncertainty": 120
},
"departure": {
"time": "1764429745",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429775",
"uncertainty": 120
},
"departure": {
"time": "1764429775",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764429859",
"uncertainty": 120
},
"departure": {
"time": "1764429859",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764429913",
"uncertainty": 120
},
"departure": {
"time": "1764429913",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1764430005",
"uncertainty": 120
},
"departure": {
"time": "1764430005",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1764430088",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327493"
},
"vehicle": {
"id": "332",
"label": "332"
}
}
},
{
"id": "21327494",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764430800",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327494"
}
}
},
{
"id": "21327496",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764431100",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327496"
}
}
},
{
"id": "21327347",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764431754",
"uncertainty": 120
},
"departure": {
"time": "1764431754",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764431785",
"uncertainty": 120
},
"departure": {
"time": "1764431785",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1764431100",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1764431328",
"uncertainty": 120
},
"departure": {
"time": "1764431328",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764431480",
"uncertainty": 120
},
"departure": {
"time": "1764431480",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764431580",
"uncertainty": 120
},
"departure": {
"time": "1764431580",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764431663",
"uncertainty": 120
},
"departure": {
"time": "1764431663",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764431736",
"uncertainty": 120
},
"departure": {
"time": "1764431736",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764431820",
"uncertainty": 120
},
"departure": {
"time": "1764431820",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764431865",
"uncertainty": 120
},
"departure": {
"time": "1764431865",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764431788",
"uncertainty": 120
},
"departure": {
"time": "1764431788",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1764431884",
"uncertainty": 120
},
"departure": {
"time": "1764431884",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1764432023",
"uncertainty": 120
},
"departure": {
"time": "1764432023",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1764432130",
"uncertainty": 120
},
"departure": {
"time": "1764432130",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1764432204",
"uncertainty": 120
},
"departure": {
"time": "1764432204",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1764432271",
"uncertainty": 120
},
"departure": {
"time": "1764432271",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1764432379",
"uncertainty": 120
},
"departure": {
"time": "1764432379",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764432465",
"uncertainty": 120
},
"departure": {
"time": "1764432465",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764432554",
"uncertainty": 120
},
"departure": {
"time": "1764432554",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764432613",
"uncertainty": 120
},
"departure": {
"time": "1764432613",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764432724",
"uncertainty": 120
},
"departure": {
"time": "1764432724",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764432800",
"uncertainty": 120
},
"departure": {
"time": "1764432800",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764432893",
"uncertainty": 120
},
"departure": {
"time": "1764432893",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764432943",
"uncertainty": 120
},
"departure": {
"time": "1764432943",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1764433022",
"uncertainty": 120
},
"departure": {
"time": "1764433022",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1764433103",
"uncertainty": 120
},
"departure": {
"time": "1764433103",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764433198",
"uncertainty": 120
},
"departure": {
"time": "1764433198",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1764433283",
"uncertainty": 120
},
"departure": {
"time": "1764433283",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764433369",
"uncertainty": 120
},
"departure": {
"time": "1764433369",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1764433530",
"uncertainty": 120
},
"departure": {
"time": "1764433530",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1764433636",
"uncertainty": 120
},
"departure": {
"time": "1764433636",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1764433708",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327347"
}
}
},
{
"id": "21327346",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764429033",
"uncertainty": 120
},
"departure": {
"time": "1764429033",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764429063",
"uncertainty": 120
},
"departure": {
"time": "1764429063",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1764428520",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1764428668",
"uncertainty": 120
},
"departure": {
"time": "1764428668",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764428771",
"uncertainty": 120
},
"departure": {
"time": "1764428790",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764428846",
"uncertainty": 120
},
"departure": {
"time": "1764428880",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764428948",
"uncertainty": 120
},
"departure": {
"time": "1764428948",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764428976",
"uncertainty": 120
},
"departure": {
"time": "1764428976",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764429060",
"uncertainty": 120
},
"departure": {
"time": "1764429060",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764429096",
"uncertainty": 120
},
"departure": {
"time": "1764429096",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764429065",
"uncertainty": 120
},
"departure": {
"time": "1764429068",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1764429128",
"uncertainty": 120
},
"departure": {
"time": "1764429278",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1764429367",
"uncertainty": 120
},
"departure": {
"time": "1764429398",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1764429479",
"uncertainty": 120
},
"departure": {
"time": "1764429479",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429518",
"uncertainty": 120
},
"departure": {
"time": "1764429608",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429657",
"uncertainty": 120
},
"departure": {
"time": "1764429657",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1764429688",
"uncertainty": 120
},
"departure": {
"time": "1764429688",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764429773",
"uncertainty": 120
},
"departure": {
"time": "1764429773",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764429862",
"uncertainty": 120
},
"departure": {
"time": "1764429862",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764429921",
"uncertainty": 120
},
"departure": {
"time": "1764429921",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764429998",
"uncertainty": 120
},
"departure": {
"time": "1764429998",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764430054",
"uncertainty": 120
},
"departure": {
"time": "1764430054",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764430164",
"uncertainty": 120
},
"departure": {
"time": "1764430164",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764430224",
"uncertainty": 120
},
"departure": {
"time": "1764430224",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1764430317",
"uncertainty": 120
},
"departure": {
"time": "1764430317",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1764430414",
"uncertainty": 120
},
"departure": {
"time": "1764430414",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764430509",
"uncertainty": 120
},
"departure": {
"time": "1764430509",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1764430591",
"uncertainty": 120
},
"departure": {
"time": "1764430591",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764430680",
"uncertainty": 120
},
"departure": {
"time": "1764430680",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1764430802",
"uncertainty": 120
},
"departure": {
"time": "1764430802",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1764430874",
"uncertainty": 120
},
"departure": {
"time": "1764430874",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1764430924",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327346"
},
"vehicle": {
"id": "195",
"label": "195"
}
}
},
{
"id": "21327237",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764428126",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1764428177",
"uncertainty": 120
},
"departure": {
"time": "1764428276",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764428334",
"uncertainty": 120
},
"departure": {
"time": "1764428334",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764428344",
"uncertainty": 120
},
"departure": {
"time": "1764428344",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764428410",
"uncertainty": 120
},
"departure": {
"time": "1764428426",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764428475",
"uncertainty": 120
},
"departure": {
"time": "1764428475",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764428525",
"uncertainty": 120
},
"departure": {
"time": "1764428546",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1764428636",
"uncertainty": 120
},
"departure": {
"time": "1764428636",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1764428696",
"uncertainty": 120
},
"departure": {
"time": "1764428696",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764428756",
"uncertainty": 120
},
"departure": {
"time": "1764428846",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764428925",
"uncertainty": 120
},
"departure": {
"time": "1764428925",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764428963",
"uncertainty": 120
},
"departure": {
"time": "1764428963",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429026",
"uncertainty": 120
},
"departure": {
"time": "1764429056",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429203",
"uncertainty": 120
},
"departure": {
"time": "1764429206",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1764429326",
"uncertainty": 120
},
"departure": {
"time": "1764429326",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1764429400",
"uncertainty": 120
},
"departure": {
"time": "1764429416",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764429506",
"uncertainty": 120
},
"departure": {
"time": "1764429596",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764429768",
"uncertainty": 120
},
"departure": {
"time": "1764429768",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1764429833",
"uncertainty": 120
},
"departure": {
"time": "1764429833",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1764430024",
"uncertainty": 120
},
"departure": {
"time": "1764430024",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1764430083",
"uncertainty": 120
},
"departure": {
"time": "1764430083",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1764430146",
"uncertainty": 120
},
"departure": {
"time": "1764430146",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764430195",
"uncertainty": 120
},
"departure": {
"time": "1764430195",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764430248",
"uncertainty": 120
},
"departure": {
"time": "1764430248",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1764430289",
"uncertainty": 120
},
"departure": {
"time": "1764430289",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1764430349",
"uncertainty": 120
},
"departure": {
"time": "1764430349",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1764430416",
"uncertainty": 120
},
"departure": {
"time": "1764430416",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1764430471",
"uncertainty": 120
},
"departure": {
"time": "1764430471",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1764430518",
"uncertainty": 120
},
"departure": {
"time": "1764430518",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1764430574",
"uncertainty": 120
},
"departure": {
"time": "1764430574",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764430647",
"uncertainty": 120
},
"departure": {
"time": "1764430647",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1764430727",
"uncertainty": 120
},
"departure": {
"time": "1764430727",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1764430814",
"uncertainty": 120
},
"departure": {
"time": "1764430814",
"uncertainty": 120
},
"stopId": "semcord2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764430934",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327237"
},
"vehicle": {
"id": "182",
"label": "182"
}
}
},
{
"id": "21327239",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764433200",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327239"
}
}
},
{
"id": "21327533",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764431940",
"uncertainty": 120
},
"departure": {
"time": "1764431940",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1764432023",
"uncertainty": 120
},
"departure": {
"time": "1764432023",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1764432129",
"uncertainty": 120
},
"departure": {
"time": "1764432129",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1764431100",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764431195",
"uncertainty": 120
},
"departure": {
"time": "1764431195",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764431280",
"uncertainty": 120
},
"departure": {
"time": "1764431280",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764431445",
"uncertainty": 120
},
"departure": {
"time": "1764431445",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764431535",
"uncertainty": 120
},
"departure": {
"time": "1764431535",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1764431570",
"uncertainty": 120
},
"departure": {
"time": "1764431570",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1764431647",
"uncertainty": 120
},
"departure": {
"time": "1764431647",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1764431711",
"uncertainty": 120
},
"departure": {
"time": "1764431711",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1764431788",
"uncertainty": 120
},
"departure": {
"time": "1764431788",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1764431851",
"uncertainty": 120
},
"departure": {
"time": "1764431851",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1764431940",
"uncertainty": 120
},
"departure": {
"time": "1764431940",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1764432057",
"uncertainty": 120
},
"departure": {
"time": "1764432057",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1764432097",
"uncertainty": 120
},
"departure": {
"time": "1764432097",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1764432180",
"uncertainty": 120
},
"departure": {
"time": "1764432180",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1764432251",
"uncertainty": 120
},
"departure": {
"time": "1764432251",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764432168",
"uncertainty": 120
},
"departure": {
"time": "1764432168",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764432231",
"uncertainty": 120
},
"departure": {
"time": "1764432231",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1764432292",
"uncertainty": 120
},
"departure": {
"time": "1764432292",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764432374",
"uncertainty": 120
},
"departure": {
"time": "1764432374",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1764432538",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327533"
}
}
},
{
"id": "21327238",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764430560",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327238"
}
}
},
{
"id": "21327528",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764429722",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764429811",
"uncertainty": 120
},
"departure": {
"time": "1764429811",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764429918",
"uncertainty": 120
},
"departure": {
"time": "1764429918",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764429991",
"uncertainty": 120
},
"departure": {
"time": "1764429991",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764430025",
"uncertainty": 120
},
"departure": {
"time": "1764430025",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764430094",
"uncertainty": 120
},
"departure": {
"time": "1764430094",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1764430116",
"uncertainty": 120
},
"departure": {
"time": "1764430116",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430192",
"uncertainty": 120
},
"departure": {
"time": "1764430192",
"uncertainty": 120
},
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430279",
"uncertainty": 120
},
"departure": {
"time": "1764430279",
"uncertainty": 120
},
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764430370",
"uncertainty": 120
},
"departure": {
"time": "1764430370",
"uncertainty": 120
},
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764430449",
"uncertainty": 120
},
"departure": {
"time": "1764430449",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1764430608",
"uncertainty": 120
},
"departure": {
"time": "1764430608",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764430668",
"uncertainty": 120
},
"departure": {
"time": "1764430668",
"uncertainty": 120
},
"stopId": "outplac2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764430743",
"uncertainty": 120
},
"departure": {
"time": "1764430743",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1764430786",
"uncertainty": 120
},
"departure": {
"time": "1764430786",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1764430832",
"uncertainty": 120
},
"departure": {
"time": "1764430832",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764430914",
"uncertainty": 120
},
"departure": {
"time": "1764430914",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1764430972",
"uncertainty": 120
},
"departure": {
"time": "1764430972",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764431020",
"uncertainty": 120
},
"departure": {
"time": "1764431020",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764431076",
"uncertainty": 120
},
"departure": {
"time": "1764431076",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764431107",
"uncertainty": 120
},
"departure": {
"time": "1764431107",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764431183",
"uncertainty": 120
},
"departure": {
"time": "1764431183",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1764431332",
"uncertainty": 120
},
"departure": {
"time": "1764431332",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1764431442",
"uncertainty": 120
},
"departure": {
"time": "1764431442",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1764431635",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327528"
},
"vehicle": {
"id": "168",
"label": "168"
}
}
},
{
"id": "21327253",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764429062",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1764429130",
"uncertainty": 120
},
"departure": {
"time": "1764429130",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1764429212",
"uncertainty": 120
},
"departure": {
"time": "1764429212",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764429271",
"uncertainty": 120
},
"departure": {
"time": "1764429271",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764429302",
"uncertainty": 120
},
"departure": {
"time": "1764429332",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1764429434",
"uncertainty": 120
},
"departure": {
"time": "1764429434",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764429482",
"uncertainty": 120
},
"departure": {
"time": "1764429482",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764429518",
"uncertainty": 120
},
"departure": {
"time": "1764429542",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764429602",
"uncertainty": 120
},
"departure": {
"time": "1764429632",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764429681",
"uncertainty": 120
},
"departure": {
"time": "1764429681",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764429708",
"uncertainty": 120
},
"departure": {
"time": "1764429708",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764429759",
"uncertainty": 120
},
"departure": {
"time": "1764429759",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429814",
"uncertainty": 120
},
"departure": {
"time": "1764429814",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429933",
"uncertainty": 120
},
"departure": {
"time": "1764429933",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764430133",
"uncertainty": 120
},
"departure": {
"time": "1764430133",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764430192",
"uncertainty": 120
},
"departure": {
"time": "1764430192",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764430335",
"uncertainty": 120
},
"departure": {
"time": "1764430335",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764430437",
"uncertainty": 120
},
"departure": {
"time": "1764430437",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764430525",
"uncertainty": 120
},
"departure": {
"time": "1764430525",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1764430745",
"uncertainty": 120
},
"departure": {
"time": "1764430745",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1764430833",
"uncertainty": 120
},
"departure": {
"time": "1764430833",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764431017",
"uncertainty": 120
},
"departure": {
"time": "1764431017",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764431091",
"uncertainty": 120
},
"departure": {
"time": "1764431091",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1764431137",
"uncertainty": 120
},
"departure": {
"time": "1764431137",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1764431204",
"uncertainty": 120
},
"departure": {
"time": "1764431204",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764431267",
"uncertainty": 120
},
"departure": {
"time": "1764431267",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1764431365",
"uncertainty": 120
},
"departure": {
"time": "1764431365",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764431448",
"uncertainty": 120
},
"departure": {
"time": "1764431448",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764431467",
"uncertainty": 120
},
"departure": {
"time": "1764431467",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764431541",
"uncertainty": 120
},
"departure": {
"time": "1764431541",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1764431681",
"uncertainty": 120
},
"departure": {
"time": "1764431681",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1764431705",
"uncertainty": 120
},
"departure": {
"time": "1764431705",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1764431744",
"uncertainty": 120
},
"departure": {
"time": "1764431744",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1764431805",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327253"
},
"vehicle": {
"id": "330",
"label": "330"
}
}
},
{
"id": "21327254",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764431580",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327254"
}
}
},
{
"id": "21327249",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764419179",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1764419241",
"uncertainty": 120
},
"departure": {
"time": "1764419241",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1764419316",
"uncertainty": 120
},
"departure": {
"time": "1764419316",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764419403",
"uncertainty": 120
},
"departure": {
"time": "1764419403",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764419448",
"uncertainty": 120
},
"departure": {
"time": "1764419448",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1764419535",
"uncertainty": 120
},
"departure": {
"time": "1764419545",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764419604",
"uncertainty": 120
},
"departure": {
"time": "1764419604",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764419653",
"uncertainty": 120
},
"departure": {
"time": "1764419653",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764419696",
"uncertainty": 120
},
"departure": {
"time": "1764419696",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764419727",
"uncertainty": 120
},
"departure": {
"time": "1764419727",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764419768",
"uncertainty": 120
},
"departure": {
"time": "1764419787",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764419835",
"uncertainty": 120
},
"departure": {
"time": "1764419835",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1764419854",
"uncertainty": 120
},
"departure": {
"time": "1764419854",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764419950",
"uncertainty": 120
},
"departure": {
"time": "1764420178",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764420328",
"uncertainty": 120
},
"departure": {
"time": "1764420328",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764420375",
"uncertainty": 120
},
"departure": {
"time": "1764420388",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764420544",
"uncertainty": 120
},
"departure": {
"time": "1764420570",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764420646",
"uncertainty": 120
},
"departure": {
"time": "1764420646",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764420729",
"uncertainty": 120
},
"departure": {
"time": "1764420780",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1764420948",
"uncertainty": 120
},
"departure": {
"time": "1764420948",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1764421011",
"uncertainty": 120
},
"departure": {
"time": "1764421011",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764421161",
"uncertainty": 120
},
"departure": {
"time": "1764421161",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764421218",
"uncertainty": 120
},
"departure": {
"time": "1764421218",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1764421254",
"uncertainty": 120
},
"departure": {
"time": "1764421254",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1764421315",
"uncertainty": 120
},
"departure": {
"time": "1764421315",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764421356",
"uncertainty": 120
},
"departure": {
"time": "1764421356",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1764421402",
"uncertainty": 120
},
"departure": {
"time": "1764421402",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764421451",
"uncertainty": 120
},
"departure": {
"time": "1764421451",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764421467",
"uncertainty": 120
},
"departure": {
"time": "1764421467",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764421525",
"uncertainty": 120
},
"departure": {
"time": "1764421525",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1764421633",
"uncertainty": 120
},
"departure": {
"time": "1764421633",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1764421653",
"uncertainty": 120
},
"departure": {
"time": "1764421653",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1764421684",
"uncertainty": 120
},
"departure": {
"time": "1764421684",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1764421745",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327249"
},
"vehicle": {
"id": "217",
"label": "217"
}
}
},
{
"id": "21327258",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764430200",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 1
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327258"
}
}
},
{
"id": "21327276",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764427548",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1764427758",
"uncertainty": 120
},
"departure": {
"time": "1764427852",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764427919",
"uncertainty": 120
},
"departure": {
"time": "1764427919",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764427978",
"uncertainty": 120
},
"departure": {
"time": "1764427998",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764428071",
"uncertainty": 120
},
"departure": {
"time": "1764428178",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764428230",
"uncertainty": 120
},
"departure": {
"time": "1764428230",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764428293",
"uncertainty": 120
},
"departure": {
"time": "1764428298",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764428428",
"uncertainty": 120
},
"departure": {
"time": "1764428478",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 8
},
{
"arrival": {
"time": "1764428612",
"uncertainty": 120
},
"departure": {
"time": "1764428628",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 9
},
{
"arrival": {
"time": "1764428733",
"uncertainty": 120
},
"departure": {
"time": "1764428808",
"uncertainty": 120
},
"stopId": "smbmont",
"stopSequence": 10
},
{
"arrival": {
"time": "1764428989",
"uncertainty": 120
},
"departure": {
"time": "1764428989",
"uncertainty": 120
},
"stopId": "smbheli2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764429617",
"uncertainty": 120
},
"departure": {
"time": "1764429624",
"uncertainty": 120
},
"stopId": "smboues",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429709",
"uncertainty": 120
},
"departure": {
"time": "1764429739",
"uncertainty": 120
},
"stopId": "smbest",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429794",
"uncertainty": 120
},
"departure": {
"time": "1764429794",
"uncertainty": 120
},
"stopId": "smbbadh",
"stopSequence": 14
},
{
"arrival": {
"time": "1764429842",
"uncertainty": 120
},
"departure": {
"time": "1764429842",
"uncertainty": 120
},
"stopId": "lacpell",
"stopSequence": 15
},
{
"arrival": {
"time": "1764429881",
"uncertainty": 120
},
"departure": {
"time": "1764429881",
"uncertainty": 120
},
"stopId": "lacpern",
"stopSequence": 16
},
{
"arrival": {
"time": "1764429966",
"uncertainty": 120
},
"departure": {
"time": "1764429966",
"uncertainty": 120
},
"stopId": "lacgara",
"stopSequence": 17
},
{
"arrival": {
"time": "1764429999",
"uncertainty": 120
},
"departure": {
"time": "1764429999",
"uncertainty": 120
},
"stopId": "lacegli",
"stopSequence": 18
},
{
"arrival": {
"time": "1764430046",
"uncertainty": 120
},
"stopId": "lacchai",
"stopSequence": 19
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327276"
},
"vehicle": {
"id": "405",
"label": "405"
}
}
},
{
"id": "21327273",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764427779",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764427850",
"uncertainty": 120
},
"departure": {
"time": "1764427850",
"uncertainty": 120
},
"stopId": "lacpont2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764427929",
"uncertainty": 120
},
"departure": {
"time": "1764427929",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764428002",
"uncertainty": 120
},
"departure": {
"time": "1764428002",
"uncertainty": 120
},
"stopId": "lacegli2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764428041",
"uncertainty": 120
},
"departure": {
"time": "1764428049",
"uncertainty": 120
},
"stopId": "lacgara2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764428139",
"uncertainty": 120
},
"departure": {
"time": "1764428139",
"uncertainty": 120
},
"stopId": "lacpern2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764428169",
"uncertainty": 120
},
"departure": {
"time": "1764428169",
"uncertainty": 120
},
"stopId": "lacpell2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764428214",
"uncertainty": 120
},
"departure": {
"time": "1764428214",
"uncertainty": 120
},
"stopId": "smbbadh2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764428277",
"uncertainty": 120
},
"departure": {
"time": "1764428439",
"uncertainty": 120
},
"stopId": "bsminqo",
"stopSequence": 9
},
{
"arrival": {
"time": "1764428529",
"uncertainty": 120
},
"departure": {
"time": "1764428560",
"uncertainty": 120
},
"stopId": "smbipbo",
"stopSequence": 10
},
{
"arrival": {
"time": "1764428619",
"uncertainty": 120
},
"departure": {
"time": "1764428649",
"uncertainty": 120
},
"stopId": "smboues2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764429099",
"uncertainty": 120
},
"departure": {
"time": "1764429099",
"uncertainty": 120
},
"stopId": "smbheli",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429337",
"uncertainty": 120
},
"departure": {
"time": "1764429339",
"uncertainty": 120
},
"stopId": "smbmont2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429443",
"uncertainty": 120
},
"departure": {
"time": "1764429443",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764429481",
"uncertainty": 120
},
"departure": {
"time": "1764429489",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 15
},
{
"arrival": {
"time": "1764429570",
"uncertainty": 120
},
"departure": {
"time": "1764429579",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 16
},
{
"arrival": {
"time": "1764429639",
"uncertainty": 120
},
"departure": {
"time": "1764429639",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764429722",
"uncertainty": 120
},
"departure": {
"time": "1764429729",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 18
},
{
"arrival": {
"time": "1764429791",
"uncertainty": 120
},
"departure": {
"time": "1764429791",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764429851",
"uncertainty": 120
},
"departure": {
"time": "1764429851",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764429941",
"uncertainty": 120
},
"departure": {
"time": "1764429941",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 21
},
{
"arrival": {
"time": "1764430045",
"uncertainty": 120
},
"departure": {
"time": "1764430045",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764430103",
"uncertainty": 120
},
"departure": {
"time": "1764430103",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764430198",
"uncertainty": 120
},
"stopId": "bsmcc10r",
"stopSequence": 24
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327273"
},
"vehicle": {
"id": "533",
"label": "533"
}
}
},
{
"id": "21327717",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764432552",
"uncertainty": 120
},
"departure": {
"time": "1764432552",
"uncertainty": 120
},
"stopId": "wimetoi"
},
{
"departure": {
"time": "1764429749",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764429917",
"uncertainty": 120
},
"departure": {
"time": "1764429917",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764430003",
"uncertainty": 120
},
"departure": {
"time": "1764430003",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764430093",
"uncertainty": 120
},
"departure": {
"time": "1764430093",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764430200",
"uncertainty": 120
},
"departure": {
"time": "1764430200",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764430276",
"uncertainty": 120
},
"departure": {
"time": "1764430276",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764430415",
"uncertainty": 120
},
"departure": {
"time": "1764430415",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764430498",
"uncertainty": 120
},
"departure": {
"time": "1764430498",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764430680",
"uncertainty": 120
},
"departure": {
"time": "1764430680",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764430784",
"uncertainty": 120
},
"departure": {
"time": "1764430784",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764430906",
"uncertainty": 120
},
"departure": {
"time": "1764430980",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764431087",
"uncertainty": 120
},
"departure": {
"time": "1764431087",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764431262",
"uncertainty": 120
},
"departure": {
"time": "1764431262",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764431323",
"uncertainty": 120
},
"departure": {
"time": "1764431323",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764431400",
"uncertainty": 120
},
"departure": {
"time": "1764431400",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764431450",
"uncertainty": 120
},
"departure": {
"time": "1764431450",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764431513",
"uncertainty": 120
},
"departure": {
"time": "1764431513",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764431573",
"uncertainty": 120
},
"departure": {
"time": "1764431573",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764431627",
"uncertainty": 120
},
"departure": {
"time": "1764431627",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764431716",
"uncertainty": 120
},
"departure": {
"time": "1764431716",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764431901",
"uncertainty": 120
},
"departure": {
"time": "1764431901",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764431998",
"uncertainty": 120
},
"departure": {
"time": "1764431998",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764432038",
"uncertainty": 120
},
"departure": {
"time": "1764432038",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764432071",
"uncertainty": 120
},
"departure": {
"time": "1764432071",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764432120",
"uncertainty": 120
},
"departure": {
"time": "1764432120",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764432903",
"uncertainty": 120
},
"departure": {
"time": "1764432903",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764432972",
"uncertainty": 120
},
"departure": {
"time": "1764432972",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764433022",
"uncertainty": 120
},
"departure": {
"time": "1764433022",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764433085",
"uncertainty": 120
},
"departure": {
"time": "1764433085",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764433169",
"uncertainty": 120
},
"departure": {
"time": "1764433169",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764433237",
"uncertainty": 120
},
"departure": {
"time": "1764433237",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764433276",
"uncertainty": 120
},
"departure": {
"time": "1764433276",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764433310",
"uncertainty": 120
},
"departure": {
"time": "1764433310",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764433377",
"uncertainty": 120
},
"departure": {
"time": "1764433377",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764433403",
"uncertainty": 120
},
"departure": {
"time": "1764433403",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764433477",
"uncertainty": 120
},
"departure": {
"time": "1764433477",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1764433597",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327717"
},
"vehicle": {
"id": "162",
"label": "162"
}
}
},
{
"id": "21327716",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764428499",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764428529",
"uncertainty": 120
},
"departure": {
"time": "1764428529",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764428559",
"uncertainty": 120
},
"departure": {
"time": "1764428559",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764428589",
"uncertainty": 120
},
"departure": {
"time": "1764428589",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764428619",
"uncertainty": 120
},
"departure": {
"time": "1764428619",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764428664",
"uncertainty": 120
},
"departure": {
"time": "1764428679",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764428763",
"uncertainty": 120
},
"departure": {
"time": "1764428769",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764428836",
"uncertainty": 120
},
"departure": {
"time": "1764428836",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764428909",
"uncertainty": 120
},
"departure": {
"time": "1764428919",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764429003",
"uncertainty": 120
},
"departure": {
"time": "1764429003",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764429385",
"uncertainty": 120
},
"departure": {
"time": "1764429385",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764429438",
"uncertainty": 120
},
"departure": {
"time": "1764429438",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764429482",
"uncertainty": 120
},
"departure": {
"time": "1764429482",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429521",
"uncertainty": 120
},
"departure": {
"time": "1764429521",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764429612",
"uncertainty": 120
},
"departure": {
"time": "1764429612",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764429643",
"uncertainty": 120
},
"departure": {
"time": "1764429643",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764429698",
"uncertainty": 120
},
"departure": {
"time": "1764429698",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764429753",
"uncertainty": 120
},
"departure": {
"time": "1764429753",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764429809",
"uncertainty": 120
},
"departure": {
"time": "1764429809",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764429878",
"uncertainty": 120
},
"departure": {
"time": "1764429878",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764429922",
"uncertainty": 120
},
"departure": {
"time": "1764429922",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764429995",
"uncertainty": 120
},
"departure": {
"time": "1764429995",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764430111",
"uncertainty": 120
},
"departure": {
"time": "1764430111",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764430178",
"uncertainty": 120
},
"departure": {
"time": "1764430178",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764430238",
"uncertainty": 120
},
"departure": {
"time": "1764430238",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764430339",
"uncertainty": 120
},
"departure": {
"time": "1764430339",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764430468",
"uncertainty": 120
},
"departure": {
"time": "1764430680",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764430758",
"uncertainty": 120
},
"departure": {
"time": "1764430758",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764430855",
"uncertainty": 120
},
"departure": {
"time": "1764430855",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764431024",
"uncertainty": 120
},
"departure": {
"time": "1764431024",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764431092",
"uncertainty": 120
},
"departure": {
"time": "1764431092",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764431164",
"uncertainty": 120
},
"departure": {
"time": "1764431164",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764431225",
"uncertainty": 120
},
"departure": {
"time": "1764431225",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764431306",
"uncertainty": 120
},
"departure": {
"time": "1764431306",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764431373",
"uncertainty": 120
},
"departure": {
"time": "1764431373",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764431465",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327716"
},
"vehicle": {
"id": "534",
"label": "534"
}
}
},
{
"id": "21327719",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764435522",
"uncertainty": 120
},
"departure": {
"time": "1764435522",
"uncertainty": 120
},
"stopId": "wimetoi"
},
{
"departure": {
"time": "1764432840",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764432857",
"uncertainty": 120
},
"departure": {
"time": "1764432857",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764432943",
"uncertainty": 120
},
"departure": {
"time": "1764432943",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764433033",
"uncertainty": 120
},
"departure": {
"time": "1764433033",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764433140",
"uncertainty": 120
},
"departure": {
"time": "1764433140",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764433216",
"uncertainty": 120
},
"departure": {
"time": "1764433216",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764433355",
"uncertainty": 120
},
"departure": {
"time": "1764433355",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764433438",
"uncertainty": 120
},
"departure": {
"time": "1764433438",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764433620",
"uncertainty": 120
},
"departure": {
"time": "1764433620",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764433738",
"uncertainty": 120
},
"departure": {
"time": "1764433738",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764433860",
"uncertainty": 120
},
"departure": {
"time": "1764433920",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764434027",
"uncertainty": 120
},
"departure": {
"time": "1764434027",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764434202",
"uncertainty": 120
},
"departure": {
"time": "1764434202",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764434263",
"uncertainty": 120
},
"departure": {
"time": "1764434263",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764434340",
"uncertainty": 120
},
"departure": {
"time": "1764434340",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764434394",
"uncertainty": 120
},
"departure": {
"time": "1764434394",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764434463",
"uncertainty": 120
},
"departure": {
"time": "1764434463",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764434528",
"uncertainty": 120
},
"departure": {
"time": "1764434528",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764434587",
"uncertainty": 120
},
"departure": {
"time": "1764434587",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764434684",
"uncertainty": 120
},
"departure": {
"time": "1764434684",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764434884",
"uncertainty": 120
},
"departure": {
"time": "1764434884",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764434989",
"uncertainty": 120
},
"departure": {
"time": "1764434989",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764435032",
"uncertainty": 120
},
"departure": {
"time": "1764435032",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764435068",
"uncertainty": 120
},
"departure": {
"time": "1764435068",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764435120",
"uncertainty": 120
},
"departure": {
"time": "1764435120",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764435880",
"uncertainty": 120
},
"departure": {
"time": "1764435880",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764435954",
"uncertainty": 120
},
"departure": {
"time": "1764435954",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764436007",
"uncertainty": 120
},
"departure": {
"time": "1764436007",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764436074",
"uncertainty": 120
},
"departure": {
"time": "1764436074",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764436163",
"uncertainty": 120
},
"departure": {
"time": "1764436163",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764436236",
"uncertainty": 120
},
"departure": {
"time": "1764436236",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764436278",
"uncertainty": 120
},
"departure": {
"time": "1764436278",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764436314",
"uncertainty": 120
},
"departure": {
"time": "1764436314",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764436386",
"uncertainty": 120
},
"departure": {
"time": "1764436386",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764436414",
"uncertainty": 120
},
"departure": {
"time": "1764436414",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764436494",
"uncertainty": 120
},
"departure": {
"time": "1764436494",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1764436614",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327719"
}
}
},
{
"id": "21327718",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764431100",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764431145",
"uncertainty": 120
},
"departure": {
"time": "1764431145",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764431204",
"uncertainty": 120
},
"departure": {
"time": "1764431204",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764431280",
"uncertainty": 120
},
"departure": {
"time": "1764431280",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764431325",
"uncertainty": 120
},
"departure": {
"time": "1764431325",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764431393",
"uncertainty": 120
},
"departure": {
"time": "1764431393",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764431491",
"uncertainty": 120
},
"departure": {
"time": "1764431491",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764431576",
"uncertainty": 120
},
"departure": {
"time": "1764431576",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764431656",
"uncertainty": 120
},
"departure": {
"time": "1764431656",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764431750",
"uncertainty": 120
},
"departure": {
"time": "1764431750",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764431880",
"uncertainty": 120
},
"departure": {
"time": "1764431880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764431930",
"uncertainty": 120
},
"departure": {
"time": "1764431930",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764431971",
"uncertainty": 120
},
"departure": {
"time": "1764431971",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764432010",
"uncertainty": 120
},
"departure": {
"time": "1764432010",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764432101",
"uncertainty": 120
},
"departure": {
"time": "1764432101",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764432925",
"uncertainty": 120
},
"departure": {
"time": "1764432925",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764433017",
"uncertainty": 120
},
"departure": {
"time": "1764433017",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764433070",
"uncertainty": 120
},
"departure": {
"time": "1764433070",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764433126",
"uncertainty": 120
},
"departure": {
"time": "1764433126",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764433195",
"uncertainty": 120
},
"departure": {
"time": "1764433195",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764433239",
"uncertainty": 120
},
"departure": {
"time": "1764433239",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764433312",
"uncertainty": 120
},
"departure": {
"time": "1764433312",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764433428",
"uncertainty": 120
},
"departure": {
"time": "1764433428",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764433546",
"uncertainty": 120
},
"departure": {
"time": "1764433546",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764433624",
"uncertainty": 120
},
"departure": {
"time": "1764433624",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764433743",
"uncertainty": 120
},
"departure": {
"time": "1764433743",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764433877",
"uncertainty": 120
},
"departure": {
"time": "1764433877",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764433980",
"uncertainty": 120
},
"departure": {
"time": "1764433980",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764434125",
"uncertainty": 120
},
"departure": {
"time": "1764434125",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764434294",
"uncertainty": 120
},
"departure": {
"time": "1764434294",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764434362",
"uncertainty": 120
},
"departure": {
"time": "1764434362",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764434482",
"uncertainty": 120
},
"departure": {
"time": "1764434482",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764434543",
"uncertainty": 120
},
"departure": {
"time": "1764434543",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764434624",
"uncertainty": 120
},
"departure": {
"time": "1764434624",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764434691",
"uncertainty": 120
},
"departure": {
"time": "1764434691",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764434783",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327718"
}
}
},
{
"id": "21327715",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764429747",
"uncertainty": 120
},
"departure": {
"time": "1764429747",
"uncertainty": 120
},
"stopId": "wimetoi"
},
{
"departure": {
"time": "1764427772",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764427789",
"uncertainty": 120
},
"departure": {
"time": "1764427802",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764427861",
"uncertainty": 120
},
"departure": {
"time": "1764427862",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764427922",
"uncertainty": 120
},
"departure": {
"time": "1764427922",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764428012",
"uncertainty": 120
},
"departure": {
"time": "1764428042",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764428118",
"uncertainty": 120
},
"departure": {
"time": "1764428118",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764428223",
"uncertainty": 120
},
"departure": {
"time": "1764428223",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764428273",
"uncertainty": 120
},
"departure": {
"time": "1764428273",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764428374",
"uncertainty": 120
},
"departure": {
"time": "1764428374",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764428479",
"uncertainty": 120
},
"departure": {
"time": "1764428479",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764428556",
"uncertainty": 120
},
"departure": {
"time": "1764428736",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764428856",
"uncertainty": 120
},
"departure": {
"time": "1764428856",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764428946",
"uncertainty": 120
},
"departure": {
"time": "1764428946",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764429006",
"uncertainty": 120
},
"departure": {
"time": "1764429006",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764429034",
"uncertainty": 120
},
"departure": {
"time": "1764429034",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764429076",
"uncertainty": 120
},
"departure": {
"time": "1764429096",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764429156",
"uncertainty": 120
},
"departure": {
"time": "1764429156",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764429208",
"uncertainty": 120
},
"departure": {
"time": "1764429208",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764429252",
"uncertainty": 120
},
"departure": {
"time": "1764429252",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764429306",
"uncertainty": 120
},
"departure": {
"time": "1764429306",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764429441",
"uncertainty": 120
},
"departure": {
"time": "1764429441",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764429538",
"uncertainty": 120
},
"departure": {
"time": "1764429538",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764429578",
"uncertainty": 120
},
"departure": {
"time": "1764429578",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764429611",
"uncertainty": 120
},
"departure": {
"time": "1764429611",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764429660",
"uncertainty": 120
},
"departure": {
"time": "1764429660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764430075",
"uncertainty": 120
},
"departure": {
"time": "1764430075",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764430138",
"uncertainty": 120
},
"departure": {
"time": "1764430138",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764430183",
"uncertainty": 120
},
"departure": {
"time": "1764430183",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764430240",
"uncertainty": 120
},
"departure": {
"time": "1764430240",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764430315",
"uncertainty": 120
},
"departure": {
"time": "1764430315",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764430377",
"uncertainty": 120
},
"departure": {
"time": "1764430377",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764430412",
"uncertainty": 120
},
"departure": {
"time": "1764430412",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764430442",
"uncertainty": 120
},
"departure": {
"time": "1764430442",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764430503",
"uncertainty": 120
},
"departure": {
"time": "1764430503",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764430527",
"uncertainty": 120
},
"departure": {
"time": "1764430527",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764430594",
"uncertainty": 120
},
"departure": {
"time": "1764430594",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1764430714",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1764429749",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21327715"
},
"vehicle": {
"id": "327",
"label": "327"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1764429749"
}
}