Resource details
Prochains passages aux arrêts du réseau bus-tram Irigo
This resource file is part of the dataset Réseau urbain Irigo.
Download availability
Learn more
HEAD request with a timeout of 5 seconds. If we detect a downtime, we perform subsequent tests every 10 minutes, until the resource is back online.For SIRI and SIRI Lite feeds, we perform a
GET request: a 401 or 405 status code is considered successful. In case of HTTP 500, the feed will be considered unavailable, unless the body appears to contain SOAP.Validation details
❌1,392 errors, 1,376 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-01-12 at 08:05 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
Not in POSIX time E001 15 errors
All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC)
Sample errors
- trip_id 3210 stop_sequence 18 departure_time 0 is not POSIX time
- trip_id 15802 stop_sequence 12 departure_time 0 is not POSIX time
- trip_id 3405 stop_sequence 21 departure_time 0 is not POSIX time
- trip_id 4008 stop_sequence 20 departure_time 0 is not POSIX time
- trip_id 4104 stop_sequence 12 departure_time 0 is not POSIX time
stop_times_updates not strictly sorted E002 3 errors
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Sample errors
- trip_id 6238918 stop_sequence [18, 19, 21, 22, 24, 26, 26] is not strictly sorted by increasing stop_sequence
- trip_id 6238919 stop_sequence [24, 26, 26] is not strictly sorted by increasing stop_sequence
- trip_id 6238838 stop_sequence [36, 37, 38, 40, 41, 42, 43, 44, 44] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 176 errors
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Sample errors
- trip_id 6238918 stop_sequence 26 arrival_time 08:15:54 (1768202154) is equal to previous stop arrival_time 08:15:54 (1768202154) - times must increase between two sequential stops
- trip_id 6238918 stop_sequence 26 arrival_time 08:15:54 (1768202154) is equal to previous stop departure_time 08:15:54 (1768202154) - times must increase between two sequential stops
- trip_id 6238918 stop_sequence 26 departure_time 08:15:54 (1768202154) is equal to previous stop departure_time 08:15:54 (1768202154) - times must increase between two sequential stops
- trip_id 6238918 stop_sequence 26 departure_time 08:15:54 (1768202154) is equal to previous stop arrival_time 08:15:54 (1768202154) - times must increase between two sequential stops
- trip_id 6238918 stop_sequence 45 arrival_time 08:30:23 (1768203023) is less than previous stop arrival_time 08:31:18 (1768203078) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 15 errors
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Sample errors
- trip_id 3210 stop_sequence 18 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:04:22 (1768201462) - departure time must be equal to or greater than arrival time
- trip_id 15802 stop_sequence 12 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:41 (1768201421) - departure time must be equal to or greater than arrival time
- trip_id 3405 stop_sequence 21 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:04:06 (1768201446) - departure time must be equal to or greater than arrival time
- trip_id 4008 stop_sequence 20 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:04:31 (1768201471) - departure time must be equal to or greater than arrival time
- trip_id 4104 stop_sequence 12 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:52 (1768201432) - departure time must be equal to or greater than arrival time
Sequential stop_time_updates have the same stop_sequence E036 3 errors
Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence
Sample errors
- trip_id 6238918 has repeating stop_sequence 26 - stop_sequence must increase for each stop_time_update
- trip_id 6238919 has repeating stop_sequence 26 - stop_sequence must increase for each stop_time_update
- trip_id 6238838 has repeating stop_sequence 44 - stop_sequence must increase for each stop_time_update
Sequential stop_time_updates have the same stop_id E037 2 errors
Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id
Sample errors
- trip_id 6238918 has repeating stop_id CHDARR-E at stop_sequence 26 - sequential stop_ids should be different
- trip_id 6238919 has repeating stop_id CHDARR-E at stop_sequence 26 - sequential stop_ids should be different
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 1,155 errors
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Sample errors
- GTFS-rt trip_id 6238842 stop_sequence 75 has stop_id DIX8JU-E but GTFS stop_sequence 75 has stop_id DOMVAL-E - stop_ids should be the same
- GTFS-rt trip_id 6238842 stop_sequence 76 has stop_id CHPEGU-E but GTFS stop_sequence 76 has stop_id RECLAI-E - stop_ids should be the same
- GTFS-rt trip_id 6238842 stop_sequence 77 has stop_id HAUCOU-E but GTFS stop_sequence 77 has stop_id RENOIR-E - stop_ids should be the same
- GTFS-rt trip_id 6238842 stop_sequence 79 has stop_id DOMVAL-E but GTFS stop_sequence 79 has stop_id JUIGN-E - stop_ids should be the same
- GTFS-rt trip_id 6238842 stop_sequence 80 has stop_id RECLAI-E but GTFS stop_sequence 80 has stop_id BENE-E - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 23 errors
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Sample errors
- GTFS-rt trip_id 6238918 contains stop_sequence 26 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 16102 contains stop_sequence 13 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6239150 contains stop_sequence 51 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6239130 contains stop_sequence 49 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 4001 contains stop_sequence 21 that does not exist in GTFS stop_times.txt for this trip
Warnings
timestamp not populated W001 344 errors
Timestamps should be populated for all elements
Sample errors
- trip_id 6052291 does not have a timestamp
- trip_id 6238842 does not have a timestamp
- trip_id 6052322 does not have a timestamp
- trip_id 3210 does not have a timestamp
- trip_id 6052290 does not have a timestamp
vehicle_id not populated W002 344 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id 6052291 does not have a vehicle_id
- trip_id 6238842 does not have a vehicle_id
- trip_id 6052322 does not have a vehicle_id
- trip_id 3210 does not have a vehicle_id
- trip_id 6052290 does not have a vehicle_id
schedule_relationship not populated W009 688 errors
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Sample errors
- trip_id 6052291 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6052291 does not have a schedule_relationship
- trip_id 6238842 stop_sequence 75 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6238842 does not have a schedule_relationship
- trip_id 6052322 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
Previous validations
Here is a recap of all the error types encountered over the last 30 days.
| Error ID | Description | Errors count | Number of occurences |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 2,401 | 28 times (93 % of validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 22,488 | 28 times (93 % of validations) |
| W001 | Timestamps should be populated for all elements | 5,961 | 28 times (93 % of validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 5,961 | 28 times (93 % of validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 11,890 | 28 times (93 % of validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 252 | 25 times (83 % of validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 181 | 20 times (67 % of validations) |
| E001 | All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) | 160 | 19 times (63 % of validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 22 | 9 times (30 % of validations) |
| E036 | Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence | 25 | 9 times (30 % of validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 4 | 3 times (10 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-01-13 at 00:17 Europe/Paris.
trip_updates (9) vehicle_positions (0) service_alerts (0)Entities seen in the last 7 days.
trip_updatesDecoded GTFS-RT feed
See full payload
Here is the decoded GTFS-RT feed Protobuf at 2026-01-13 at 00:17 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "trip:6240206",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768259763"
},
"departure": {
"time": "1768259763"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768259792"
},
"departure": {
"time": "1768259823"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768259827"
},
"departure": {
"time": "1768259827"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768259868"
},
"departure": {
"time": "1768259868"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768259910"
},
"departure": {
"time": "1768259910"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768259954"
},
"departure": {
"time": "1768259954"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768259995"
},
"departure": {
"time": "1768259995"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768260062"
},
"departure": {
"time": "1768260062"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768260104"
},
"departure": {
"time": "1768260104"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768260159"
},
"departure": {
"time": "1768260159"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768260203"
},
"departure": {
"time": "1768260203"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768260235"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6240206"
}
}
},
{
"id": "trip:6237219",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768259876"
},
"departure": {
"time": "1768259876"
},
"stopId": "1CROI",
"stopSequence": 13
},
{
"arrival": {
"time": "1768259950"
},
"departure": {
"time": "1768259950"
},
"stopId": "1BRIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1768260094"
},
"departure": {
"time": "1768260094"
},
"stopId": "1DUNA",
"stopSequence": 15
},
{
"arrival": {
"time": "1768260165"
},
"departure": {
"time": "1768260165"
},
"stopId": "1EURO",
"stopSequence": 16
},
{
"arrival": {
"time": "1768260230"
},
"stopId": "2MONP",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6237219"
}
}
},
{
"id": "trip:6237223",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768259774"
},
"departure": {
"time": "1768259810"
},
"stopId": "2BEAU",
"stopSequence": 17
},
{
"arrival": {
"time": "1768259870"
},
"stopId": "1BBCA",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "C",
"tripId": "6237223"
}
}
},
{
"id": "trip:6239794",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768259722"
},
"departure": {
"time": "1768259753"
},
"stopId": "FARCSJ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1768259813"
},
"departure": {
"time": "1768259813"
},
"stopId": "MVIGNE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1768259880"
},
"departure": {
"time": "1768259880"
},
"stopId": "CHBBEI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1768259935"
},
"departure": {
"time": "1768259935"
},
"stopId": "BOISRA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768260001"
},
"departure": {
"time": "1768260001"
},
"stopId": "NDAMLA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768260120"
},
"departure": {
"time": "1768260120"
},
"stopId": "CITEUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768260173"
},
"departure": {
"time": "1768260173"
},
"stopId": "RESTUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768260215"
},
"departure": {
"time": "1768260215"
},
"stopId": "I.U.T.-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768260300"
},
"departure": {
"time": "1768260300"
},
"stopId": "BBCAMT-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768260336"
},
"departure": {
"time": "1768260336"
},
"stopId": "LENOT-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768260360"
},
"departure": {
"time": "1768260360"
},
"stopId": "MOREL-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768260388"
},
"departure": {
"time": "1768260388"
},
"stopId": "INRA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768260425"
},
"departure": {
"time": "1768260425"
},
"stopId": "GDPERI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1768260456"
},
"departure": {
"time": "1768260456"
},
"stopId": "LANDRE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1768260540"
},
"departure": {
"time": "1768260540"
},
"stopId": "BRGPAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1768260562"
},
"departure": {
"time": "1768260562"
},
"stopId": "RODIN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1768260588"
},
"departure": {
"time": "1768260588"
},
"stopId": "GRANBE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1768260622"
},
"departure": {
"time": "1768260622"
},
"stopId": "PROME-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1768260660"
},
"departure": {
"time": "1768260660"
},
"stopId": "CERFEU-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768260717"
},
"departure": {
"time": "1768260717"
},
"stopId": "LASOUR-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768260770"
},
"departure": {
"time": "1768260770"
},
"stopId": "ROUAIR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768260831"
},
"departure": {
"time": "1768260831"
},
"stopId": "VAURAG-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768260874"
},
"departure": {
"time": "1768260874"
},
"stopId": "PRIEUR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768260910"
},
"departure": {
"time": "1768260910"
},
"stopId": "GRANPI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768260934"
},
"departure": {
"time": "1768260934"
},
"stopId": "PINSON-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768260972"
},
"departure": {
"time": "1768260972"
},
"stopId": "FAUVET-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768261020"
},
"stopId": "BEAUCOUZ",
"stopSequence": 65
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6239794"
}
}
},
{
"id": "trip:6239985",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768259732"
},
"departure": {
"time": "1768259732"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1768259777"
},
"departure": {
"time": "1768259777"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1768259792"
},
"departure": {
"time": "1768259792"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1768259862"
},
"departure": {
"time": "1768259862"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1768259982"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6239985"
}
}
},
{
"id": "trip:6240203",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768259710"
},
"departure": {
"time": "1768259747"
},
"stopId": "PATUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1768259791"
},
"departure": {
"time": "1768259822"
},
"stopId": "AUTHIO-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1768259832"
},
"departure": {
"time": "1768259832"
},
"stopId": "BELPOU-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1768259893"
},
"departure": {
"time": "1768259893"
},
"stopId": "PONTSC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1768260015"
},
"departure": {
"time": "1768260015"
},
"stopId": "LOIRE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1768260050"
},
"departure": {
"time": "1768260050"
},
"stopId": "DUBE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1768260096"
},
"departure": {
"time": "1768260096"
},
"stopId": "LOUET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1768260137"
},
"departure": {
"time": "1768260137"
},
"stopId": "BOSQUE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1768260187"
},
"departure": {
"time": "1768260187"
},
"stopId": "CHAERI-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1768260233"
},
"departure": {
"time": "1768260233"
},
"stopId": "FONTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1768260287"
},
"departure": {
"time": "1768260287"
},
"stopId": "ERIGNE",
"stopSequence": 51
},
{
"arrival": {
"time": "1768260313"
},
"stopId": "SOLAND",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6240203"
}
}
},
{
"id": "trip:6239798",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768259717"
},
"departure": {
"time": "1768259717"
},
"stopId": "PELLER-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1768259743"
},
"departure": {
"time": "1768259762"
},
"stopId": "CEEQUE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1768259792"
},
"departure": {
"time": "1768259792"
},
"stopId": "MORLIE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1768259843"
},
"departure": {
"time": "1768259843"
},
"stopId": "WALCOU-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1768259883"
},
"departure": {
"time": "1768259883"
},
"stopId": "JAUDET-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1768259994"
},
"departure": {
"time": "1768259994"
},
"stopId": "PASTEU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1768260028"
},
"departure": {
"time": "1768260028"
},
"stopId": "VERDUN-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1768260057"
},
"departure": {
"time": "1768260057"
},
"stopId": "CEZAN-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1768260102"
},
"departure": {
"time": "1768260102"
},
"stopId": "COROT-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1768260183"
},
"stopId": "SBAVENAI",
"stopSequence": 66
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6239798"
}
}
},
{
"id": "trip:6237220",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768259782"
},
"departure": {
"time": "1768259818"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1768259930"
},
"departure": {
"time": "1768259930"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1768260020"
},
"departure": {
"time": "1768260020"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1768260140"
},
"departure": {
"time": "1768260140"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1768260220"
},
"departure": {
"time": "1768260220"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1768260340"
},
"departure": {
"time": "1768260340"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1768260420"
},
"departure": {
"time": "1768260420"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1768260600"
},
"departure": {
"time": "1768260600"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1768260700"
},
"departure": {
"time": "1768260700"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1768260780"
},
"departure": {
"time": "1768260780"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1768260870"
},
"departure": {
"time": "1768260870"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1768260950"
},
"departure": {
"time": "1768260950"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1768261030"
},
"departure": {
"time": "1768261030"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1768261110"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6237220"
}
}
},
{
"id": "trip:6239986",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768259800"
},
"departure": {
"time": "1768259816"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PROUDHON",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6239986"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1768259823"
}
}