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
❌2,405 errors, 1,026 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-02-27 at 08:00 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
Not in POSIX time E001 3 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 3456D stop_sequence 19 departure_time 0 is not POSIX time
- trip_id 3553D stop_sequence 5 departure_time 0 is not POSIX time
- trip_id 4251 stop_sequence 4 departure_time 0 is not POSIX time
stop_times_updates not strictly sorted E002 2 errors
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Sample errors
- trip_id 6540917 stop_sequence [24, 25, 25] is not strictly sorted by increasing stop_sequence
- trip_id 6541238 stop_sequence [0, 0] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 377 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 6258641 stop_sequence 29 arrival_time 08:24:18 (1772177058) is less than previous stop arrival_time 08:29:47 (1772177387) - times must increase between two sequential stops
- trip_id 6258641 stop_sequence 29 arrival_time 08:24:18 (1772177058) is less than previous stop departure_time 08:29:47 (1772177387) - times must increase between two sequential stops
- trip_id 6258641 stop_sequence 29 departure_time 08:24:18 (1772177058) is less than previous stop departure_time 08:29:47 (1772177387) - times must increase between two sequential stops
- trip_id 6258641 stop_sequence 29 departure_time 08:24:18 (1772177058) is less than previous stop arrival_time 08:29:47 (1772177387) - times must increase between two sequential stops
- trip_id 6053991 stop_sequence 25 arrival_time 08:48:40 (1772178520) is less than previous stop arrival_time 08:55:46 (1772178946) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 3 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 3456D stop_sequence 19 departure_time 01:00:00 (0) is less than the same stop arrival_time 07:59:44 (1772175584) - departure time must be equal to or greater than arrival time
- trip_id 3553D stop_sequence 5 departure_time 01:00:00 (0) is less than the same stop arrival_time 07:59:26 (1772175566) - departure time must be equal to or greater than arrival time
- trip_id 4251 stop_sequence 4 departure_time 01:00:00 (0) is less than the same stop arrival_time 07:59:20 (1772175560) - departure time must be equal to or greater than arrival time
Sequential stop_time_updates have the same stop_sequence E036 2 errors
Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence
Sample errors
- trip_id 6540917 has repeating stop_sequence 25 - stop_sequence must increase for each stop_time_update
- trip_id 6541238 has repeating stop_sequence 0 - stop_sequence must increase for each stop_time_update
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 2,007 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 3558 stop_sequence 9 has stop_id LESLANDE but GTFS stop_sequence 9 has stop_id LABABEAU - stop_ids should be the same
- GTFS-rt trip_id 3558 stop_sequence 10 has stop_id LABABEAU but GTFS stop_sequence 10 has stop_id FARCYSJA - stop_ids should be the same
- GTFS-rt trip_id 3558 stop_sequence 11 has stop_id FARCYSJA but GTFS stop_sequence 11 has stop_id QUAIsubN - stop_ids should be the same
- GTFS-rt trip_id 6260062 stop_sequence 1 has stop_id HOPITAL but GTFS stop_sequence 1 has stop_id HRECULEE - stop_ids should be the same
- GTFS-rt trip_id 6260062 stop_sequence 2 has stop_id HRECULEE but GTFS stop_sequence 2 has stop_id FMEDECIN - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 11 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 6258638 contains stop_sequence 38 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6052644 contains stop_sequence 35 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6260052 contains stop_sequence 52 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6257788 contains stop_sequence 39 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6260055 contains stop_sequence 52 that does not exist in GTFS stop_times.txt for this trip
Warnings
timestamp not populated W001 258 errors
Timestamps should be populated for all elements
Sample errors
- trip_id 6543449 does not have a timestamp
- trip_id 6544429 does not have a timestamp
- trip_id 6257414 does not have a timestamp
- trip_id 3558 does not have a timestamp
- trip_id 6053034 does not have a timestamp
vehicle_id not populated W002 258 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id 6543449 does not have a vehicle_id
- trip_id 6544429 does not have a vehicle_id
- trip_id 6257414 does not have a vehicle_id
- trip_id 3558 does not have a vehicle_id
- trip_id 6053034 does not have a vehicle_id
schedule_relationship not populated W009 510 errors
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Sample errors
- trip_id 6543449 stop_sequence 6 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6543449 does not have a schedule_relationship
- trip_id 6544429 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6544429 does not have a schedule_relationship
- trip_id 6257414 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. | 6,518 | 29 times (100 % of validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 38,912 | 29 times (100 % of validations) |
| W001 | Timestamps should be populated for all elements | 7,023 | 29 times (100 % of validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 7,023 | 29 times (100 % of validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 13,910 | 29 times (100 % 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. | 245 | 25 times (86 % of validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 388 | 25 times (86 % of validations) |
| E001 | All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) | 220 | 24 times (83 % of validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 49 | 14 times (48 % of validations) |
| E036 | Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence | 52 | 14 times (48 % of validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 28 | 6 times (21 % of validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 1 | 1 times (3 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-02-27 at 10:40 Europe/Paris.
trip_updates (207) 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-02-27 at 10:40 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "trip:6257715",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187300"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187310"
},
"departure": {
"time": "1772187310"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187420"
},
"departure": {
"time": "1772187420"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187469"
},
"departure": {
"time": "1772187469"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187503"
},
"departure": {
"time": "1772187503"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187569"
},
"departure": {
"time": "1772187569"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187600"
},
"departure": {
"time": "1772187600"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187639"
},
"departure": {
"time": "1772187639"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187701"
},
"departure": {
"time": "1772187701"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187732"
},
"departure": {
"time": "1772187732"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187767"
},
"departure": {
"time": "1772187767"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187823"
},
"departure": {
"time": "1772187823"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187870"
},
"departure": {
"time": "1772187870"
},
"stopId": "MAISLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187902"
},
"departure": {
"time": "1772187902"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187960"
},
"departure": {
"time": "1772187960"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188734"
},
"departure": {
"time": "1772188734"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188735"
},
"departure": {
"time": "1772188735"
},
"stopId": "ACAD-PLA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188781"
},
"departure": {
"time": "1772188781"
},
"stopId": "ACADEMIE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188833"
},
"departure": {
"time": "1772188833"
},
"stopId": "GBREM-E",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257715"
}
}
},
{
"id": "trip:6540934",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185179"
},
"departure": {
"time": "1772185199"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185276"
},
"departure": {
"time": "1772185276"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185356"
},
"departure": {
"time": "1772185356"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185446"
},
"departure": {
"time": "1772185446"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185526"
},
"departure": {
"time": "1772185526"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185616"
},
"departure": {
"time": "1772185616"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185696"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540934"
}
}
},
{
"id": "trip:6052758",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188200"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188359"
},
"departure": {
"time": "1772188359"
},
"stopId": "SECUSO-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188410"
},
"departure": {
"time": "1772188410"
},
"stopId": "STEXUP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188500"
},
"departure": {
"time": "1772188500"
},
"stopId": "GARDOT-E",
"stopSequence": 3
}
],
"trip": {
"directionId": 1,
"routeId": "23",
"tripId": "6052758"
}
}
},
{
"id": "trip:6544995",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186940"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187112"
},
"departure": {
"time": "1772187112"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187220"
},
"departure": {
"time": "1772187220"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187312"
},
"departure": {
"time": "1772187312"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187390"
},
"departure": {
"time": "1772187390"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187487"
},
"departure": {
"time": "1772187487"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187580"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544995"
}
}
},
{
"id": "trip:6258115",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188200"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188247"
},
"departure": {
"time": "1772188247"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188293"
},
"departure": {
"time": "1772188293"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188359"
},
"departure": {
"time": "1772188359"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188422"
},
"departure": {
"time": "1772188422"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"stopId": "CARREF5A",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188644"
},
"departure": {
"time": "1772188644"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188729"
},
"departure": {
"time": "1772188729"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "EUROPE",
"stopSequence": 8
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258115"
}
}
},
{
"id": "trip:6258060",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772186815"
},
"departure": {
"time": "1772186815"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186879"
},
"departure": {
"time": "1772186879"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186972"
},
"departure": {
"time": "1772186972"
},
"stopId": "LIZE05",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187015"
},
"departure": {
"time": "1772187015"
},
"stopId": "CAMUS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187060"
},
"departure": {
"time": "1772187060"
},
"stopId": "LECLERC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187127"
},
"departure": {
"time": "1772187127"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187176"
},
"departure": {
"time": "1772187176"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187241"
},
"departure": {
"time": "1772187241"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187316"
},
"departure": {
"time": "1772187316"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187373"
},
"departure": {
"time": "1772187373"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187420"
},
"departure": {
"time": "1772187420"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187622"
},
"departure": {
"time": "1772187622"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187669"
},
"departure": {
"time": "1772187669"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187749"
},
"departure": {
"time": "1772187749"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187782"
},
"departure": {
"time": "1772187782"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187846"
},
"departure": {
"time": "1772187846"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187881"
},
"departure": {
"time": "1772187881"
},
"stopId": "VAUBAN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187950"
},
"departure": {
"time": "1772187950"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188014"
},
"departure": {
"time": "1772188014"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188096"
},
"departure": {
"time": "1772188096"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188200"
},
"departure": {
"time": "1772188200"
},
"stopId": "GAUBOU5B",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188268"
},
"departure": {
"time": "1772188268"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188323"
},
"departure": {
"time": "1772188323"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188369"
},
"departure": {
"time": "1772188369"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188415"
},
"departure": {
"time": "1772188415"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188447"
},
"departure": {
"time": "1772188447"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188508"
},
"departure": {
"time": "1772188508"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188538"
},
"departure": {
"time": "1772188538"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188657"
},
"departure": {
"time": "1772188657"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188695"
},
"departure": {
"time": "1772188695"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188735"
},
"departure": {
"time": "1772188735"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188760"
},
"departure": {
"time": "1772188760"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "NERUDA",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258060"
}
}
},
{
"id": "trip:6257503",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186280"
},
"stopId": "EVENTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186316"
},
"departure": {
"time": "1772186316"
},
"stopId": "COTTAGE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186373"
},
"departure": {
"time": "1772186373"
},
"stopId": "DUBELL-2",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186400"
},
"departure": {
"time": "1772186400"
},
"stopId": "BOISABBE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186436"
},
"departure": {
"time": "1772186436"
},
"stopId": "DEBUSSY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186482"
},
"departure": {
"time": "1772186482"
},
"stopId": "HOTELLER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186520"
},
"departure": {
"time": "1772186520"
},
"stopId": "INDUSTRI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186602"
},
"departure": {
"time": "1772186602"
},
"stopId": "SAVOIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186672"
},
"departure": {
"time": "1772186672"
},
"stopId": "DOYENNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186744"
},
"departure": {
"time": "1772186744"
},
"stopId": "CITESOLI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"stopId": "CARCITR",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186935"
},
"departure": {
"time": "1772186935"
},
"stopId": "FFAURE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187044"
},
"departure": {
"time": "1772187044"
},
"stopId": "FACUL-SS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187060"
},
"departure": {
"time": "1772187060"
},
"stopId": "BDEMAINE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187203"
},
"departure": {
"time": "1772187203"
},
"stopId": "TALET",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187422"
},
"departure": {
"time": "1772187422"
},
"stopId": "MENDESFR",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187540"
},
"departure": {
"time": "1772187600"
},
"stopId": "FO-LOR-R",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187672"
},
"departure": {
"time": "1772187672"
},
"stopId": "STAUBI-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187706"
},
"departure": {
"time": "1772187706"
},
"stopId": "HARAS-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187797"
},
"departure": {
"time": "1772187797"
},
"stopId": "LESGAR-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187910"
},
"departure": {
"time": "1772187910"
},
"stopId": "SEMARD-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187960"
},
"departure": {
"time": "1772187960"
},
"stopId": "PONTNO-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188064"
},
"departure": {
"time": "1772188064"
},
"stopId": "POIREL-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188121"
},
"departure": {
"time": "1772188121"
},
"stopId": "VAUBAN-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188200"
},
"departure": {
"time": "1772188200"
},
"stopId": "CHANZY-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"stopId": "LAFAYE-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188346"
},
"departure": {
"time": "1772188346"
},
"stopId": "MIRABE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188401"
},
"departure": {
"time": "1772188401"
},
"stopId": "CESARG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188440"
},
"departure": {
"time": "1772188440"
},
"stopId": "BLANDE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188496"
},
"departure": {
"time": "1772188496"
},
"stopId": "MUTUAL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188568"
},
"departure": {
"time": "1772188568"
},
"stopId": "VILLES-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188617"
},
"departure": {
"time": "1772188617"
},
"stopId": "VIVIER-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188680"
},
"departure": {
"time": "1772188680"
},
"stopId": "MARIAN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188731"
},
"departure": {
"time": "1772188731"
},
"stopId": "LINOVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188770"
},
"departure": {
"time": "1772188770"
},
"stopId": "DANGEL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188830"
},
"departure": {
"time": "1772188830"
},
"stopId": "ATHLET-E",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257503"
}
}
},
{
"id": "trip:6258059",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185555"
},
"departure": {
"time": "1772185555"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185619"
},
"departure": {
"time": "1772185619"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185712"
},
"departure": {
"time": "1772185712"
},
"stopId": "LIZE05",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185755"
},
"departure": {
"time": "1772185755"
},
"stopId": "CAMUS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185800"
},
"departure": {
"time": "1772185800"
},
"stopId": "LECLERC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185867"
},
"departure": {
"time": "1772185867"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185916"
},
"departure": {
"time": "1772185916"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185981"
},
"departure": {
"time": "1772185981"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186056"
},
"departure": {
"time": "1772186056"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186113"
},
"departure": {
"time": "1772186113"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186160"
},
"departure": {
"time": "1772186160"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186362"
},
"departure": {
"time": "1772186362"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186409"
},
"departure": {
"time": "1772186409"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186460"
},
"departure": {
"time": "1772186460"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186489"
},
"departure": {
"time": "1772186489"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186522"
},
"departure": {
"time": "1772186522"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186586"
},
"departure": {
"time": "1772186586"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186621"
},
"departure": {
"time": "1772186621"
},
"stopId": "VAUBAN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186690"
},
"departure": {
"time": "1772186690"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186754"
},
"departure": {
"time": "1772186754"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186836"
},
"departure": {
"time": "1772186836"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"stopId": "GAUBOU5B",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187008"
},
"departure": {
"time": "1772187008"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187063"
},
"departure": {
"time": "1772187063"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187109"
},
"departure": {
"time": "1772187109"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187155"
},
"departure": {
"time": "1772187155"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187187"
},
"departure": {
"time": "1772187187"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187248"
},
"departure": {
"time": "1772187248"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187278"
},
"departure": {
"time": "1772187278"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187360"
},
"departure": {
"time": "1772187360"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187397"
},
"departure": {
"time": "1772187397"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187435"
},
"departure": {
"time": "1772187435"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187475"
},
"departure": {
"time": "1772187475"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187500"
},
"departure": {
"time": "1772187500"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187540"
},
"departure": {
"time": "1772187540"
},
"stopId": "NERUDA",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187606"
},
"departure": {
"time": "1772187606"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187691"
},
"departure": {
"time": "1772187691"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187753"
},
"departure": {
"time": "1772187753"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187840"
},
"departure": {
"time": "1772187840"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772187905"
},
"departure": {
"time": "1772187905"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772188007"
},
"departure": {
"time": "1772188007"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772188078"
},
"departure": {
"time": "1772188078"
},
"stopId": "SAUMUR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772188145"
},
"departure": {
"time": "1772188145"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772188200"
},
"departure": {
"time": "1772188200"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772188310"
},
"departure": {
"time": "1772188310"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772188362"
},
"departure": {
"time": "1772188362"
},
"stopId": "STLEON5B",
"stopSequence": 46
},
{
"arrival": {
"time": "1772188437"
},
"departure": {
"time": "1772188437"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188531"
},
"departure": {
"time": "1772188531"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1772188729"
},
"departure": {
"time": "1772188729"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772188819"
},
"departure": {
"time": "1772188819"
},
"stopId": "GILLIER",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258059"
}
}
},
{
"id": "trip:6541252",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185229"
},
"departure": {
"time": "1772185229"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185350"
},
"departure": {
"time": "1772185350"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185430"
},
"departure": {
"time": "1772185430"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185550"
},
"departure": {
"time": "1772185550"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185640"
},
"departure": {
"time": "1772185640"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185760"
},
"departure": {
"time": "1772185760"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185870"
},
"departure": {
"time": "1772185870"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185970"
},
"departure": {
"time": "1772185970"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186040"
},
"departure": {
"time": "1772186040"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186110"
},
"departure": {
"time": "1772186110"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186220"
},
"departure": {
"time": "1772186220"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186310"
},
"departure": {
"time": "1772186310"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186410"
},
"departure": {
"time": "1772186410"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186510"
},
"departure": {
"time": "1772186510"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186620"
},
"departure": {
"time": "1772186620"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186730"
},
"departure": {
"time": "1772186730"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186850"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541252"
}
}
},
{
"id": "trip:6544932",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188140"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188241"
},
"departure": {
"time": "1772188241"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188350"
},
"departure": {
"time": "1772188350"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188431"
},
"departure": {
"time": "1772188431"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188524"
},
"departure": {
"time": "1772188524"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188634"
},
"departure": {
"time": "1772188634"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188810"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544932"
}
}
},
{
"id": "trip:6258653",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186580"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186654"
},
"departure": {
"time": "1772186654"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186689"
},
"departure": {
"time": "1772186689"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186820"
},
"departure": {
"time": "1772186820"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186903"
},
"departure": {
"time": "1772186903"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186957"
},
"departure": {
"time": "1772186957"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187002"
},
"departure": {
"time": "1772187002"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187060"
},
"departure": {
"time": "1772187060"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187131"
},
"departure": {
"time": "1772187131"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187221"
},
"departure": {
"time": "1772187221"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187305"
},
"departure": {
"time": "1772187305"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187391"
},
"departure": {
"time": "1772187391"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187431"
},
"departure": {
"time": "1772187431"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187468"
},
"departure": {
"time": "1772187468"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187549"
},
"departure": {
"time": "1772187549"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187621"
},
"departure": {
"time": "1772187621"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187698"
},
"departure": {
"time": "1772187698"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187741"
},
"departure": {
"time": "1772187741"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187803"
},
"departure": {
"time": "1772187803"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187836"
},
"departure": {
"time": "1772187836"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187904"
},
"departure": {
"time": "1772187904"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187971"
},
"departure": {
"time": "1772187971"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188007"
},
"departure": {
"time": "1772188007"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188111"
},
"departure": {
"time": "1772188111"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188236"
},
"departure": {
"time": "1772188236"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188304"
},
"departure": {
"time": "1772188304"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188378"
},
"departure": {
"time": "1772188378"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188049"
},
"departure": {
"time": "1772188049"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188112"
},
"departure": {
"time": "1772188112"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188174"
},
"departure": {
"time": "1772188174"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188217"
},
"departure": {
"time": "1772188217"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188253"
},
"departure": {
"time": "1772188253"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188331"
},
"departure": {
"time": "1772188331"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188411"
},
"departure": {
"time": "1772188411"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188536"
},
"departure": {
"time": "1772188536"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772188581"
},
"departure": {
"time": "1772188581"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772188626"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258653"
}
}
},
{
"id": "trip:6258651",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185185"
},
"departure": {
"time": "1772185235"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185288"
},
"departure": {
"time": "1772185288"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185340"
},
"departure": {
"time": "1772185340"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185384"
},
"departure": {
"time": "1772185384"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185440"
},
"departure": {
"time": "1772185440"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185511"
},
"departure": {
"time": "1772185511"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185567"
},
"departure": {
"time": "1772185567"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185593"
},
"departure": {
"time": "1772185593"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185677"
},
"departure": {
"time": "1772185677"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185763"
},
"departure": {
"time": "1772185763"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185803"
},
"departure": {
"time": "1772185803"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185840"
},
"departure": {
"time": "1772185840"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185935"
},
"departure": {
"time": "1772185935"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186007"
},
"departure": {
"time": "1772186007"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186084"
},
"departure": {
"time": "1772186084"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186127"
},
"departure": {
"time": "1772186127"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186189"
},
"departure": {
"time": "1772186189"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186222"
},
"departure": {
"time": "1772186222"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186290"
},
"departure": {
"time": "1772186290"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186357"
},
"departure": {
"time": "1772186357"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186393"
},
"departure": {
"time": "1772186393"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186497"
},
"departure": {
"time": "1772186497"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186622"
},
"departure": {
"time": "1772186622"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186690"
},
"departure": {
"time": "1772186690"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186764"
},
"departure": {
"time": "1772186764"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186358"
},
"departure": {
"time": "1772186358"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186421"
},
"departure": {
"time": "1772186421"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186483"
},
"departure": {
"time": "1772186483"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186526"
},
"departure": {
"time": "1772186526"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186562"
},
"departure": {
"time": "1772186562"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186640"
},
"departure": {
"time": "1772186640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186720"
},
"departure": {
"time": "1772186720"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186922"
},
"departure": {
"time": "1772186922"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186967"
},
"departure": {
"time": "1772186967"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187012"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258651"
}
}
},
{
"id": "trip:6543555",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185167"
},
"departure": {
"time": "1772185214"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185350"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543555"
}
}
},
{
"id": "trip:6052683",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185156"
},
"departure": {
"time": "1772185173"
},
"stopId": "COTTAG-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185212"
},
"departure": {
"time": "1772185233"
},
"stopId": "EVENTARD",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185295"
},
"departure": {
"time": "1772185295"
},
"stopId": "CHABOLA.",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185361"
},
"departure": {
"time": "1772185361"
},
"stopId": "CONFLU-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185401"
},
"departure": {
"time": "1772185401"
},
"stopId": "EPERVI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185494"
},
"departure": {
"time": "1772185494"
},
"stopId": "PTFILL-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185620"
},
"departure": {
"time": "1772185620"
},
"stopId": "PRTLAU-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185668"
},
"departure": {
"time": "1772185668"
},
"stopId": "CHAUMI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185705"
},
"departure": {
"time": "1772185705"
},
"stopId": "LESRIV-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185740"
},
"departure": {
"time": "1772185740"
},
"stopId": "BBRANC-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185772"
},
"departure": {
"time": "1772185772"
},
"stopId": "VIELMA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185804"
},
"departure": {
"time": "1772185804"
},
"stopId": "MA4VE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185843"
},
"departure": {
"time": "1772185843"
},
"stopId": "FIEGEN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185887"
},
"departure": {
"time": "1772185887"
},
"stopId": "LABROS-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185948"
},
"departure": {
"time": "1772185948"
},
"stopId": "BMOTTE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186041"
},
"departure": {
"time": "1772186041"
},
"stopId": "GRIMOR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186100"
},
"stopId": "VEILLIER",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"tripId": "6052683"
}
}
},
{
"id": "trip:6260020",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186716"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186831"
},
"departure": {
"time": "1772186831"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186896"
},
"departure": {
"time": "1772186896"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186937"
},
"departure": {
"time": "1772186937"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187237"
},
"departure": {
"time": "1772187237"
},
"stopId": "CNFPT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187357"
},
"departure": {
"time": "1772187357"
},
"stopId": "DARWIN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187417"
},
"departure": {
"time": "1772187417"
},
"stopId": "MOREL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187445"
},
"departure": {
"time": "1772187445"
},
"stopId": "INRA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187482"
},
"departure": {
"time": "1772187482"
},
"stopId": "GDPERI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187513"
},
"departure": {
"time": "1772187513"
},
"stopId": "LANDRE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187597"
},
"departure": {
"time": "1772187597"
},
"stopId": "BRGPAI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187629"
},
"departure": {
"time": "1772187629"
},
"stopId": "RODIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187668"
},
"departure": {
"time": "1772187668"
},
"stopId": "GRANBE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187717"
},
"departure": {
"time": "1772187717"
},
"stopId": "PROME-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187771"
},
"departure": {
"time": "1772187771"
},
"stopId": "CERFEU-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187804"
},
"departure": {
"time": "1772187804"
},
"stopId": "MONOD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187838"
},
"departure": {
"time": "1772187838"
},
"stopId": "CITRON-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187869"
},
"departure": {
"time": "1772187869"
},
"stopId": "ECHATS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187951"
},
"stopId": "LATOLL",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6260020"
}
}
},
{
"id": "trip:6258531",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185204"
},
"stopId": "BENE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185258"
},
"departure": {
"time": "1772185258"
},
"stopId": "JUIGDEP",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185290"
},
"departure": {
"time": "1772185290"
},
"stopId": "CAMPJUIG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185318"
},
"departure": {
"time": "1772185318"
},
"stopId": "RENOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185346"
},
"departure": {
"time": "1772185346"
},
"stopId": "RECLAIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185379"
},
"departure": {
"time": "1772185379"
},
"stopId": "DOMVATER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185618"
},
"departure": {
"time": "1772185618"
},
"stopId": "PISCMU-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185620"
},
"departure": {
"time": "1772185620"
},
"stopId": "PISCMUFF",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185691"
},
"departure": {
"time": "1772185691"
},
"stopId": "ANAFRAN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185320"
},
"departure": {
"time": "1772185320"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185344"
},
"departure": {
"time": "1772185344"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTILL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185502"
},
"departure": {
"time": "1772185502"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185537"
},
"departure": {
"time": "1772185537"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGUY",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185558"
},
"departure": {
"time": "1772185558"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JUI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185590"
},
"departure": {
"time": "1772185590"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAUVO",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185620"
},
"departure": {
"time": "1772185620"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ZOLA",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185677"
},
"departure": {
"time": "1772185677"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELAIR",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185542"
},
"departure": {
"time": "1772185542"
},
"stopId": "ESPMONTR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185611"
},
"departure": {
"time": "1772185611"
},
"stopId": "PLATFLEU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185674"
},
"departure": {
"time": "1772185674"
},
"stopId": "JEHUEZ",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185725"
},
"departure": {
"time": "1772185725"
},
"stopId": "MASTELLE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185764"
},
"departure": {
"time": "1772185764"
},
"stopId": "AVENEURO",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185782"
},
"departure": {
"time": "1772185782"
},
"stopId": "DANEMA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185838"
},
"departure": {
"time": "1772185838"
},
"stopId": "ALLEMAGN",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185870"
},
"departure": {
"time": "1772185870"
},
"stopId": "ITALIE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185906"
},
"departure": {
"time": "1772185906"
},
"stopId": "IRLANDE",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185955"
},
"departure": {
"time": "1772185955"
},
"stopId": "AUTRICH",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185974"
},
"departure": {
"time": "1772185974"
},
"stopId": "PLOTTIER",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186025"
},
"departure": {
"time": "1772186025"
},
"stopId": "CCADEA",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186051"
},
"departure": {
"time": "1772186051"
},
"stopId": "AUCHAN",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186205"
},
"departure": {
"time": "1772186205"
},
"stopId": "AARDBUS",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186249"
},
"departure": {
"time": "1772186249"
},
"stopId": "POIVRE",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186289"
},
"departure": {
"time": "1772186289"
},
"stopId": "BONPLAND",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186335"
},
"departure": {
"time": "1772186335"
},
"stopId": "LEPRE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186385"
},
"departure": {
"time": "1772186385"
},
"stopId": "SALET-AR",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186417"
},
"departure": {
"time": "1772186417"
},
"stopId": "RIPOLLE",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186468"
},
"departure": {
"time": "1772186468"
},
"stopId": "PEGARDE",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186515"
},
"departure": {
"time": "1772186515"
},
"stopId": "CIAVRILL",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186565"
},
"departure": {
"time": "1772186565"
},
"stopId": "MAIRAVR",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186608"
},
"departure": {
"time": "1772186608"
},
"stopId": "MAUFINE",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186670"
},
"departure": {
"time": "1772186670"
},
"stopId": "DELAUNE",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186709"
},
"departure": {
"time": "1772186709"
},
"stopId": "BEURRIER",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186777"
},
"departure": {
"time": "1772186777"
},
"stopId": "BRASSENS",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186826"
},
"departure": {
"time": "1772186826"
},
"stopId": "RONDE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186869"
},
"departure": {
"time": "1772186869"
},
"stopId": "PLAMAY",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186925"
},
"departure": {
"time": "1772186925"
},
"stopId": "KENNEDY",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186976"
},
"departure": {
"time": "1772186976"
},
"stopId": "ECHMAN",
"stopSequence": 48
},
{
"arrival": {
"time": "1772187054"
},
"departure": {
"time": "1772187054"
},
"stopId": "LIZE07",
"stopSequence": 49
},
{
"arrival": {
"time": "1772187092"
},
"departure": {
"time": "1772187092"
},
"stopId": "GASNIER",
"stopSequence": 50
},
{
"arrival": {
"time": "1772187149"
},
"departure": {
"time": "1772187149"
},
"stopId": "GOURONNI",
"stopSequence": 51
},
{
"arrival": {
"time": "1772187221"
},
"departure": {
"time": "1772187221"
},
"stopId": "CLOUET",
"stopSequence": 52
},
{
"arrival": {
"time": "1772187254"
},
"departure": {
"time": "1772187254"
},
"stopId": "BICHLAZA",
"stopSequence": 53
},
{
"arrival": {
"time": "1772187285"
},
"departure": {
"time": "1772187285"
},
"stopId": "DESCAZEA",
"stopSequence": 54
},
{
"arrival": {
"time": "1772187353"
},
"departure": {
"time": "1772187353"
},
"stopId": "MONPROFI",
"stopSequence": 55
},
{
"arrival": {
"time": "1772187372"
},
"departure": {
"time": "1772187372"
},
"stopId": "DUMESNIL",
"stopSequence": 56
},
{
"arrival": {
"time": "1772187411"
},
"departure": {
"time": "1772187411"
},
"stopId": "LEQUAI",
"stopSequence": 57
},
{
"arrival": {
"time": "1772187551"
},
"departure": {
"time": "1772187551"
},
"stopId": "CHDARR",
"stopSequence": 58
},
{
"arrival": {
"time": "1772187591"
},
"departure": {
"time": "1772187591"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 59
},
{
"arrival": {
"time": "1772187660"
},
"departure": {
"time": "1772187660"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 60
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURPOI",
"stopSequence": 61
},
{
"arrival": {
"time": "1772187785"
},
"departure": {
"time": "1772187785"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBLIQ",
"stopSequence": 62
},
{
"arrival": {
"time": "1772187840"
},
"departure": {
"time": "1772187840"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICRO-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772187896"
},
"departure": {
"time": "1772187896"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772187580"
},
"departure": {
"time": "1772187580"
},
"stopId": "CCI",
"stopSequence": 65
},
{
"arrival": {
"time": "1772187652"
},
"departure": {
"time": "1772188080"
},
"stopId": "LICES-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"stopId": "ANLERO-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772188343"
},
"departure": {
"time": "1772188343"
},
"stopId": "MICHEL-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772188397"
},
"departure": {
"time": "1772188397"
},
"stopId": "BOURGO-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772188442"
},
"departure": {
"time": "1772188442"
},
"stopId": "VOLNEY-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772188500"
},
"departure": {
"time": "1772188500"
},
"stopId": "MADELE-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772188573"
},
"departure": {
"time": "1772188573"
},
"stopId": "JEBOUI-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772188645"
},
"departure": {
"time": "1772188645"
},
"stopId": "PCOUBE-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772188680"
},
"departure": {
"time": "1772188680"
},
"stopId": "AROBA-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772188780"
},
"departure": {
"time": "1772188780"
},
"stopId": "LANGLA-E",
"stopSequence": 75
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258531"
}
}
},
{
"id": "trip:6260090",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187960"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOPITAL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187965"
},
"departure": {
"time": "1772187965"
},
"stopId": "HRECULEE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188016"
},
"departure": {
"time": "1772188016"
},
"stopId": "FMEDECIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188101"
},
"departure": {
"time": "1772188101"
},
"stopId": "WJMO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188150"
},
"departure": {
"time": "1772188150"
},
"stopId": "ESEO",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188208"
},
"departure": {
"time": "1772188208"
},
"stopId": "CHARNASS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188280"
},
"departure": {
"time": "1772188280"
},
"stopId": "FRATER",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188335"
},
"departure": {
"time": "1772188335"
},
"stopId": "LECUIT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188424"
},
"departure": {
"time": "1772188424"
},
"stopId": "BLERIOT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188485"
},
"departure": {
"time": "1772188485"
},
"stopId": "BARRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188562"
},
"departure": {
"time": "1772188562"
},
"stopId": "STTERESE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188607"
},
"departure": {
"time": "1772188607"
},
"stopId": "BICHBICH",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188663"
},
"departure": {
"time": "1772188663"
},
"stopId": "DESCAZEA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188743"
},
"departure": {
"time": "1772188743"
},
"stopId": "MONPROFI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188820"
},
"departure": {
"time": "1772188820"
},
"stopId": "LEQUAI",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260090"
}
}
},
{
"id": "trip:6258098",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187000"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187047"
},
"departure": {
"time": "1772187047"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187093"
},
"departure": {
"time": "1772187093"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187159"
},
"departure": {
"time": "1772187159"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187222"
},
"departure": {
"time": "1772187222"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187360"
},
"departure": {
"time": "1772187360"
},
"stopId": "CARREF5A",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187444"
},
"departure": {
"time": "1772187444"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187529"
},
"departure": {
"time": "1772187529"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187600"
},
"departure": {
"time": "1772187600"
},
"stopId": "EUROPE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187703"
},
"departure": {
"time": "1772187703"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187815"
},
"departure": {
"time": "1772187815"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187860"
},
"departure": {
"time": "1772187860"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187896"
},
"departure": {
"time": "1772187896"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187971"
},
"departure": {
"time": "1772187971"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188058"
},
"departure": {
"time": "1772188058"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188140"
},
"departure": {
"time": "1772188140"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188250"
},
"departure": {
"time": "1772188250"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188367"
},
"departure": {
"time": "1772188367"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188439"
},
"departure": {
"time": "1772188439"
},
"stopId": "STLEON5A",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188506"
},
"departure": {
"time": "1772188506"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188660"
},
"departure": {
"time": "1772188660"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188733"
},
"departure": {
"time": "1772188733"
},
"stopId": "SAUMUROI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188814"
},
"departure": {
"time": "1772188814"
},
"stopId": "INTERMIL",
"stopSequence": 23
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258098"
}
}
},
{
"id": "trip:6258133",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185128"
},
"departure": {
"time": "1772185128"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185167"
},
"departure": {
"time": "1772185203"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185232"
},
"departure": {
"time": "1772185232"
},
"stopId": "EUROPE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185376"
},
"departure": {
"time": "1772185376"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185488"
},
"departure": {
"time": "1772185488"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185533"
},
"departure": {
"time": "1772185533"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185569"
},
"departure": {
"time": "1772185569"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185644"
},
"departure": {
"time": "1772185644"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185727"
},
"departure": {
"time": "1772185727"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185809"
},
"departure": {
"time": "1772185809"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185906"
},
"departure": {
"time": "1772185906"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186010"
},
"departure": {
"time": "1772186010"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186074"
},
"departure": {
"time": "1772186074"
},
"stopId": "STLEON5A",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186134"
},
"departure": {
"time": "1772186134"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186235"
},
"departure": {
"time": "1772186235"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186274"
},
"departure": {
"time": "1772186274"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186345"
},
"departure": {
"time": "1772186345"
},
"stopId": "SAUMUROI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186428"
},
"departure": {
"time": "1772186428"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186488"
},
"departure": {
"time": "1772186488"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186536"
},
"departure": {
"time": "1772186536"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186611"
},
"departure": {
"time": "1772186611"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186645"
},
"departure": {
"time": "1772186645"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186716"
},
"departure": {
"time": "1772186716"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186773"
},
"departure": {
"time": "1772186773"
},
"stopId": "NERUDA",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186829"
},
"departure": {
"time": "1772186829"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186886"
},
"departure": {
"time": "1772186886"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186935"
},
"departure": {
"time": "1772186935"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187003"
},
"departure": {
"time": "1772187003"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187075"
},
"departure": {
"time": "1772187075"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187139"
},
"departure": {
"time": "1772187139"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187171"
},
"departure": {
"time": "1772187171"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187196"
},
"departure": {
"time": "1772187196"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187248"
},
"departure": {
"time": "1772187248"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187296"
},
"departure": {
"time": "1772187296"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772187328"
},
"departure": {
"time": "1772187328"
},
"stopId": "MAJUIN5A",
"stopSequence": 40
},
{
"arrival": {
"time": "1772187377"
},
"departure": {
"time": "1772187377"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772187435"
},
"departure": {
"time": "1772187435"
},
"stopId": "GAUBOU5A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187522"
},
"departure": {
"time": "1772187522"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187602"
},
"departure": {
"time": "1772187602"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187662"
},
"departure": {
"time": "1772187662"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187737"
},
"departure": {
"time": "1772187737"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187772"
},
"departure": {
"time": "1772187772"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1772187834"
},
"departure": {
"time": "1772187834"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1772187874"
},
"departure": {
"time": "1772187874"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1772187922"
},
"departure": {
"time": "1772187922"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772187993"
},
"departure": {
"time": "1772187993"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772188038"
},
"departure": {
"time": "1772188038"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772188208"
},
"departure": {
"time": "1772188208"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772188248"
},
"departure": {
"time": "1772188248"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772188259"
},
"departure": {
"time": "1772188259"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772188319"
},
"departure": {
"time": "1772188319"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772188363"
},
"departure": {
"time": "1772188363"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772188404"
},
"departure": {
"time": "1772188404"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772188508"
},
"departure": {
"time": "1772188508"
},
"stopId": "LECLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772188549"
},
"departure": {
"time": "1772188549"
},
"stopId": "CAMUS-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772188593"
},
"departure": {
"time": "1772188593"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772188672"
},
"departure": {
"time": "1772188672"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772188728"
},
"departure": {
"time": "1772188728"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772188796"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258133"
}
}
},
{
"id": "trip:6052747",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185860"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186019"
},
"departure": {
"time": "1772186019"
},
"stopId": "SECUSO-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186070"
},
"departure": {
"time": "1772186070"
},
"stopId": "STEXUP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186160"
},
"departure": {
"time": "1772186160"
},
"stopId": "GARDOT-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186820"
},
"departure": {
"time": "1772186820"
},
"stopId": "BRISSA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186895"
},
"departure": {
"time": "1772186895"
},
"stopId": "FONTEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186932"
},
"departure": {
"time": "1772186932"
},
"stopId": "BARBOT-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187000"
},
"departure": {
"time": "1772187000"
},
"stopId": "GDPRES-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187029"
},
"departure": {
"time": "1772187029"
},
"stopId": "SOLAND-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187063"
},
"departure": {
"time": "1772187063"
},
"stopId": "ERIGNE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187149"
},
"departure": {
"time": "1772187149"
},
"stopId": "LEVESQ-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187177"
},
"departure": {
"time": "1772187177"
},
"stopId": "MURSHV-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187245"
},
"departure": {
"time": "1772187245"
},
"stopId": "CARMET-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187322"
},
"departure": {
"time": "1772187322"
},
"stopId": "LECOTE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187371"
},
"departure": {
"time": "1772187371"
},
"stopId": "LABUIS-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187420"
},
"stopId": "HTDEMURS",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "23",
"tripId": "6052747"
}
}
},
{
"id": "trip:6258436",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186940"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187052"
},
"departure": {
"time": "1772187052"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187077"
},
"departure": {
"time": "1772187077"
},
"stopId": "JEBOUTON",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187183"
},
"departure": {
"time": "1772187183"
},
"stopId": "LAVOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187251"
},
"departure": {
"time": "1772187251"
},
"stopId": "RIOTTEAU",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187291"
},
"departure": {
"time": "1772187291"
},
"stopId": "ALLUMETT",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187344"
},
"departure": {
"time": "1772187344"
},
"stopId": "DAGUERRE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187399"
},
"departure": {
"time": "1772187399"
},
"stopId": "BELVTR-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187469"
},
"departure": {
"time": "1772187469"
},
"stopId": "MARAIS-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187563"
},
"departure": {
"time": "1772187563"
},
"stopId": "GASPALON",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187680"
},
"departure": {
"time": "1772187680"
},
"stopId": "VILSANTE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187717"
},
"departure": {
"time": "1772187717"
},
"stopId": "CORMIER",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187786"
},
"departure": {
"time": "1772187786"
},
"stopId": "STLEONAR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187815"
},
"departure": {
"time": "1772187815"
},
"stopId": "GERICAUL",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187860"
},
"departure": {
"time": "1772187860"
},
"stopId": "MONGAZON",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187894"
},
"departure": {
"time": "1772187894"
},
"stopId": "KOPA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187951"
},
"departure": {
"time": "1772187951"
},
"stopId": "DESMAZ",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188001"
},
"departure": {
"time": "1772188001"
},
"stopId": "ANFRANCK",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188058"
},
"departure": {
"time": "1772188058"
},
"stopId": "STJOSEP",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188123"
},
"departure": {
"time": "1772188123"
},
"stopId": "PLDULYCE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188220"
},
"departure": {
"time": "1772188260"
},
"stopId": "HMAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188314"
},
"departure": {
"time": "1772188314"
},
"stopId": "FO-LOR-R",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188425"
},
"departure": {
"time": "1772188425"
},
"stopId": "STAUBI-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188478"
},
"departure": {
"time": "1772188478"
},
"stopId": "HARAS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "LESGAR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188698"
},
"departure": {
"time": "1772188698"
},
"stopId": "SEMARD-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188732"
},
"departure": {
"time": "1772188732"
},
"stopId": "PONTNO-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188798"
},
"departure": {
"time": "1772188798"
},
"stopId": "POIREL-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188834"
},
"departure": {
"time": "1772188834"
},
"stopId": "VAUBAN-E",
"stopSequence": 28
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258436"
}
}
},
{
"id": "trip:6258271",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185147"
},
"departure": {
"time": "1772185147"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185363"
},
"departure": {
"time": "1772185363"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185545"
},
"departure": {
"time": "1772185545"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185644"
},
"departure": {
"time": "1772185644"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185700"
},
"departure": {
"time": "1772185700"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185785"
},
"departure": {
"time": "1772185785"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185889"
},
"departure": {
"time": "1772185889"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185951"
},
"departure": {
"time": "1772185951"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185997"
},
"departure": {
"time": "1772185997"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186077"
},
"departure": {
"time": "1772186077"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186117"
},
"departure": {
"time": "1772186117"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186145"
},
"departure": {
"time": "1772186145"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186184"
},
"departure": {
"time": "1772186184"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186227"
},
"departure": {
"time": "1772186227"
},
"stopId": "MAISDA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186267"
},
"departure": {
"time": "1772186267"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186304"
},
"departure": {
"time": "1772186304"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186369"
},
"departure": {
"time": "1772186369"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186418"
},
"departure": {
"time": "1772186418"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186468"
},
"departure": {
"time": "1772186468"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186520"
},
"departure": {
"time": "1772186520"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186569"
},
"departure": {
"time": "1772186569"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186604"
},
"departure": {
"time": "1772186604"
},
"stopId": "TERNIE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186636"
},
"departure": {
"time": "1772186636"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772186678"
},
"departure": {
"time": "1772186678"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772186733"
},
"departure": {
"time": "1772186733"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772186777"
},
"departure": {
"time": "1772186777"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772186809"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258271"
}
}
},
{
"id": "trip:6257897",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185149"
},
"departure": {
"time": "1772185177"
},
"stopId": "GARDOT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185186"
},
"departure": {
"time": "1772185217"
},
"stopId": "MONTAI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185268"
},
"departure": {
"time": "1772185268"
},
"stopId": "CIMETI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185335"
},
"departure": {
"time": "1772185335"
},
"stopId": "AFPA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772185378"
},
"departure": {
"time": "1772185378"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772185424"
},
"departure": {
"time": "1772185424"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772185513"
},
"departure": {
"time": "1772185513"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772185571"
},
"departure": {
"time": "1772185571"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772185625"
},
"departure": {
"time": "1772185625"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772185695"
},
"departure": {
"time": "1772185695"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772185757"
},
"departure": {
"time": "1772185757"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772185817"
},
"departure": {
"time": "1772185817"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772185873"
},
"departure": {
"time": "1772185873"
},
"stopId": "STADE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772185924"
},
"departure": {
"time": "1772185924"
},
"stopId": "PELLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772185964"
},
"departure": {
"time": "1772185964"
},
"stopId": "CEEQUE-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772186005"
},
"departure": {
"time": "1772186005"
},
"stopId": "MORLIE-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772186073"
},
"departure": {
"time": "1772186073"
},
"stopId": "WALCOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772186113"
},
"departure": {
"time": "1772186113"
},
"stopId": "JAUDET-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772186202"
},
"departure": {
"time": "1772186202"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772186229"
},
"departure": {
"time": "1772186229"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772186252"
},
"departure": {
"time": "1772186252"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772186288"
},
"departure": {
"time": "1772186288"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772186353"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257897"
}
}
},
{
"id": "trip:6258729",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186640"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186669"
},
"departure": {
"time": "1772186669"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186720"
},
"departure": {
"time": "1772186720"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186786"
},
"departure": {
"time": "1772186786"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186857"
},
"departure": {
"time": "1772186857"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186946"
},
"departure": {
"time": "1772186946"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187017"
},
"departure": {
"time": "1772187017"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187149"
},
"departure": {
"time": "1772187149"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187248"
},
"departure": {
"time": "1772187248"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186968"
},
"departure": {
"time": "1772186968"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187007"
},
"departure": {
"time": "1772187007"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187055"
},
"departure": {
"time": "1772187055"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187108"
},
"departure": {
"time": "1772187108"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187167"
},
"departure": {
"time": "1772187167"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187273"
},
"departure": {
"time": "1772187273"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187333"
},
"departure": {
"time": "1772187333"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187409"
},
"departure": {
"time": "1772187409"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187444"
},
"departure": {
"time": "1772187444"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187503"
},
"departure": {
"time": "1772187503"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187548"
},
"departure": {
"time": "1772187548"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187618"
},
"departure": {
"time": "1772187618"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187703"
},
"departure": {
"time": "1772187703"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187764"
},
"departure": {
"time": "1772187764"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187813"
},
"departure": {
"time": "1772187813"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187858"
},
"departure": {
"time": "1772187858"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187935"
},
"departure": {
"time": "1772187935"
},
"stopId": "ECLATERI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188023"
},
"departure": {
"time": "1772188023"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188055"
},
"departure": {
"time": "1772188055"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188114"
},
"departure": {
"time": "1772188114"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188182"
},
"departure": {
"time": "1772188182"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188227"
},
"departure": {
"time": "1772188227"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188305"
},
"departure": {
"time": "1772188305"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188364"
},
"departure": {
"time": "1772188364"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188414"
},
"departure": {
"time": "1772188414"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188552"
},
"departure": {
"time": "1772188552"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188607"
},
"departure": {
"time": "1772188607"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772188685"
},
"departure": {
"time": "1772188685"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772188781"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258729"
}
}
},
{
"id": "trip:6258533",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186580"
},
"stopId": "BENE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186634"
},
"departure": {
"time": "1772186634"
},
"stopId": "JUIGDEP",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186666"
},
"departure": {
"time": "1772186666"
},
"stopId": "CAMPJUIG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186694"
},
"departure": {
"time": "1772186694"
},
"stopId": "RENOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186722"
},
"departure": {
"time": "1772186722"
},
"stopId": "RECLAIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186755"
},
"departure": {
"time": "1772186755"
},
"stopId": "DOMVATER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186994"
},
"departure": {
"time": "1772186994"
},
"stopId": "PISCMU-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186996"
},
"departure": {
"time": "1772186996"
},
"stopId": "PISCMUFF",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187067"
},
"departure": {
"time": "1772187067"
},
"stopId": "ANAFRAN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186760"
},
"departure": {
"time": "1772186760"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186784"
},
"departure": {
"time": "1772186784"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTILL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186942"
},
"departure": {
"time": "1772186942"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186977"
},
"departure": {
"time": "1772186977"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGUY",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186998"
},
"departure": {
"time": "1772186998"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JUI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187030"
},
"departure": {
"time": "1772187030"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAUVO",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187060"
},
"departure": {
"time": "1772187060"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ZOLA",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187117"
},
"departure": {
"time": "1772187117"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELAIR",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186918"
},
"departure": {
"time": "1772186918"
},
"stopId": "ESPMONTR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186987"
},
"departure": {
"time": "1772186987"
},
"stopId": "PLATFLEU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187050"
},
"departure": {
"time": "1772187050"
},
"stopId": "JEHUEZ",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187101"
},
"departure": {
"time": "1772187101"
},
"stopId": "MASTELLE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187140"
},
"departure": {
"time": "1772187140"
},
"stopId": "AVENEURO",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187158"
},
"departure": {
"time": "1772187158"
},
"stopId": "DANEMA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187214"
},
"departure": {
"time": "1772187214"
},
"stopId": "ALLEMAGN",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187246"
},
"departure": {
"time": "1772187246"
},
"stopId": "ITALIE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187282"
},
"departure": {
"time": "1772187282"
},
"stopId": "IRLANDE",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187331"
},
"departure": {
"time": "1772187331"
},
"stopId": "AUTRICH",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187350"
},
"departure": {
"time": "1772187350"
},
"stopId": "PLOTTIER",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187401"
},
"departure": {
"time": "1772187401"
},
"stopId": "CCADEA",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187427"
},
"departure": {
"time": "1772187427"
},
"stopId": "AUCHAN",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187581"
},
"departure": {
"time": "1772187581"
},
"stopId": "AARDBUS",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187625"
},
"departure": {
"time": "1772187625"
},
"stopId": "POIVRE",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187665"
},
"departure": {
"time": "1772187665"
},
"stopId": "BONPLAND",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187711"
},
"departure": {
"time": "1772187711"
},
"stopId": "LEPRE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187761"
},
"departure": {
"time": "1772187761"
},
"stopId": "SALET-AR",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187793"
},
"departure": {
"time": "1772187793"
},
"stopId": "RIPOLLE",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187844"
},
"departure": {
"time": "1772187844"
},
"stopId": "PEGARDE",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187891"
},
"departure": {
"time": "1772187891"
},
"stopId": "CIAVRILL",
"stopSequence": 39
},
{
"arrival": {
"time": "1772187941"
},
"departure": {
"time": "1772187941"
},
"stopId": "MAIRAVR",
"stopSequence": 40
},
{
"arrival": {
"time": "1772187984"
},
"departure": {
"time": "1772187984"
},
"stopId": "MAUFINE",
"stopSequence": 41
},
{
"arrival": {
"time": "1772188046"
},
"departure": {
"time": "1772188046"
},
"stopId": "DELAUNE",
"stopSequence": 42
},
{
"arrival": {
"time": "1772188085"
},
"departure": {
"time": "1772188085"
},
"stopId": "BEURRIER",
"stopSequence": 43
},
{
"arrival": {
"time": "1772188153"
},
"departure": {
"time": "1772188153"
},
"stopId": "BRASSENS",
"stopSequence": 44
},
{
"arrival": {
"time": "1772188202"
},
"departure": {
"time": "1772188202"
},
"stopId": "RONDE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772188245"
},
"departure": {
"time": "1772188245"
},
"stopId": "PLAMAY",
"stopSequence": 46
},
{
"arrival": {
"time": "1772188301"
},
"departure": {
"time": "1772188301"
},
"stopId": "KENNEDY",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188352"
},
"departure": {
"time": "1772188352"
},
"stopId": "ECHMAN",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188430"
},
"departure": {
"time": "1772188430"
},
"stopId": "LIZE07",
"stopSequence": 49
},
{
"arrival": {
"time": "1772188468"
},
"departure": {
"time": "1772188468"
},
"stopId": "GASNIER",
"stopSequence": 50
},
{
"arrival": {
"time": "1772188525"
},
"departure": {
"time": "1772188525"
},
"stopId": "GOURONNI",
"stopSequence": 51
},
{
"arrival": {
"time": "1772188597"
},
"departure": {
"time": "1772188597"
},
"stopId": "CLOUET",
"stopSequence": 52
},
{
"arrival": {
"time": "1772188630"
},
"departure": {
"time": "1772188630"
},
"stopId": "BICHLAZA",
"stopSequence": 53
},
{
"arrival": {
"time": "1772188661"
},
"departure": {
"time": "1772188661"
},
"stopId": "DESCAZEA",
"stopSequence": 54
},
{
"arrival": {
"time": "1772188729"
},
"departure": {
"time": "1772188729"
},
"stopId": "MONPROFI",
"stopSequence": 55
},
{
"arrival": {
"time": "1772188748"
},
"departure": {
"time": "1772188748"
},
"stopId": "DUMESNIL",
"stopSequence": 56
},
{
"arrival": {
"time": "1772188787"
},
"departure": {
"time": "1772188787"
},
"stopId": "LEQUAI",
"stopSequence": 57
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258533"
}
}
},
{
"id": "trip:6053959",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185152"
},
"departure": {
"time": "1772185188"
},
"stopId": "MILLAR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185218"
},
"departure": {
"time": "1772185218"
},
"stopId": "BASMOR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185261"
},
"departure": {
"time": "1772185261"
},
"stopId": "CHABLA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185300"
},
"departure": {
"time": "1772185300"
},
"stopId": "UNION-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185361"
},
"departure": {
"time": "1772185361"
},
"stopId": "SSYMAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185442"
},
"departure": {
"time": "1772185442"
},
"stopId": "LECLSYLV",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185489"
},
"departure": {
"time": "1772185489"
},
"stopId": "FRANCAIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185549"
},
"departure": {
"time": "1772185549"
},
"stopId": "V.HUGO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185610"
},
"departure": {
"time": "1772185610"
},
"stopId": "ANBRUE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185664"
},
"departure": {
"time": "1772185664"
},
"stopId": "GAUGUI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185721"
},
"stopId": "STSYCHVE",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6053959"
}
}
},
{
"id": "trip:6258559",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185155"
},
"departure": {
"time": "1772185171"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185186"
},
"departure": {
"time": "1772185186"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185215"
},
"departure": {
"time": "1772185215"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185310"
},
"departure": {
"time": "1772185310"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185357"
},
"departure": {
"time": "1772185357"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185438"
},
"departure": {
"time": "1772185438"
},
"stopId": "BOURGONN",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185499"
},
"departure": {
"time": "1772185499"
},
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185550"
},
"departure": {
"time": "1772185550"
},
"stopId": "ANLEROY",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185708"
},
"departure": {
"time": "1772185708"
},
"stopId": "PAULBERT",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185786"
},
"departure": {
"time": "1772185920"
},
"stopId": "LICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185990"
},
"departure": {
"time": "1772185990"
},
"stopId": "CCI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186034"
},
"departure": {
"time": "1772186034"
},
"stopId": "CHDARR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186149"
},
"departure": {
"time": "1772186149"
},
"stopId": "LEQUAI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186189"
},
"departure": {
"time": "1772186189"
},
"stopId": "DUMESN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186204"
},
"departure": {
"time": "1772186204"
},
"stopId": "MONPR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186049"
},
"departure": {
"time": "1772186049"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOURI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186100"
},
"departure": {
"time": "1772186100"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICROIX",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186168"
},
"departure": {
"time": "1772186168"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBL-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186256"
},
"departure": {
"time": "1772186256"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURP-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186400"
},
"departure": {
"time": "1772186400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186258"
},
"departure": {
"time": "1772186258"
},
"stopId": "DESCAZ-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186315"
},
"departure": {
"time": "1772186315"
},
"stopId": "BICHBI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186316"
},
"departure": {
"time": "1772186316"
},
"stopId": "BICHLA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186348"
},
"departure": {
"time": "1772186348"
},
"stopId": "CLOUET-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186413"
},
"departure": {
"time": "1772186413"
},
"stopId": "GOURON-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186465"
},
"departure": {
"time": "1772186465"
},
"stopId": "GASNIE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186503"
},
"departure": {
"time": "1772186503"
},
"stopId": "LIZE07-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186577"
},
"departure": {
"time": "1772186577"
},
"stopId": "ECHMA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186621"
},
"departure": {
"time": "1772186621"
},
"stopId": "KENNED-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186709"
},
"departure": {
"time": "1772186709"
},
"stopId": "WPMA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186761"
},
"departure": {
"time": "1772186761"
},
"stopId": "RONDE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186824"
},
"departure": {
"time": "1772186824"
},
"stopId": "BRASSE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186876"
},
"departure": {
"time": "1772186876"
},
"stopId": "BEURRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772186929"
},
"departure": {
"time": "1772186929"
},
"stopId": "DELAUN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772186984"
},
"departure": {
"time": "1772186984"
},
"stopId": "MAUFIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772187035"
},
"departure": {
"time": "1772187035"
},
"stopId": "MAIRAV-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772187080"
},
"departure": {
"time": "1772187080"
},
"stopId": "CIAVRI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772187121"
},
"departure": {
"time": "1772187121"
},
"stopId": "PEGARD-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772187183"
},
"departure": {
"time": "1772187183"
},
"stopId": "RIPOLE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772187215"
},
"departure": {
"time": "1772187215"
},
"stopId": "SALETT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772187281"
},
"departure": {
"time": "1772187281"
},
"stopId": "LEPRE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772187358"
},
"departure": {
"time": "1772187358"
},
"stopId": "BONPLA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772187393"
},
"departure": {
"time": "1772187393"
},
"stopId": "POIVRE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772187455"
},
"departure": {
"time": "1772187455"
},
"stopId": "AARDBU-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772187591"
},
"departure": {
"time": "1772187591"
},
"stopId": "AUCHAN-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772187635"
},
"departure": {
"time": "1772187635"
},
"stopId": "CCADEA-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772187665"
},
"departure": {
"time": "1772187665"
},
"stopId": "PLOTTI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772187684"
},
"departure": {
"time": "1772187684"
},
"stopId": "AUTRIC-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772187726"
},
"departure": {
"time": "1772187726"
},
"stopId": "IRLAND-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772187755"
},
"departure": {
"time": "1772187755"
},
"stopId": "ITALIE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772187802"
},
"departure": {
"time": "1772187802"
},
"stopId": "ALLEMA-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772187820"
},
"departure": {
"time": "1772187820"
},
"stopId": "DANEMA-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772187846"
},
"departure": {
"time": "1772187846"
},
"stopId": "AVENEU-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772187875"
},
"departure": {
"time": "1772187875"
},
"stopId": "MASTEL-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772187919"
},
"departure": {
"time": "1772187919"
},
"stopId": "JEHUEZ-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772187963"
},
"departure": {
"time": "1772187963"
},
"stopId": "PLATEF-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772188025"
},
"departure": {
"time": "1772188025"
},
"stopId": "ESPMON-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772188340"
},
"departure": {
"time": "1772188340"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELAIR-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772188380"
},
"departure": {
"time": "1772188380"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ZOLA-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772188108"
},
"departure": {
"time": "1772188108"
},
"stopId": "ANAFRA-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1772188177"
},
"departure": {
"time": "1772188177"
},
"stopId": "PISCMU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772188417"
},
"departure": {
"time": "1772188417"
},
"stopId": "DOMVATER",
"stopSequence": 79
},
{
"arrival": {
"time": "1772188415"
},
"departure": {
"time": "1772188415"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772188440"
},
"departure": {
"time": "1772188440"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772188467"
},
"departure": {
"time": "1772188467"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772188504"
},
"departure": {
"time": "1772188504"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772188647"
},
"departure": {
"time": "1772188647"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTI-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772188680"
},
"departure": {
"time": "1772188680"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772188462"
},
"departure": {
"time": "1772188462"
},
"stopId": "RECLAI-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772188501"
},
"departure": {
"time": "1772188501"
},
"stopId": "RENOIR-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772188531"
},
"departure": {
"time": "1772188531"
},
"stopId": "CAMPJU-E",
"stopSequence": 88
},
{
"arrival": {
"time": "1772188566"
},
"departure": {
"time": "1772188566"
},
"stopId": "JUIGN-E",
"stopSequence": 89
},
{
"arrival": {
"time": "1772188655"
},
"stopId": "BENE-E",
"stopSequence": 90
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258559"
}
}
},
{
"id": "trip:6052753",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185719"
},
"departure": {
"time": "1772185719"
},
"stopId": "BRISSA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185794"
},
"departure": {
"time": "1772185794"
},
"stopId": "FONTEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185831"
},
"departure": {
"time": "1772185831"
},
"stopId": "BARBOT-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185899"
},
"departure": {
"time": "1772185899"
},
"stopId": "GDPRES-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185928"
},
"departure": {
"time": "1772185928"
},
"stopId": "SOLAND-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185962"
},
"departure": {
"time": "1772185962"
},
"stopId": "ERIGNE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186048"
},
"departure": {
"time": "1772186048"
},
"stopId": "LEVESQ-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186076"
},
"departure": {
"time": "1772186076"
},
"stopId": "MURSHV-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186144"
},
"departure": {
"time": "1772186144"
},
"stopId": "CARMET-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186221"
},
"departure": {
"time": "1772186221"
},
"stopId": "LECOTE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186270"
},
"departure": {
"time": "1772186270"
},
"stopId": "LABUIS-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186319"
},
"stopId": "HTDEMURS",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "23",
"tripId": "6052753"
}
}
},
{
"id": "trip:6052643",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772187621"
},
"departure": {
"time": "1772187621"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELAIR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187662"
},
"departure": {
"time": "1772187662"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ZOLA-E",
"stopSequence": 30
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052643"
}
}
},
{
"id": "trip:6258560",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185166"
},
"departure": {
"time": "1772185182"
},
"stopId": "GASNIE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185197"
},
"departure": {
"time": "1772185197"
},
"stopId": "LIZE07-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185289"
},
"departure": {
"time": "1772185289"
},
"stopId": "ECHMA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772185333"
},
"departure": {
"time": "1772185333"
},
"stopId": "KENNED-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185421"
},
"departure": {
"time": "1772185421"
},
"stopId": "WPMA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185473"
},
"departure": {
"time": "1772185473"
},
"stopId": "RONDE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185536"
},
"departure": {
"time": "1772185536"
},
"stopId": "BRASSE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185589"
},
"departure": {
"time": "1772185589"
},
"stopId": "BEURRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185644"
},
"departure": {
"time": "1772185644"
},
"stopId": "DELAUN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772185701"
},
"departure": {
"time": "1772185701"
},
"stopId": "MAUFIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772185753"
},
"departure": {
"time": "1772185753"
},
"stopId": "MAIRAV-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772185798"
},
"departure": {
"time": "1772185798"
},
"stopId": "CIAVRI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772185839"
},
"departure": {
"time": "1772185839"
},
"stopId": "PEGARD-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772185901"
},
"departure": {
"time": "1772185901"
},
"stopId": "RIPOLE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772185933"
},
"departure": {
"time": "1772185933"
},
"stopId": "SALETT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772185999"
},
"departure": {
"time": "1772185999"
},
"stopId": "LEPRE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772186076"
},
"departure": {
"time": "1772186076"
},
"stopId": "BONPLA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772186111"
},
"departure": {
"time": "1772186111"
},
"stopId": "POIVRE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772186173"
},
"departure": {
"time": "1772186173"
},
"stopId": "AARDBU-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772186309"
},
"departure": {
"time": "1772186309"
},
"stopId": "AUCHAN-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772186353"
},
"departure": {
"time": "1772186353"
},
"stopId": "CCADEA-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772186383"
},
"departure": {
"time": "1772186383"
},
"stopId": "PLOTTI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772186402"
},
"departure": {
"time": "1772186402"
},
"stopId": "AUTRIC-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772186444"
},
"departure": {
"time": "1772186444"
},
"stopId": "IRLAND-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772186473"
},
"departure": {
"time": "1772186473"
},
"stopId": "ITALIE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772186520"
},
"departure": {
"time": "1772186520"
},
"stopId": "ALLEMA-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772186538"
},
"departure": {
"time": "1772186538"
},
"stopId": "DANEMA-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772186564"
},
"departure": {
"time": "1772186564"
},
"stopId": "AVENEU-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772186593"
},
"departure": {
"time": "1772186593"
},
"stopId": "MASTEL-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772186637"
},
"departure": {
"time": "1772186637"
},
"stopId": "JEHUEZ-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772186681"
},
"departure": {
"time": "1772186681"
},
"stopId": "PLATEF-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772186743"
},
"departure": {
"time": "1772186743"
},
"stopId": "ESPMON-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772186840"
},
"departure": {
"time": "1772186840"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELAIR-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ZOLA-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772186792"
},
"departure": {
"time": "1772186792"
},
"stopId": "ANAFRA-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1772186861"
},
"departure": {
"time": "1772186861"
},
"stopId": "PISCMU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772187101"
},
"departure": {
"time": "1772187101"
},
"stopId": "DOMVATER",
"stopSequence": 79
},
{
"arrival": {
"time": "1772186915"
},
"departure": {
"time": "1772186915"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772186967"
},
"departure": {
"time": "1772186967"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772187004"
},
"departure": {
"time": "1772187004"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772187147"
},
"departure": {
"time": "1772187147"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTI-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"stopId": "RECLAI-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772187219"
},
"departure": {
"time": "1772187219"
},
"stopId": "RENOIR-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772187249"
},
"departure": {
"time": "1772187249"
},
"stopId": "CAMPJU-E",
"stopSequence": 88
},
{
"arrival": {
"time": "1772187284"
},
"departure": {
"time": "1772187284"
},
"stopId": "JUIGN-E",
"stopSequence": 89
},
{
"arrival": {
"time": "1772187373"
},
"stopId": "BENE-E",
"stopSequence": 90
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258560"
}
}
},
{
"id": "trip:6257575",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185217"
},
"departure": {
"time": "1772185217"
},
"stopId": "SLEZIND",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185262"
},
"departure": {
"time": "1772185262"
},
"stopId": "GENTRIC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185333"
},
"departure": {
"time": "1772185333"
},
"stopId": "DAUTEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185353"
},
"departure": {
"time": "1772185353"
},
"stopId": "BUISSON",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185394"
},
"departure": {
"time": "1772185394"
},
"stopId": "PYRAM02",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185440"
},
"departure": {
"time": "1772185440"
},
"stopId": "MORLONG",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185467"
},
"departure": {
"time": "1772185467"
},
"stopId": "BOURSE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185504"
},
"departure": {
"time": "1772185504"
},
"stopId": "RIOTTEAU",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185535"
},
"departure": {
"time": "1772185535"
},
"stopId": "ALLUMETT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185576"
},
"departure": {
"time": "1772185576"
},
"stopId": "DAGUERRE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185615"
},
"departure": {
"time": "1772185615"
},
"stopId": "LEOLAGRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185662"
},
"departure": {
"time": "1772185662"
},
"stopId": "VDLOIRE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185755"
},
"departure": {
"time": "1772185755"
},
"stopId": "ECLATERI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185680"
},
"departure": {
"time": "1772185680"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185731"
},
"departure": {
"time": "1772185731"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185803"
},
"departure": {
"time": "1772185803"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185869"
},
"departure": {
"time": "1772185869"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185859"
},
"departure": {
"time": "1772185859"
},
"stopId": "JUSTICES",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185906"
},
"departure": {
"time": "1772185906"
},
"stopId": "DELACROI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185991"
},
"departure": {
"time": "1772185991"
},
"stopId": "SAUMUROI",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186087"
},
"departure": {
"time": "1772186087"
},
"stopId": "INTERMIL",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186157"
},
"departure": {
"time": "1772186157"
},
"stopId": "HAUTPRES",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186212"
},
"departure": {
"time": "1772186212"
},
"stopId": "DELATTRE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186271"
},
"departure": {
"time": "1772186271"
},
"stopId": "MORELLIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186312"
},
"departure": {
"time": "1772186312"
},
"stopId": "LORETTE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186355"
},
"departure": {
"time": "1772186355"
},
"stopId": "BEAUVAL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186408"
},
"departure": {
"time": "1772186408"
},
"stopId": "LETANDUE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186511"
},
"departure": {
"time": "1772186511"
},
"stopId": "STRASBOU",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186576"
},
"departure": {
"time": "1772186576"
},
"stopId": "FREMUR",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186630"
},
"departure": {
"time": "1772186630"
},
"stopId": "VAUBAN",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186668"
},
"departure": {
"time": "1772186668"
},
"stopId": "POIREL",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186735"
},
"departure": {
"time": "1772186735"
},
"stopId": "PONTNOIR",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186778"
},
"departure": {
"time": "1772186778"
},
"stopId": "SEMARD",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186805"
},
"departure": {
"time": "1772186805"
},
"stopId": "GAREPAPI",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187072"
},
"departure": {
"time": "1772187072"
},
"stopId": "HARAS",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187142"
},
"departure": {
"time": "1772187142"
},
"stopId": "STAUBIN",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187226"
},
"departure": {
"time": "1772187360"
},
"stopId": "LORRAIN1",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187540"
},
"departure": {
"time": "1772187540"
},
"stopId": "MENDES-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187684"
},
"departure": {
"time": "1772187684"
},
"stopId": "TALET-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187951"
},
"departure": {
"time": "1772187951"
},
"stopId": "RAMON-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772187675"
},
"departure": {
"time": "1772187675"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187828"
},
"departure": {
"time": "1772187828"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187972"
},
"departure": {
"time": "1772187972"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772188064"
},
"departure": {
"time": "1772188064"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772188034"
},
"departure": {
"time": "1772188034"
},
"stopId": "RBRIOL-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772188071"
},
"departure": {
"time": "1772188071"
},
"stopId": "NOZAY-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188138"
},
"departure": {
"time": "1772188138"
},
"stopId": "AUVERG-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188195"
},
"departure": {
"time": "1772188195"
},
"stopId": "SAVOIE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772188262"
},
"departure": {
"time": "1772188262"
},
"stopId": "INDUST-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772188310"
},
"departure": {
"time": "1772188310"
},
"stopId": "HOTELL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772188375"
},
"departure": {
"time": "1772188375"
},
"stopId": "DEBUMO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772188484"
},
"departure": {
"time": "1772188484"
},
"stopId": "RTEPAR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772188560"
},
"stopId": "PROVIN-E",
"stopSequence": 54
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257575"
}
}
},
{
"id": "trip:6541257",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187460"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187540"
},
"departure": {
"time": "1772187540"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187610"
},
"departure": {
"time": "1772187610"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187690"
},
"departure": {
"time": "1772187690"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187780"
},
"departure": {
"time": "1772187780"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187870"
},
"departure": {
"time": "1772187870"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187980"
},
"departure": {
"time": "1772187980"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188140"
},
"departure": {
"time": "1772188140"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188230"
},
"departure": {
"time": "1772188230"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188350"
},
"departure": {
"time": "1772188350"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188430"
},
"departure": {
"time": "1772188430"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188550"
},
"departure": {
"time": "1772188550"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188640"
},
"departure": {
"time": "1772188640"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188760"
},
"departure": {
"time": "1772188760"
},
"stopId": "1STSE",
"stopSequence": 14
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541257"
}
}
},
{
"id": "trip:6258293",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187000"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187039"
},
"departure": {
"time": "1772187039"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187079"
},
"departure": {
"time": "1772187079"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187133"
},
"departure": {
"time": "1772187133"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187203"
},
"departure": {
"time": "1772187203"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187240"
},
"departure": {
"time": "1772187240"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187283"
},
"departure": {
"time": "1772187283"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187345"
},
"departure": {
"time": "1772187345"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187384"
},
"departure": {
"time": "1772187384"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187451"
},
"departure": {
"time": "1772187451"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187504"
},
"departure": {
"time": "1772187504"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187541"
},
"departure": {
"time": "1772187541"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187566"
},
"departure": {
"time": "1772187566"
},
"stopId": "MAISDANS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187606"
},
"departure": {
"time": "1772187606"
},
"stopId": "GRANDMON",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187660"
},
"departure": {
"time": "1772187660"
},
"stopId": "CLINIQUE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187703"
},
"departure": {
"time": "1772187703"
},
"stopId": "VALOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187735"
},
"departure": {
"time": "1772187735"
},
"stopId": "MEIGNANN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187803"
},
"departure": {
"time": "1772187803"
},
"stopId": "REVERIES",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187867"
},
"departure": {
"time": "1772187867"
},
"stopId": "ROCEPINE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187908"
},
"departure": {
"time": "1772187908"
},
"stopId": "PARCGARE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187962"
},
"departure": {
"time": "1772187962"
},
"stopId": "LABRUYER",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188024"
},
"departure": {
"time": "1772188024"
},
"stopId": "RASPAIL",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188073"
},
"departure": {
"time": "1772188073"
},
"stopId": "MONPR-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187858"
},
"departure": {
"time": "1772187858"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187948"
},
"departure": {
"time": "1772187948"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUEST",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187990"
},
"departure": {
"time": "1772187990"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLEMENCE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188120"
},
"departure": {
"time": "1772188120"
},
"stopId": "DESCAZ-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188177"
},
"departure": {
"time": "1772188177"
},
"stopId": "BICHDAVI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188259"
},
"departure": {
"time": "1772188259"
},
"stopId": "HOTDIEU",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188300"
},
"departure": {
"time": "1772188300"
},
"stopId": "ROCHEFOU",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188475"
},
"departure": {
"time": "1772188475"
},
"stopId": "STSERGEU",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188766"
},
"departure": {
"time": "1772188766"
},
"stopId": "MENDESFR",
"stopSequence": 32
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258293"
}
}
},
{
"id": "trip:6257900",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186040"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186076"
},
"departure": {
"time": "1772186076"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186109"
},
"departure": {
"time": "1772186109"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186168"
},
"departure": {
"time": "1772186168"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186199"
},
"departure": {
"time": "1772186199"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186259"
},
"departure": {
"time": "1772186259"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186302"
},
"departure": {
"time": "1772186302"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186391"
},
"departure": {
"time": "1772186391"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186425"
},
"departure": {
"time": "1772186425"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186458"
},
"departure": {
"time": "1772186458"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186490"
},
"departure": {
"time": "1772186490"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186581"
},
"departure": {
"time": "1772186581"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186617"
},
"departure": {
"time": "1772186617"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186661"
},
"departure": {
"time": "1772186661"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186690"
},
"departure": {
"time": "1772186690"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186724"
},
"departure": {
"time": "1772186724"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186760"
},
"departure": {
"time": "1772186760"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186875"
},
"departure": {
"time": "1772186875"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186925"
},
"departure": {
"time": "1772186925"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187000"
},
"departure": {
"time": "1772187000"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187050"
},
"departure": {
"time": "1772187050"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187111"
},
"departure": {
"time": "1772187111"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187177"
},
"departure": {
"time": "1772187177"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187240"
},
"departure": {
"time": "1772187240"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187315"
},
"departure": {
"time": "1772187315"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187423"
},
"departure": {
"time": "1772187423"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187519"
},
"departure": {
"time": "1772187519"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187588"
},
"departure": {
"time": "1772187588"
},
"stopId": "DUMESNIL",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187626"
},
"departure": {
"time": "1772187626"
},
"stopId": "LEQUAI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187600"
},
"departure": {
"time": "1772187600"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPROF.",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187702"
},
"departure": {
"time": "1772187702"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187772"
},
"departure": {
"time": "1772187772"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187840"
},
"departure": {
"time": "1772187840"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURMA",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187806"
},
"departure": {
"time": "1772187806"
},
"stopId": "CHDARR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187874"
},
"departure": {
"time": "1772187874"
},
"stopId": "ACADEMIE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187948"
},
"departure": {
"time": "1772187948"
},
"stopId": "GBREM-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772188039"
},
"departure": {
"time": "1772188039"
},
"stopId": "GARETERM",
"stopSequence": 38
},
{
"arrival": {
"time": "1772188084"
},
"departure": {
"time": "1772188084"
},
"stopId": "LESGARES",
"stopSequence": 39
},
{
"arrival": {
"time": "1772188206"
},
"departure": {
"time": "1772188206"
},
"stopId": "HARAS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772188281"
},
"departure": {
"time": "1772188281"
},
"stopId": "STAUBIN",
"stopSequence": 41
},
{
"arrival": {
"time": "1772188331"
},
"departure": {
"time": "1772188620"
},
"stopId": "LOR-FO-A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772188673"
},
"departure": {
"time": "1772188673"
},
"stopId": "MAIL-HDV",
"stopSequence": 43
},
{
"arrival": {
"time": "1772188760"
},
"departure": {
"time": "1772188760"
},
"stopId": "SECUSO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "STEXUP-E",
"stopSequence": 45
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257900"
}
}
},
{
"id": "trip:6257453",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188440"
},
"stopId": "LORRAIN2",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188540"
},
"departure": {
"time": "1772188540"
},
"stopId": "MAIL-HDV",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188646"
},
"departure": {
"time": "1772188646"
},
"stopId": "CLEMOI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188732"
},
"departure": {
"time": "1772188732"
},
"stopId": "MAISAR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "LAREVE-E",
"stopSequence": 4
}
],
"trip": {
"directionId": 0,
"routeId": "11",
"tripId": "6257453"
}
}
},
{
"id": "trip:6544993",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185500"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185672"
},
"departure": {
"time": "1772185672"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185780"
},
"departure": {
"time": "1772185780"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185872"
},
"departure": {
"time": "1772185872"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185950"
},
"departure": {
"time": "1772185950"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186047"
},
"departure": {
"time": "1772186047"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186140"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544993"
}
}
},
{
"id": "trip:6257460",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185171"
},
"departure": {
"time": "1772185191"
},
"stopId": "CLEMOI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185272"
},
"departure": {
"time": "1772185272"
},
"stopId": "MAISAR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185340"
},
"departure": {
"time": "1772185340"
},
"stopId": "LAREVE-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185428"
},
"departure": {
"time": "1772185428"
},
"stopId": "MONTAIG",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185580"
},
"departure": {
"time": "1772185580"
},
"stopId": "COUPER-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185652"
},
"departure": {
"time": "1772185652"
},
"stopId": "MONTRJ-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185721"
},
"departure": {
"time": "1772185721"
},
"stopId": "CAMELIAS",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185789"
},
"departure": {
"time": "1772185789"
},
"stopId": "GATS-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185845"
},
"departure": {
"time": "1772185845"
},
"stopId": "MAISON-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185898"
},
"departure": {
"time": "1772185898"
},
"stopId": "COINTR-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186000"
},
"departure": {
"time": "1772186000"
},
"stopId": "BOISRI-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186053"
},
"departure": {
"time": "1772186053"
},
"stopId": "CHANTR-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186100"
},
"departure": {
"time": "1772186100"
},
"stopId": "COLOM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186147"
},
"departure": {
"time": "1772186147"
},
"stopId": "HELBO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186180"
},
"departure": {
"time": "1772186180"
},
"stopId": "POLE49",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186345"
},
"stopId": "EXPO-ZI",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "11",
"tripId": "6257460"
}
}
},
{
"id": "trip:6544033",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187480"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187523"
},
"departure": {
"time": "1772187523"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187728"
},
"departure": {
"time": "1772187728"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187760"
},
"departure": {
"time": "1772187760"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187900"
},
"departure": {
"time": "1772187900"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187983"
},
"departure": {
"time": "1772187983"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188260"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544033"
}
}
},
{
"id": "trip:6544452",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188200"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188380"
},
"departure": {
"time": "1772188380"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188502"
},
"departure": {
"time": "1772188502"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188622"
},
"departure": {
"time": "1772188622"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188695"
},
"departure": {
"time": "1772188695"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188750"
},
"departure": {
"time": "1772188750"
},
"stopId": "CHDARR-E",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544452"
}
}
},
{
"id": "trip:6540939",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185770"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185890"
},
"departure": {
"time": "1772185890"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186000"
},
"departure": {
"time": "1772186000"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186120"
},
"departure": {
"time": "1772186120"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186230"
},
"departure": {
"time": "1772186230"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186320"
},
"departure": {
"time": "1772186320"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186420"
},
"departure": {
"time": "1772186420"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186520"
},
"departure": {
"time": "1772186520"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186580"
},
"departure": {
"time": "1772186580"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186680"
},
"departure": {
"time": "1772186680"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186780"
},
"departure": {
"time": "1772186780"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186870"
},
"departure": {
"time": "1772186870"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186990"
},
"departure": {
"time": "1772186990"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187080"
},
"departure": {
"time": "1772187080"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187200"
},
"departure": {
"time": "1772187200"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187280"
},
"departure": {
"time": "1772187280"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187400"
},
"departure": {
"time": "1772187400"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187490"
},
"departure": {
"time": "1772187490"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187640"
},
"departure": {
"time": "1772187640"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187740"
},
"departure": {
"time": "1772187740"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187820"
},
"departure": {
"time": "1772187820"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187910"
},
"departure": {
"time": "1772187910"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187990"
},
"departure": {
"time": "1772187990"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188160"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540939"
}
}
},
{
"id": "trip:6258529",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185197"
},
"departure": {
"time": "1772185197"
},
"stopId": "LEPRE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185210"
},
"departure": {
"time": "1772185210"
},
"stopId": "SALET-AR",
"stopSequence": 36
},
{
"arrival": {
"time": "1772185242"
},
"departure": {
"time": "1772185242"
},
"stopId": "RIPOLLE",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185293"
},
"departure": {
"time": "1772185293"
},
"stopId": "PEGARDE",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185340"
},
"departure": {
"time": "1772185340"
},
"stopId": "CIAVRILL",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185390"
},
"departure": {
"time": "1772185390"
},
"stopId": "MAIRAVR",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185433"
},
"departure": {
"time": "1772185433"
},
"stopId": "MAUFINE",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185495"
},
"departure": {
"time": "1772185495"
},
"stopId": "DELAUNE",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185534"
},
"departure": {
"time": "1772185534"
},
"stopId": "BEURRIER",
"stopSequence": 43
},
{
"arrival": {
"time": "1772185602"
},
"departure": {
"time": "1772185602"
},
"stopId": "BRASSENS",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185651"
},
"departure": {
"time": "1772185651"
},
"stopId": "RONDE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185694"
},
"departure": {
"time": "1772185694"
},
"stopId": "PLAMAY",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185750"
},
"departure": {
"time": "1772185750"
},
"stopId": "KENNEDY",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185801"
},
"departure": {
"time": "1772185801"
},
"stopId": "ECHMAN",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185879"
},
"departure": {
"time": "1772185879"
},
"stopId": "LIZE07",
"stopSequence": 49
},
{
"arrival": {
"time": "1772185917"
},
"departure": {
"time": "1772185917"
},
"stopId": "GASNIER",
"stopSequence": 50
},
{
"arrival": {
"time": "1772185974"
},
"departure": {
"time": "1772185974"
},
"stopId": "GOURONNI",
"stopSequence": 51
},
{
"arrival": {
"time": "1772186046"
},
"departure": {
"time": "1772186046"
},
"stopId": "CLOUET",
"stopSequence": 52
},
{
"arrival": {
"time": "1772186079"
},
"departure": {
"time": "1772186079"
},
"stopId": "BICHLAZA",
"stopSequence": 53
},
{
"arrival": {
"time": "1772186110"
},
"departure": {
"time": "1772186110"
},
"stopId": "DESCAZEA",
"stopSequence": 54
},
{
"arrival": {
"time": "1772186208"
},
"departure": {
"time": "1772186208"
},
"stopId": "MONPROFI",
"stopSequence": 55
},
{
"arrival": {
"time": "1772186227"
},
"departure": {
"time": "1772186227"
},
"stopId": "DUMESNIL",
"stopSequence": 56
},
{
"arrival": {
"time": "1772186266"
},
"departure": {
"time": "1772186266"
},
"stopId": "LEQUAI",
"stopSequence": 57
},
{
"arrival": {
"time": "1772186406"
},
"departure": {
"time": "1772186406"
},
"stopId": "CHDARR",
"stopSequence": 58
},
{
"arrival": {
"time": "1772186151"
},
"departure": {
"time": "1772186151"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 59
},
{
"arrival": {
"time": "1772186220"
},
"departure": {
"time": "1772186220"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 60
},
{
"arrival": {
"time": "1772186280"
},
"departure": {
"time": "1772186280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURPOI",
"stopSequence": 61
},
{
"arrival": {
"time": "1772186345"
},
"departure": {
"time": "1772186345"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBLIQ",
"stopSequence": 62
},
{
"arrival": {
"time": "1772186400"
},
"departure": {
"time": "1772186400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICRO-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772186456"
},
"departure": {
"time": "1772186456"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772186391"
},
"departure": {
"time": "1772186391"
},
"stopId": "CCI",
"stopSequence": 65
},
{
"arrival": {
"time": "1772186463"
},
"departure": {
"time": "1772186640"
},
"stopId": "LICES-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772186820"
},
"departure": {
"time": "1772186820"
},
"stopId": "ANLERO-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772186903"
},
"departure": {
"time": "1772186903"
},
"stopId": "MICHEL-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772186957"
},
"departure": {
"time": "1772186957"
},
"stopId": "BOURGO-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772187002"
},
"departure": {
"time": "1772187002"
},
"stopId": "VOLNEY-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772187060"
},
"departure": {
"time": "1772187060"
},
"stopId": "MADELE-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772187133"
},
"departure": {
"time": "1772187133"
},
"stopId": "JEBOUI-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772187205"
},
"departure": {
"time": "1772187205"
},
"stopId": "PCOUBE-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772187240"
},
"departure": {
"time": "1772187240"
},
"stopId": "AROBA-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772187340"
},
"departure": {
"time": "1772187340"
},
"stopId": "LANGLA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772187459"
},
"departure": {
"time": "1772187459"
},
"stopId": "MONTAI-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772187558"
},
"departure": {
"time": "1772187558"
},
"stopId": "JERUSA-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1772187600"
},
"departure": {
"time": "1772187600"
},
"stopId": "DAGNET-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772187632"
},
"departure": {
"time": "1772187632"
},
"stopId": "GILLIE-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772187697"
},
"departure": {
"time": "1772187697"
},
"stopId": "ISORET-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772187776"
},
"departure": {
"time": "1772187776"
},
"stopId": "VANDE-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772187827"
},
"departure": {
"time": "1772187827"
},
"stopId": "ORMEAU-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772187853"
},
"departure": {
"time": "1772187853"
},
"stopId": "CRBLAN-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772187909"
},
"departure": {
"time": "1772187909"
},
"stopId": "CHATEL-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772187960"
},
"departure": {
"time": "1772187960"
},
"stopId": "BANCHA-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772188023"
},
"departure": {
"time": "1772188023"
},
"stopId": "JARDF-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772188063"
},
"departure": {
"time": "1772188063"
},
"stopId": "SAILLE-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772188140"
},
"stopId": "SAUBIN",
"stopSequence": 88
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258529"
}
}
},
{
"id": "trip:6053971",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185620"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185705"
},
"departure": {
"time": "1772185705"
},
"stopId": "CLEMOI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185982"
},
"departure": {
"time": "1772185982"
},
"stopId": "BRISEP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186100"
},
"departure": {
"time": "1772186100"
},
"stopId": "CHATEN-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186220"
},
"departure": {
"time": "1772186220"
},
"stopId": "SEPSON-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186305"
},
"departure": {
"time": "1772186305"
},
"stopId": "RTEPAR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186366"
},
"departure": {
"time": "1772186366"
},
"stopId": "PROVIN-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186460"
},
"departure": {
"time": "1772186460"
},
"stopId": "PARCEX-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186727"
},
"departure": {
"time": "1772186727"
},
"stopId": "CARREA-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186760"
},
"departure": {
"time": "1772186760"
},
"stopId": "MILLAR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186794"
},
"departure": {
"time": "1772186794"
},
"stopId": "BASMOR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186840"
},
"departure": {
"time": "1772186840"
},
"stopId": "CHABLA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186879"
},
"departure": {
"time": "1772186879"
},
"stopId": "UNION-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"stopId": "SSYMAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187021"
},
"departure": {
"time": "1772187021"
},
"stopId": "LECLSYLV",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187068"
},
"departure": {
"time": "1772187068"
},
"stopId": "FRANCAIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187128"
},
"departure": {
"time": "1772187128"
},
"stopId": "V.HUGO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187189"
},
"departure": {
"time": "1772187189"
},
"stopId": "ANBRUE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187243"
},
"departure": {
"time": "1772187243"
},
"stopId": "GAUGUI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187300"
},
"stopId": "STSYCHVE",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6053971"
}
}
},
{
"id": "trip:6257599",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186760"
},
"stopId": "PROVINS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186833"
},
"departure": {
"time": "1772186833"
},
"stopId": "RTEPARIS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"stopId": "DEBUMONP",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186998"
},
"departure": {
"time": "1772186998"
},
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187047"
},
"departure": {
"time": "1772187047"
},
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187120"
},
"departure": {
"time": "1772187120"
},
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187190"
},
"departure": {
"time": "1772187190"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187236"
},
"departure": {
"time": "1772187236"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187271"
},
"departure": {
"time": "1772187271"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187357"
},
"departure": {
"time": "1772187357"
},
"stopId": "RAMON",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187556"
},
"departure": {
"time": "1772187556"
},
"stopId": "BESNARDI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187640"
},
"departure": {
"time": "1772187640"
},
"stopId": "TALET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187299"
},
"departure": {
"time": "1772187299"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLANT",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187406"
},
"departure": {
"time": "1772187406"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOUER",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187540"
},
"departure": {
"time": "1772187540"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACENEY",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187711"
},
"departure": {
"time": "1772187711"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187814"
},
"departure": {
"time": "1772187814"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187957"
},
"departure": {
"time": "1772188080"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188167"
},
"departure": {
"time": "1772188167"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188209"
},
"departure": {
"time": "1772188209"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188320"
},
"departure": {
"time": "1772188320"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188423"
},
"departure": {
"time": "1772188423"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188467"
},
"departure": {
"time": "1772188467"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188554"
},
"departure": {
"time": "1772188554"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188602"
},
"departure": {
"time": "1772188602"
},
"stopId": "VAUBAN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188663"
},
"departure": {
"time": "1772188663"
},
"stopId": "FREMUR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188740"
},
"departure": {
"time": "1772188740"
},
"stopId": "STRASB-E",
"stopSequence": 27
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257599"
}
}
},
{
"id": "trip:6544994",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186220"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186392"
},
"departure": {
"time": "1772186392"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186500"
},
"departure": {
"time": "1772186500"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186592"
},
"departure": {
"time": "1772186592"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186670"
},
"departure": {
"time": "1772186670"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186767"
},
"departure": {
"time": "1772186767"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186860"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544994"
}
}
},
{
"id": "trip:6540936",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185148"
},
"departure": {
"time": "1772185148"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185251"
},
"departure": {
"time": "1772185251"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185341"
},
"departure": {
"time": "1772185341"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185461"
},
"departure": {
"time": "1772185461"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185541"
},
"departure": {
"time": "1772185541"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185661"
},
"departure": {
"time": "1772185661"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185751"
},
"departure": {
"time": "1772185751"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185901"
},
"departure": {
"time": "1772185901"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186001"
},
"departure": {
"time": "1772186001"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186081"
},
"departure": {
"time": "1772186081"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186171"
},
"departure": {
"time": "1772186171"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186251"
},
"departure": {
"time": "1772186251"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186341"
},
"departure": {
"time": "1772186341"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186421"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540936"
}
}
},
{
"id": "trip:6258258",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185171"
},
"departure": {
"time": "1772185195"
},
"stopId": "LOIRE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772185202"
},
"departure": {
"time": "1772185202"
},
"stopId": "DUBE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772185248"
},
"departure": {
"time": "1772185248"
},
"stopId": "LOUET-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772185289"
},
"departure": {
"time": "1772185289"
},
"stopId": "BOSQUE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772185339"
},
"departure": {
"time": "1772185339"
},
"stopId": "CHAERI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772185385"
},
"departure": {
"time": "1772185385"
},
"stopId": "FONTE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772185439"
},
"departure": {
"time": "1772185439"
},
"stopId": "ERIGNE",
"stopSequence": 56
},
{
"arrival": {
"time": "1772185467"
},
"stopId": "SOLAND",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258258"
}
}
},
{
"id": "trip:6544930",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186700"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186801"
},
"departure": {
"time": "1772186801"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186910"
},
"departure": {
"time": "1772186910"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186991"
},
"departure": {
"time": "1772186991"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187084"
},
"departure": {
"time": "1772187084"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187194"
},
"departure": {
"time": "1772187194"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187370"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544930"
}
}
},
{
"id": "trip:6258654",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187420"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187494"
},
"departure": {
"time": "1772187494"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187529"
},
"departure": {
"time": "1772187529"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187660"
},
"departure": {
"time": "1772187660"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187740"
},
"departure": {
"time": "1772187740"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187791"
},
"departure": {
"time": "1772187791"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187834"
},
"departure": {
"time": "1772187834"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187889"
},
"departure": {
"time": "1772187889"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187960"
},
"departure": {
"time": "1772187960"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188009"
},
"departure": {
"time": "1772188009"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188050"
},
"departure": {
"time": "1772188050"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188134"
},
"departure": {
"time": "1772188134"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188220"
},
"departure": {
"time": "1772188220"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188297"
},
"departure": {
"time": "1772188297"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188378"
},
"departure": {
"time": "1772188378"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188450"
},
"departure": {
"time": "1772188450"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188527"
},
"departure": {
"time": "1772188527"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188570"
},
"departure": {
"time": "1772188570"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188632"
},
"departure": {
"time": "1772188632"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188665"
},
"departure": {
"time": "1772188665"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188733"
},
"departure": {
"time": "1772188733"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188836"
},
"departure": {
"time": "1772188836"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258654"
}
}
},
{
"id": "trip:6541179",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187570"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187690"
},
"departure": {
"time": "1772187690"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187800"
},
"departure": {
"time": "1772187800"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187920"
},
"departure": {
"time": "1772187920"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188030"
},
"departure": {
"time": "1772188030"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188120"
},
"departure": {
"time": "1772188120"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188220"
},
"departure": {
"time": "1772188220"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188320"
},
"departure": {
"time": "1772188320"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188380"
},
"departure": {
"time": "1772188380"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188480"
},
"departure": {
"time": "1772188480"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188580"
},
"departure": {
"time": "1772188580"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188670"
},
"departure": {
"time": "1772188670"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188790"
},
"departure": {
"time": "1772188790"
},
"stopId": "2BMAI",
"stopSequence": 12
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6541179"
}
}
},
{
"id": "trip:6258464",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186100"
},
"stopId": "ROMORNA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186182"
},
"departure": {
"time": "1772186182"
},
"stopId": "LECHENE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186205"
},
"departure": {
"time": "1772186205"
},
"stopId": "PORTSG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186245"
},
"departure": {
"time": "1772186245"
},
"stopId": "VANRIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186302"
},
"departure": {
"time": "1772186302"
},
"stopId": "CLOSNEUF",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186359"
},
"departure": {
"time": "1772186359"
},
"stopId": "HOSGEMME",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186404"
},
"departure": {
"time": "1772186404"
},
"stopId": "MASGEMME",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186462"
},
"departure": {
"time": "1772186462"
},
"stopId": "LOUPINO",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186529"
},
"departure": {
"time": "1772186529"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186580"
},
"departure": {
"time": "1772186580"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186602"
},
"departure": {
"time": "1772186602"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186662"
},
"departure": {
"time": "1772186662"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186683"
},
"departure": {
"time": "1772186683"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186752"
},
"departure": {
"time": "1772186752"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186789"
},
"departure": {
"time": "1772186789"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186839"
},
"departure": {
"time": "1772186839"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186869"
},
"departure": {
"time": "1772186869"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186906"
},
"departure": {
"time": "1772186906"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"stopId": "LETANDUE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187033"
},
"departure": {
"time": "1772187033"
},
"stopId": "STRASBOU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187089"
},
"departure": {
"time": "1772187089"
},
"stopId": "FREMUR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187136"
},
"departure": {
"time": "1772187136"
},
"stopId": "VAUBAN",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187169"
},
"departure": {
"time": "1772187169"
},
"stopId": "POIREL",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187228"
},
"departure": {
"time": "1772187228"
},
"stopId": "PONTNOIR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187266"
},
"departure": {
"time": "1772187266"
},
"stopId": "SEMARD",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187300"
},
"departure": {
"time": "1772187300"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187546"
},
"departure": {
"time": "1772187546"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187616"
},
"departure": {
"time": "1772187616"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187780"
},
"stopId": "LOHUIT",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187932"
},
"departure": {
"time": "1772187932"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188012"
},
"departure": {
"time": "1772188012"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188082"
},
"departure": {
"time": "1772188082"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188132"
},
"departure": {
"time": "1772188132"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"stopId": "MONGAZ-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188329"
},
"departure": {
"time": "1772188329"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188354"
},
"departure": {
"time": "1772188354"
},
"stopId": "STLEON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772188451"
},
"departure": {
"time": "1772188451"
},
"stopId": "CORMI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772188500"
},
"departure": {
"time": "1772188500"
},
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772188623"
},
"departure": {
"time": "1772188623"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772188710"
},
"departure": {
"time": "1772188710"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772188760"
},
"departure": {
"time": "1772188760"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1772188831"
},
"departure": {
"time": "1772188831"
},
"stopId": "DAGUER-E",
"stopSequence": 42
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258464"
}
}
},
{
"id": "trip:6257712",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185128"
},
"departure": {
"time": "1772185128"
},
"stopId": "PARCEX-E",
"stopSequence": 39
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257712"
}
}
},
{
"id": "trip:6258272",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185148"
},
"departure": {
"time": "1772185186"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185256"
},
"departure": {
"time": "1772185256"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185308"
},
"departure": {
"time": "1772185308"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185345"
},
"departure": {
"time": "1772185345"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185488"
},
"departure": {
"time": "1772185488"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185564"
},
"departure": {
"time": "1772185564"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185673"
},
"departure": {
"time": "1772185673"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185734"
},
"departure": {
"time": "1772185734"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185788"
},
"departure": {
"time": "1772185788"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185925"
},
"departure": {
"time": "1772185925"
},
"stopId": "PAULBERT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185981"
},
"departure": {
"time": "1772185981"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186054"
},
"departure": {
"time": "1772186054"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186099"
},
"departure": {
"time": "1772186220"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186325"
},
"departure": {
"time": "1772186325"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186518"
},
"departure": {
"time": "1772186518"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186700"
},
"departure": {
"time": "1772186700"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186799"
},
"departure": {
"time": "1772186799"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186855"
},
"departure": {
"time": "1772186855"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187044"
},
"departure": {
"time": "1772187044"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187106"
},
"departure": {
"time": "1772187106"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187152"
},
"departure": {
"time": "1772187152"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187232"
},
"departure": {
"time": "1772187232"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187272"
},
"departure": {
"time": "1772187272"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187300"
},
"departure": {
"time": "1772187300"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187339"
},
"departure": {
"time": "1772187339"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187382"
},
"departure": {
"time": "1772187382"
},
"stopId": "MAISDA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772187422"
},
"departure": {
"time": "1772187422"
},
"stopId": "CHMART-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772187459"
},
"departure": {
"time": "1772187459"
},
"stopId": "MLYAUT-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772187524"
},
"departure": {
"time": "1772187524"
},
"stopId": "BRASSE-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187572"
},
"departure": {
"time": "1772187572"
},
"stopId": "BEURRI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187621"
},
"departure": {
"time": "1772187621"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187672"
},
"departure": {
"time": "1772187672"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187755"
},
"departure": {
"time": "1772187755"
},
"stopId": "TERNIE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772187787"
},
"departure": {
"time": "1772187787"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772187829"
},
"departure": {
"time": "1772187829"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772187884"
},
"departure": {
"time": "1772187884"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772187928"
},
"departure": {
"time": "1772187928"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772187960"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258272"
}
}
},
{
"id": "trip:6052684",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186100"
},
"stopId": "VEILLIER",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186160"
},
"departure": {
"time": "1772186340"
},
"stopId": "GRIMOREL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186455"
},
"departure": {
"time": "1772186455"
},
"stopId": "BMOTTE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186526"
},
"departure": {
"time": "1772186526"
},
"stopId": "LABROSSE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186579"
},
"departure": {
"time": "1772186579"
},
"stopId": "FIEFGENT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186662"
},
"departure": {
"time": "1772186662"
},
"stopId": "VIELLMAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186700"
},
"departure": {
"time": "1772186700"
},
"stopId": "BBRANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186735"
},
"departure": {
"time": "1772186735"
},
"stopId": "LESRIVES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186773"
},
"departure": {
"time": "1772186773"
},
"stopId": "CHAUMIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186956"
},
"departure": {
"time": "1772186956"
},
"stopId": "PTFILLES",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187056"
},
"departure": {
"time": "1772187056"
},
"stopId": "EPERVIER",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187089"
},
"departure": {
"time": "1772187089"
},
"stopId": "CONFLUEN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187150"
},
"departure": {
"time": "1772187150"
},
"stopId": "CHABOL-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187240"
},
"departure": {
"time": "1772187240"
},
"stopId": "EVENTARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187278"
},
"departure": {
"time": "1772187278"
},
"stopId": "COTTAGE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187343"
},
"departure": {
"time": "1772187343"
},
"stopId": "DUBELL-2",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187374"
},
"departure": {
"time": "1772187374"
},
"stopId": "BOISABBE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187420"
},
"departure": {
"time": "1772187420"
},
"stopId": "DEBUSSY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187518"
},
"departure": {
"time": "1772187518"
},
"stopId": "HOTELLER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187599"
},
"departure": {
"time": "1772187599"
},
"stopId": "INDUSTRI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187720"
},
"stopId": "MONPLAIS",
"stopSequence": 22
}
],
"trip": {
"directionId": 0,
"routeId": "12",
"tripId": "6052684"
}
}
},
{
"id": "trip:6258652",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185740"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185814"
},
"departure": {
"time": "1772185814"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185849"
},
"departure": {
"time": "1772185849"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185980"
},
"departure": {
"time": "1772185980"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186060"
},
"departure": {
"time": "1772186060"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186111"
},
"departure": {
"time": "1772186111"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186154"
},
"departure": {
"time": "1772186154"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186209"
},
"departure": {
"time": "1772186209"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186280"
},
"departure": {
"time": "1772186280"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186329"
},
"departure": {
"time": "1772186329"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186370"
},
"departure": {
"time": "1772186370"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186454"
},
"departure": {
"time": "1772186454"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186540"
},
"departure": {
"time": "1772186540"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186580"
},
"departure": {
"time": "1772186580"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186617"
},
"departure": {
"time": "1772186617"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186698"
},
"departure": {
"time": "1772186698"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186770"
},
"departure": {
"time": "1772186770"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186847"
},
"departure": {
"time": "1772186847"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186890"
},
"departure": {
"time": "1772186890"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186952"
},
"departure": {
"time": "1772186952"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186985"
},
"departure": {
"time": "1772186985"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187053"
},
"departure": {
"time": "1772187053"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187120"
},
"departure": {
"time": "1772187120"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187156"
},
"departure": {
"time": "1772187156"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187260"
},
"departure": {
"time": "1772187260"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187385"
},
"departure": {
"time": "1772187385"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187453"
},
"departure": {
"time": "1772187453"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187527"
},
"departure": {
"time": "1772187527"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187198"
},
"departure": {
"time": "1772187198"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187261"
},
"departure": {
"time": "1772187261"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187323"
},
"departure": {
"time": "1772187323"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187366"
},
"departure": {
"time": "1772187366"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187402"
},
"departure": {
"time": "1772187402"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187480"
},
"departure": {
"time": "1772187480"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187560"
},
"departure": {
"time": "1772187560"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187685"
},
"departure": {
"time": "1772187685"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187730"
},
"departure": {
"time": "1772187730"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187775"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258652"
}
}
},
{
"id": "trip:6258091",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185800"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185847"
},
"departure": {
"time": "1772185847"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185893"
},
"departure": {
"time": "1772185893"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185959"
},
"departure": {
"time": "1772185959"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186022"
},
"departure": {
"time": "1772186022"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186160"
},
"departure": {
"time": "1772186160"
},
"stopId": "CARREF5A",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186244"
},
"departure": {
"time": "1772186244"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186329"
},
"departure": {
"time": "1772186329"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186400"
},
"departure": {
"time": "1772186400"
},
"stopId": "EUROPE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186503"
},
"departure": {
"time": "1772186503"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186615"
},
"departure": {
"time": "1772186615"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186660"
},
"departure": {
"time": "1772186660"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186696"
},
"departure": {
"time": "1772186696"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186771"
},
"departure": {
"time": "1772186771"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186858"
},
"departure": {
"time": "1772186858"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187050"
},
"departure": {
"time": "1772187050"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187167"
},
"departure": {
"time": "1772187167"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187239"
},
"departure": {
"time": "1772187239"
},
"stopId": "STLEON5A",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187306"
},
"departure": {
"time": "1772187306"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187420"
},
"departure": {
"time": "1772187420"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187460"
},
"departure": {
"time": "1772187460"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187533"
},
"departure": {
"time": "1772187533"
},
"stopId": "SAUMUROI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187614"
},
"departure": {
"time": "1772187614"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187673"
},
"departure": {
"time": "1772187673"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187795"
},
"departure": {
"time": "1772187795"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187829"
},
"departure": {
"time": "1772187829"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187900"
},
"departure": {
"time": "1772187900"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187960"
},
"departure": {
"time": "1772187960"
},
"stopId": "NERUDA",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188014"
},
"departure": {
"time": "1772188014"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188071"
},
"departure": {
"time": "1772188071"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188120"
},
"departure": {
"time": "1772188120"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188188"
},
"departure": {
"time": "1772188188"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188324"
},
"departure": {
"time": "1772188324"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188356"
},
"departure": {
"time": "1772188356"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1772188381"
},
"departure": {
"time": "1772188381"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772188433"
},
"departure": {
"time": "1772188433"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772188481"
},
"departure": {
"time": "1772188481"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772188513"
},
"departure": {
"time": "1772188513"
},
"stopId": "MAJUIN5A",
"stopSequence": 40
},
{
"arrival": {
"time": "1772188562"
},
"departure": {
"time": "1772188562"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "GAUBOU5A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772188707"
},
"departure": {
"time": "1772188707"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1772188787"
},
"departure": {
"time": "1772188787"
},
"stopId": "EBLE",
"stopSequence": 44
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258091"
}
}
},
{
"id": "trip:6257577",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188080"
},
"stopId": "SLEZIND",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188142"
},
"departure": {
"time": "1772188142"
},
"stopId": "GENTRIC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188213"
},
"departure": {
"time": "1772188213"
},
"stopId": "DAUTEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188233"
},
"departure": {
"time": "1772188233"
},
"stopId": "BUISSON",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188274"
},
"departure": {
"time": "1772188274"
},
"stopId": "PYRAM02",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188320"
},
"departure": {
"time": "1772188320"
},
"stopId": "MORLONG",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188347"
},
"departure": {
"time": "1772188347"
},
"stopId": "BOURSE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188384"
},
"departure": {
"time": "1772188384"
},
"stopId": "RIOTTEAU",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188415"
},
"departure": {
"time": "1772188415"
},
"stopId": "ALLUMETT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188456"
},
"departure": {
"time": "1772188456"
},
"stopId": "DAGUERRE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188495"
},
"departure": {
"time": "1772188495"
},
"stopId": "LEOLAGRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188542"
},
"departure": {
"time": "1772188542"
},
"stopId": "VDLOIRE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188635"
},
"departure": {
"time": "1772188635"
},
"stopId": "ECLATERI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188611"
},
"departure": {
"time": "1772188611"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188683"
},
"departure": {
"time": "1772188683"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188749"
},
"departure": {
"time": "1772188749"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188739"
},
"departure": {
"time": "1772188739"
},
"stopId": "JUSTICES",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188784"
},
"departure": {
"time": "1772188784"
},
"stopId": "DELACROI",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257577"
}
}
},
{
"id": "trip:6543560",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187540"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187622"
},
"departure": {
"time": "1772187622"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187708"
},
"departure": {
"time": "1772187708"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187880"
},
"departure": {
"time": "1772187880"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187957"
},
"departure": {
"time": "1772187957"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188109"
},
"departure": {
"time": "1772188109"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188200"
},
"departure": {
"time": "1772188200"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188350"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543560"
}
}
},
{
"id": "trip:6543558",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186340"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186422"
},
"departure": {
"time": "1772186422"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186508"
},
"departure": {
"time": "1772186508"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186680"
},
"departure": {
"time": "1772186680"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186757"
},
"departure": {
"time": "1772186757"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186909"
},
"departure": {
"time": "1772186909"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187000"
},
"departure": {
"time": "1772187000"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187150"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543558"
}
}
},
{
"id": "trip:6258553",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188740"
},
"stopId": "SAUBIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188823"
},
"departure": {
"time": "1772188823"
},
"stopId": "PIGNONIE",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258553"
}
}
},
{
"id": "trip:6258528",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185380"
},
"departure": {
"time": "1772185380"
},
"stopId": "ANLERO-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772185463"
},
"departure": {
"time": "1772185463"
},
"stopId": "MICHEL-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772185517"
},
"departure": {
"time": "1772185517"
},
"stopId": "BOURGO-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772185562"
},
"departure": {
"time": "1772185562"
},
"stopId": "VOLNEY-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772185620"
},
"departure": {
"time": "1772185620"
},
"stopId": "MADELE-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772185693"
},
"departure": {
"time": "1772185693"
},
"stopId": "JEBOUI-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772185765"
},
"departure": {
"time": "1772185765"
},
"stopId": "PCOUBE-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772185800"
},
"departure": {
"time": "1772185800"
},
"stopId": "AROBA-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772185900"
},
"departure": {
"time": "1772185900"
},
"stopId": "LANGLA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772186019"
},
"departure": {
"time": "1772186019"
},
"stopId": "MONTAI-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772186118"
},
"departure": {
"time": "1772186118"
},
"stopId": "JERUSA-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1772186160"
},
"departure": {
"time": "1772186160"
},
"stopId": "DAGNET-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772186192"
},
"departure": {
"time": "1772186192"
},
"stopId": "GILLIE-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772186257"
},
"departure": {
"time": "1772186257"
},
"stopId": "ISORET-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772186336"
},
"departure": {
"time": "1772186336"
},
"stopId": "VANDE-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772186387"
},
"departure": {
"time": "1772186387"
},
"stopId": "ORMEAU-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772186413"
},
"departure": {
"time": "1772186413"
},
"stopId": "CRBLAN-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772186469"
},
"departure": {
"time": "1772186469"
},
"stopId": "CHATEL-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772186520"
},
"departure": {
"time": "1772186520"
},
"stopId": "BANCHA-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772186583"
},
"departure": {
"time": "1772186583"
},
"stopId": "JARDF-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772186623"
},
"departure": {
"time": "1772186623"
},
"stopId": "SAILLE-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772186700"
},
"stopId": "SAUBIN",
"stopSequence": 88
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258528"
}
}
},
{
"id": "trip:6257899",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185157"
},
"departure": {
"time": "1772185157"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185171"
},
"departure": {
"time": "1772185187"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185202"
},
"departure": {
"time": "1772185202"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185326"
},
"departure": {
"time": "1772185326"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185361"
},
"departure": {
"time": "1772185361"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185404"
},
"departure": {
"time": "1772185404"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185432"
},
"departure": {
"time": "1772185432"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185466"
},
"departure": {
"time": "1772185466"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185502"
},
"departure": {
"time": "1772185502"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185617"
},
"departure": {
"time": "1772185617"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185667"
},
"departure": {
"time": "1772185667"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185742"
},
"departure": {
"time": "1772185742"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185792"
},
"departure": {
"time": "1772185792"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185853"
},
"departure": {
"time": "1772185853"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185919"
},
"departure": {
"time": "1772185919"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185982"
},
"departure": {
"time": "1772185982"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186055"
},
"departure": {
"time": "1772186055"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186103"
},
"departure": {
"time": "1772186103"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186199"
},
"departure": {
"time": "1772186199"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186268"
},
"departure": {
"time": "1772186268"
},
"stopId": "DUMESNIL",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186306"
},
"departure": {
"time": "1772186306"
},
"stopId": "LEQUAI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186280"
},
"departure": {
"time": "1772186280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPROF.",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186382"
},
"departure": {
"time": "1772186382"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186452"
},
"departure": {
"time": "1772186452"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186520"
},
"departure": {
"time": "1772186520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURMA",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186486"
},
"departure": {
"time": "1772186486"
},
"stopId": "CHDARR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186537"
},
"departure": {
"time": "1772186537"
},
"stopId": "ACADEMIE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186652"
},
"departure": {
"time": "1772186652"
},
"stopId": "GBREM-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186743"
},
"departure": {
"time": "1772186743"
},
"stopId": "GARETERM",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186788"
},
"departure": {
"time": "1772186788"
},
"stopId": "LESGARES",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186910"
},
"departure": {
"time": "1772186910"
},
"stopId": "HARAS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186927"
},
"departure": {
"time": "1772186927"
},
"stopId": "STAUBIN",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186977"
},
"departure": {
"time": "1772187300"
},
"stopId": "LOR-FO-A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187353"
},
"departure": {
"time": "1772187353"
},
"stopId": "MAIL-HDV",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187440"
},
"departure": {
"time": "1772187440"
},
"stopId": "SECUSO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187480"
},
"departure": {
"time": "1772187480"
},
"stopId": "STEXUP-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187553"
},
"departure": {
"time": "1772187553"
},
"stopId": "GARDOT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187576"
},
"departure": {
"time": "1772187576"
},
"stopId": "MONTAI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772187655"
},
"departure": {
"time": "1772187655"
},
"stopId": "CIMETI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772187722"
},
"departure": {
"time": "1772187722"
},
"stopId": "AFPA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772187765"
},
"departure": {
"time": "1772187765"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772187811"
},
"departure": {
"time": "1772187811"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772187900"
},
"departure": {
"time": "1772187900"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772187958"
},
"departure": {
"time": "1772187958"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772188012"
},
"departure": {
"time": "1772188012"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772188082"
},
"departure": {
"time": "1772188082"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772188144"
},
"departure": {
"time": "1772188144"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772188204"
},
"departure": {
"time": "1772188204"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"stopId": "STADE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772188311"
},
"departure": {
"time": "1772188311"
},
"stopId": "PELLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772188351"
},
"departure": {
"time": "1772188351"
},
"stopId": "CEEQUE-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772188392"
},
"departure": {
"time": "1772188392"
},
"stopId": "MORLIE-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772188460"
},
"departure": {
"time": "1772188460"
},
"stopId": "WALCOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772188500"
},
"departure": {
"time": "1772188500"
},
"stopId": "JAUDET-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772188589"
},
"departure": {
"time": "1772188589"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772188616"
},
"departure": {
"time": "1772188616"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772188639"
},
"departure": {
"time": "1772188639"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772188675"
},
"departure": {
"time": "1772188675"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772188740"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257899"
}
}
},
{
"id": "trip:6257518",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185132"
},
"departure": {
"time": "1772185132"
},
"stopId": "DANGEL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185161"
},
"departure": {
"time": "1772185177"
},
"stopId": "ATHLET-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185191"
},
"departure": {
"time": "1772185207"
},
"stopId": "DIONNE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772185252"
},
"departure": {
"time": "1772185252"
},
"stopId": "GENDRO-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185296"
},
"departure": {
"time": "1772185296"
},
"stopId": "CHESNA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185344"
},
"departure": {
"time": "1772185344"
},
"stopId": "GIRAD-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185439"
},
"departure": {
"time": "1772185439"
},
"stopId": "FRANVILL",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185492"
},
"departure": {
"time": "1772185492"
},
"stopId": "GGESSAND",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185540"
},
"departure": {
"time": "1772185540"
},
"stopId": "MACURIE",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185584"
},
"departure": {
"time": "1772185584"
},
"stopId": "JEROSTAN",
"stopSequence": 43
},
{
"arrival": {
"time": "1772185629"
},
"departure": {
"time": "1772185629"
},
"stopId": "RONCIERE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185672"
},
"departure": {
"time": "1772185672"
},
"stopId": "GUILLE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185737"
},
"departure": {
"time": "1772185737"
},
"stopId": "BAUDRA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185839"
},
"stopId": "MOULINMA",
"stopSequence": 47
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257518"
}
}
},
{
"id": "trip:6259993",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186700"
},
"stopId": "LATOLL",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186757"
},
"departure": {
"time": "1772186757"
},
"stopId": "ECHATS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186798"
},
"departure": {
"time": "1772186798"
},
"stopId": "CITRONNL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186845"
},
"departure": {
"time": "1772186845"
},
"stopId": "MONOD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"stopId": "CERFEUIL",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186941"
},
"departure": {
"time": "1772186941"
},
"stopId": "PROMENIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186982"
},
"departure": {
"time": "1772186982"
},
"stopId": "GRANBELL",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187022"
},
"departure": {
"time": "1772187022"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187060"
},
"departure": {
"time": "1772187060"
},
"stopId": "BRGPAILL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187142"
},
"departure": {
"time": "1772187142"
},
"stopId": "LANDREAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187174"
},
"departure": {
"time": "1772187174"
},
"stopId": "GDPERIGN",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187214"
},
"departure": {
"time": "1772187214"
},
"stopId": "INRA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187240"
},
"departure": {
"time": "1772187240"
},
"stopId": "MOREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187300"
},
"departure": {
"time": "1772187300"
},
"stopId": "DARWIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187420"
},
"departure": {
"time": "1772187420"
},
"stopId": "CNFPT-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188233"
},
"departure": {
"time": "1772188233"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188234"
},
"departure": {
"time": "1772188234"
},
"stopId": "ACAD-PLA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188286"
},
"departure": {
"time": "1772188286"
},
"stopId": "ACADEMIE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188345"
},
"departure": {
"time": "1772188345"
},
"stopId": "GBREM-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188436"
},
"stopId": "GAREPAPI",
"stopSequence": 20
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6259993"
}
}
},
{
"id": "trip:6544997",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188380"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188552"
},
"departure": {
"time": "1772188552"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188660"
},
"departure": {
"time": "1772188660"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188752"
},
"departure": {
"time": "1772188752"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188830"
},
"departure": {
"time": "1772188830"
},
"stopId": "2BARR",
"stopSequence": 4
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544997"
}
}
},
{
"id": "trip:6257942",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187780"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187866"
},
"departure": {
"time": "1772187866"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187910"
},
"departure": {
"time": "1772187910"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187947"
},
"departure": {
"time": "1772187947"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187974"
},
"departure": {
"time": "1772187974"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188125"
},
"departure": {
"time": "1772188125"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188186"
},
"departure": {
"time": "1772188186"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188229"
},
"departure": {
"time": "1772188229"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188276"
},
"departure": {
"time": "1772188276"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188320"
},
"departure": {
"time": "1772188320"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188375"
},
"departure": {
"time": "1772188375"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188429"
},
"departure": {
"time": "1772188429"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188495"
},
"departure": {
"time": "1772188495"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188570"
},
"departure": {
"time": "1772188570"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188629"
},
"departure": {
"time": "1772188629"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188680"
},
"departure": {
"time": "1772188680"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188752"
},
"departure": {
"time": "1772188752"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188835"
},
"departure": {
"time": "1772188835"
},
"stopId": "ARCEAU",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257942"
}
}
},
{
"id": "trip:6541254",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185660"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185740"
},
"departure": {
"time": "1772185740"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185810"
},
"departure": {
"time": "1772185810"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185890"
},
"departure": {
"time": "1772185890"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185980"
},
"departure": {
"time": "1772185980"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186070"
},
"departure": {
"time": "1772186070"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186180"
},
"departure": {
"time": "1772186180"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186430"
},
"departure": {
"time": "1772186430"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186550"
},
"departure": {
"time": "1772186550"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186630"
},
"departure": {
"time": "1772186630"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186750"
},
"departure": {
"time": "1772186750"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186840"
},
"departure": {
"time": "1772186840"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186960"
},
"departure": {
"time": "1772186960"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187070"
},
"departure": {
"time": "1772187070"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187170"
},
"departure": {
"time": "1772187170"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187240"
},
"departure": {
"time": "1772187240"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187310"
},
"departure": {
"time": "1772187310"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187420"
},
"departure": {
"time": "1772187420"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187510"
},
"departure": {
"time": "1772187510"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187610"
},
"departure": {
"time": "1772187610"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187710"
},
"departure": {
"time": "1772187710"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187820"
},
"departure": {
"time": "1772187820"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187930"
},
"departure": {
"time": "1772187930"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188050"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541254"
}
}
},
{
"id": "trip:6257750",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186820"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186946"
},
"departure": {
"time": "1772186946"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187032"
},
"departure": {
"time": "1772187032"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187120"
},
"departure": {
"time": "1772187120"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187154"
},
"departure": {
"time": "1772187154"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187200"
},
"departure": {
"time": "1772187200"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187259"
},
"departure": {
"time": "1772187259"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187297"
},
"departure": {
"time": "1772187297"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187360"
},
"departure": {
"time": "1772187360"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187409"
},
"departure": {
"time": "1772187409"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187450"
},
"departure": {
"time": "1772187450"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187478"
},
"departure": {
"time": "1772187478"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187562"
},
"departure": {
"time": "1772187562"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187600"
},
"departure": {
"time": "1772187600"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187757"
},
"departure": {
"time": "1772187757"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187900"
},
"departure": {
"time": "1772187960"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188047"
},
"departure": {
"time": "1772188047"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188089"
},
"departure": {
"time": "1772188089"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188200"
},
"departure": {
"time": "1772188200"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188287"
},
"departure": {
"time": "1772188287"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188344"
},
"departure": {
"time": "1772188344"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188380"
},
"departure": {
"time": "1772188380"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188680"
},
"departure": {
"time": "1772188680"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188740"
},
"departure": {
"time": "1772188740"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188774"
},
"departure": {
"time": "1772188774"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188811"
},
"departure": {
"time": "1772188811"
},
"stopId": "JEAN-MON",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257750"
}
}
},
{
"id": "trip:6540940",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186370"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186490"
},
"departure": {
"time": "1772186490"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186600"
},
"departure": {
"time": "1772186600"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186720"
},
"departure": {
"time": "1772186720"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186830"
},
"departure": {
"time": "1772186830"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186920"
},
"departure": {
"time": "1772186920"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187020"
},
"departure": {
"time": "1772187020"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187120"
},
"departure": {
"time": "1772187120"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187280"
},
"departure": {
"time": "1772187280"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187380"
},
"departure": {
"time": "1772187380"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187470"
},
"departure": {
"time": "1772187470"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187590"
},
"departure": {
"time": "1772187590"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187680"
},
"departure": {
"time": "1772187680"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187800"
},
"departure": {
"time": "1772187800"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187880"
},
"departure": {
"time": "1772187880"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188000"
},
"departure": {
"time": "1772188000"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188090"
},
"departure": {
"time": "1772188090"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188240"
},
"departure": {
"time": "1772188240"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188340"
},
"departure": {
"time": "1772188340"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188420"
},
"departure": {
"time": "1772188420"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188510"
},
"departure": {
"time": "1772188510"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188590"
},
"departure": {
"time": "1772188590"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188680"
},
"departure": {
"time": "1772188680"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188760"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540940"
}
}
},
{
"id": "trip:6541255",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186260"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186410"
},
"departure": {
"time": "1772186410"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186490"
},
"departure": {
"time": "1772186490"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186580"
},
"departure": {
"time": "1772186580"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186670"
},
"departure": {
"time": "1772186670"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186780"
},
"departure": {
"time": "1772186780"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187030"
},
"departure": {
"time": "1772187030"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187150"
},
"departure": {
"time": "1772187150"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187230"
},
"departure": {
"time": "1772187230"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187350"
},
"departure": {
"time": "1772187350"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187440"
},
"departure": {
"time": "1772187440"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187560"
},
"departure": {
"time": "1772187560"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187670"
},
"departure": {
"time": "1772187670"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187770"
},
"departure": {
"time": "1772187770"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187840"
},
"departure": {
"time": "1772187840"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187910"
},
"departure": {
"time": "1772187910"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188020"
},
"departure": {
"time": "1772188020"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188110"
},
"departure": {
"time": "1772188110"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188210"
},
"departure": {
"time": "1772188210"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188310"
},
"departure": {
"time": "1772188310"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188420"
},
"departure": {
"time": "1772188420"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188530"
},
"departure": {
"time": "1772188530"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188650"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541255"
}
}
},
{
"id": "trip:6258526",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185161"
},
"departure": {
"time": "1772185161"
},
"stopId": "ORMEAU-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772185176"
},
"departure": {
"time": "1772185176"
},
"stopId": "CRBLAN-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772185205"
},
"departure": {
"time": "1772185236"
},
"stopId": "CHATEL-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772185308"
},
"departure": {
"time": "1772185308"
},
"stopId": "BANCHA-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772185371"
},
"departure": {
"time": "1772185371"
},
"stopId": "JARDF-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772185411"
},
"departure": {
"time": "1772185411"
},
"stopId": "SAILLE-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772185488"
},
"stopId": "SAUBIN",
"stopSequence": 88
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258526"
}
}
},
{
"id": "trip:6257498",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185139"
},
"departure": {
"time": "1772185170"
},
"stopId": "DOYENN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185204"
},
"departure": {
"time": "1772185230"
},
"stopId": "SAVOIE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185317"
},
"departure": {
"time": "1772185317"
},
"stopId": "INDUST-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185355"
},
"departure": {
"time": "1772185355"
},
"stopId": "HOTELL-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185401"
},
"departure": {
"time": "1772185401"
},
"stopId": "DEBUSS-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772185437"
},
"departure": {
"time": "1772185437"
},
"stopId": "BOISAB-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185471"
},
"departure": {
"time": "1772185471"
},
"stopId": "DUBELL-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185570"
},
"departure": {
"time": "1772185570"
},
"stopId": "REDUM-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185617"
},
"departure": {
"time": "1772185617"
},
"stopId": "HIPPODRO",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185755"
},
"departure": {
"time": "1772185755"
},
"stopId": "COTTAG-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185797"
},
"stopId": "EVENTARD",
"stopSequence": 49
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257498"
}
}
},
{
"id": "trip:6053963",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185980"
},
"stopId": "STSYCHVE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186050"
},
"departure": {
"time": "1772186050"
},
"stopId": "GAUGUIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186100"
},
"departure": {
"time": "1772186100"
},
"stopId": "ANBRUEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186160"
},
"departure": {
"time": "1772186160"
},
"stopId": "V.HUGO",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186204"
},
"departure": {
"time": "1772186204"
},
"stopId": "FRANCA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186270"
},
"departure": {
"time": "1772186270"
},
"stopId": "LECLSY-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"stopId": "SSYMAIRI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186399"
},
"departure": {
"time": "1772186399"
},
"stopId": "UNION",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186438"
},
"departure": {
"time": "1772186438"
},
"stopId": "CHABLANC",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186477"
},
"departure": {
"time": "1772186477"
},
"stopId": "BASMORTI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186520"
},
"departure": {
"time": "1772186520"
},
"stopId": "MILLARDI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186535"
},
"departure": {
"time": "1772186535"
},
"stopId": "CARREAUX",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186760"
},
"departure": {
"time": "1772186760"
},
"stopId": "PARCEXPO",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186857"
},
"departure": {
"time": "1772186857"
},
"stopId": "PROVINS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186923"
},
"departure": {
"time": "1772186923"
},
"stopId": "RTEPARIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187000"
},
"departure": {
"time": "1772187000"
},
"stopId": "SEPSONET",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187116"
},
"departure": {
"time": "1772187116"
},
"stopId": "CHATENAY",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187229"
},
"departure": {
"time": "1772187229"
},
"stopId": "BRISEPOT",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187497"
},
"departure": {
"time": "1772187497"
},
"stopId": "CLEMOINE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187600"
},
"stopId": "HDVSUB",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6053963"
}
}
},
{
"id": "trip:6260085",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188740"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188780"
},
"departure": {
"time": "1772188780"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188811"
},
"departure": {
"time": "1772188811"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188833"
},
"departure": {
"time": "1772188833"
},
"stopId": "LAPOINTE",
"stopSequence": 3
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260085"
}
}
},
{
"id": "trip:6544195",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187960"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188171"
},
"departure": {
"time": "1772188171"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188324"
},
"departure": {
"time": "1772188324"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188400"
},
"departure": {
"time": "1772188400"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188558"
},
"departure": {
"time": "1772188558"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188637"
},
"departure": {
"time": "1772188637"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188710"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544195"
}
}
},
{
"id": "trip:6544027",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185200"
},
"departure": {
"time": "1772185200"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185380"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544027"
}
}
},
{
"id": "trip:6258535",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188020"
},
"stopId": "BENE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188074"
},
"departure": {
"time": "1772188074"
},
"stopId": "JUIGDEP",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188106"
},
"departure": {
"time": "1772188106"
},
"stopId": "CAMPJUIG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188134"
},
"departure": {
"time": "1772188134"
},
"stopId": "RENOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188162"
},
"departure": {
"time": "1772188162"
},
"stopId": "RECLAIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188195"
},
"departure": {
"time": "1772188195"
},
"stopId": "DOMVATER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188434"
},
"departure": {
"time": "1772188434"
},
"stopId": "PISCMU-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188436"
},
"departure": {
"time": "1772188436"
},
"stopId": "PISCMUFF",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188507"
},
"departure": {
"time": "1772188507"
},
"stopId": "ANAFRAN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188200"
},
"departure": {
"time": "1772188200"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188224"
},
"departure": {
"time": "1772188224"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTILL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188382"
},
"departure": {
"time": "1772188382"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188417"
},
"departure": {
"time": "1772188417"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGUY",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188438"
},
"departure": {
"time": "1772188438"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JUI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188470"
},
"departure": {
"time": "1772188470"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAUVO",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188500"
},
"departure": {
"time": "1772188500"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ZOLA",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188557"
},
"departure": {
"time": "1772188557"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELAIR",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188358"
},
"departure": {
"time": "1772188358"
},
"stopId": "ESPMONTR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188427"
},
"departure": {
"time": "1772188427"
},
"stopId": "PLATFLEU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188490"
},
"departure": {
"time": "1772188490"
},
"stopId": "JEHUEZ",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188541"
},
"departure": {
"time": "1772188541"
},
"stopId": "MASTELLE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188580"
},
"departure": {
"time": "1772188580"
},
"stopId": "AVENEURO",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188598"
},
"departure": {
"time": "1772188598"
},
"stopId": "DANEMA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188654"
},
"departure": {
"time": "1772188654"
},
"stopId": "ALLEMAGN",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188686"
},
"departure": {
"time": "1772188686"
},
"stopId": "ITALIE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188722"
},
"departure": {
"time": "1772188722"
},
"stopId": "IRLANDE",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188771"
},
"departure": {
"time": "1772188771"
},
"stopId": "AUTRICH",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188790"
},
"departure": {
"time": "1772188790"
},
"stopId": "PLOTTIER",
"stopSequence": 29
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258535"
}
}
},
{
"id": "trip:6258655",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188260"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188334"
},
"departure": {
"time": "1772188334"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188369"
},
"departure": {
"time": "1772188369"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188500"
},
"departure": {
"time": "1772188500"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188580"
},
"departure": {
"time": "1772188580"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188631"
},
"departure": {
"time": "1772188631"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188674"
},
"departure": {
"time": "1772188674"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188729"
},
"departure": {
"time": "1772188729"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258655"
}
}
},
{
"id": "trip:6258555",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187240"
},
"stopId": "SAUBIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187323"
},
"departure": {
"time": "1772187323"
},
"stopId": "PIGNONIE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187386"
},
"departure": {
"time": "1772187386"
},
"stopId": "CLAVERIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187430"
},
"departure": {
"time": "1772187430"
},
"stopId": "JARDFA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187480"
},
"departure": {
"time": "1772187480"
},
"stopId": "BANCHAIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187537"
},
"departure": {
"time": "1772187537"
},
"stopId": "CHATELAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187583"
},
"departure": {
"time": "1772187583"
},
"stopId": "CRBLANCH",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187619"
},
"departure": {
"time": "1772187619"
},
"stopId": "ORMEAUX",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187667"
},
"departure": {
"time": "1772187667"
},
"stopId": "VANDEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187747"
},
"departure": {
"time": "1772187747"
},
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187809"
},
"departure": {
"time": "1772187809"
},
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187840"
},
"departure": {
"time": "1772187840"
},
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187895"
},
"departure": {
"time": "1772187895"
},
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187981"
},
"departure": {
"time": "1772187981"
},
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188140"
},
"departure": {
"time": "1772188140"
},
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188200"
},
"departure": {
"time": "1772188200"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188248"
},
"departure": {
"time": "1772188248"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188315"
},
"departure": {
"time": "1772188315"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188380"
},
"departure": {
"time": "1772188380"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188427"
},
"departure": {
"time": "1772188427"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188508"
},
"departure": {
"time": "1772188508"
},
"stopId": "BOURGONN",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188569"
},
"departure": {
"time": "1772188569"
},
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "ANLEROY",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188782"
},
"departure": {
"time": "1772188782"
},
"stopId": "PAULBERT",
"stopSequence": 23
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258555"
}
}
},
{
"id": "trip:6544451",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187480"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187660"
},
"departure": {
"time": "1772187660"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187782"
},
"departure": {
"time": "1772187782"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187840"
},
"departure": {
"time": "1772187840"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187902"
},
"departure": {
"time": "1772187902"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187975"
},
"departure": {
"time": "1772187975"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188030"
},
"departure": {
"time": "1772188030"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188200"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544451"
}
}
},
{
"id": "trip:6258563",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185138"
},
"departure": {
"time": "1772185154"
},
"stopId": "ALLEMA-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772185154"
},
"departure": {
"time": "1772185154"
},
"stopId": "DANEMA-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772185184"
},
"departure": {
"time": "1772185184"
},
"stopId": "AVENEU-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772185199"
},
"departure": {
"time": "1772185199"
},
"stopId": "MASTEL-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772185204"
},
"departure": {
"time": "1772185204"
},
"stopId": "JEHUEZ-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772185248"
},
"departure": {
"time": "1772185248"
},
"stopId": "PLATEF-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772185310"
},
"departure": {
"time": "1772185310"
},
"stopId": "ESPMON-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772185340"
},
"departure": {
"time": "1772185340"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELAIR-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772185380"
},
"departure": {
"time": "1772185380"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ZOLA-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772185435"
},
"departure": {
"time": "1772185435"
},
"stopId": "ANAFRA-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1772185504"
},
"departure": {
"time": "1772185504"
},
"stopId": "PISCMU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772185720"
},
"departure": {
"time": "1772185720"
},
"stopId": "DOMVATER",
"stopSequence": 79
},
{
"arrival": {
"time": "1772185415"
},
"departure": {
"time": "1772185415"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772185440"
},
"departure": {
"time": "1772185440"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772185467"
},
"departure": {
"time": "1772185467"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772185504"
},
"departure": {
"time": "1772185504"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772185647"
},
"departure": {
"time": "1772185647"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTI-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772185680"
},
"departure": {
"time": "1772185680"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772185747"
},
"departure": {
"time": "1772185747"
},
"stopId": "RECLAI-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772185786"
},
"departure": {
"time": "1772185786"
},
"stopId": "RENOIR-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772185816"
},
"departure": {
"time": "1772185816"
},
"stopId": "CAMPJU-E",
"stopSequence": 88
},
{
"arrival": {
"time": "1772185851"
},
"departure": {
"time": "1772185851"
},
"stopId": "JUIGN-E",
"stopSequence": 89
},
{
"arrival": {
"time": "1772185940"
},
"stopId": "BENE-E",
"stopSequence": 90
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258563"
}
}
},
{
"id": "trip:6258465",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187540"
},
"stopId": "ROMORNA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187622"
},
"departure": {
"time": "1772187622"
},
"stopId": "LECHENE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187645"
},
"departure": {
"time": "1772187645"
},
"stopId": "PORTSG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187685"
},
"departure": {
"time": "1772187685"
},
"stopId": "VANRIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187742"
},
"departure": {
"time": "1772187742"
},
"stopId": "CLOSNEUF",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187799"
},
"departure": {
"time": "1772187799"
},
"stopId": "HOSGEMME",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187844"
},
"departure": {
"time": "1772187844"
},
"stopId": "MASGEMME",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187902"
},
"departure": {
"time": "1772187902"
},
"stopId": "LOUPINO",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187969"
},
"departure": {
"time": "1772187969"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188020"
},
"departure": {
"time": "1772188020"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188042"
},
"departure": {
"time": "1772188042"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188102"
},
"departure": {
"time": "1772188102"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188123"
},
"departure": {
"time": "1772188123"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188192"
},
"departure": {
"time": "1772188192"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188229"
},
"departure": {
"time": "1772188229"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188279"
},
"departure": {
"time": "1772188279"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188309"
},
"departure": {
"time": "1772188309"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188346"
},
"departure": {
"time": "1772188346"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188380"
},
"departure": {
"time": "1772188380"
},
"stopId": "LETANDUE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188473"
},
"departure": {
"time": "1772188473"
},
"stopId": "STRASBOU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188529"
},
"departure": {
"time": "1772188529"
},
"stopId": "FREMUR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188576"
},
"departure": {
"time": "1772188576"
},
"stopId": "VAUBAN",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188609"
},
"departure": {
"time": "1772188609"
},
"stopId": "POIREL",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188668"
},
"departure": {
"time": "1772188668"
},
"stopId": "PONTNOIR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188706"
},
"departure": {
"time": "1772188706"
},
"stopId": "SEMARD",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188740"
},
"departure": {
"time": "1772188740"
},
"stopId": "GARETERM",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258465"
}
}
},
{
"id": "trip:6540937",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185133"
},
"departure": {
"time": "1772185163"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185220"
},
"departure": {
"time": "1772185220"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185320"
},
"departure": {
"time": "1772185320"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185380"
},
"departure": {
"time": "1772185380"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185480"
},
"departure": {
"time": "1772185480"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185580"
},
"departure": {
"time": "1772185580"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185670"
},
"departure": {
"time": "1772185670"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185790"
},
"departure": {
"time": "1772185790"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185880"
},
"departure": {
"time": "1772185880"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186000"
},
"departure": {
"time": "1772186000"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186080"
},
"departure": {
"time": "1772186080"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186200"
},
"departure": {
"time": "1772186200"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186290"
},
"departure": {
"time": "1772186290"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186440"
},
"departure": {
"time": "1772186440"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186540"
},
"departure": {
"time": "1772186540"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186620"
},
"departure": {
"time": "1772186620"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186710"
},
"departure": {
"time": "1772186710"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186790"
},
"departure": {
"time": "1772186790"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186960"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540937"
}
}
},
{
"id": "trip:6258096",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185140"
},
"departure": {
"time": "1772185171"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185231"
},
"departure": {
"time": "1772185231"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185276"
},
"departure": {
"time": "1772185276"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185326"
},
"departure": {
"time": "1772185326"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185367"
},
"departure": {
"time": "1772185367"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1772185415"
},
"departure": {
"time": "1772185415"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772185499"
},
"departure": {
"time": "1772185499"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772185543"
},
"departure": {
"time": "1772185543"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772185717"
},
"departure": {
"time": "1772185717"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772185757"
},
"departure": {
"time": "1772185757"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772185811"
},
"departure": {
"time": "1772185811"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772185862"
},
"departure": {
"time": "1772185862"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772185924"
},
"departure": {
"time": "1772185924"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772185961"
},
"departure": {
"time": "1772185961"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772186017"
},
"departure": {
"time": "1772186017"
},
"stopId": "LECLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772186058"
},
"departure": {
"time": "1772186058"
},
"stopId": "CAMUS-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772186102"
},
"departure": {
"time": "1772186102"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772186200"
},
"departure": {
"time": "1772186200"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772186272"
},
"departure": {
"time": "1772186272"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772186314"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258096"
}
}
},
{
"id": "trip:6260106",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187300"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187340"
},
"departure": {
"time": "1772187340"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187371"
},
"departure": {
"time": "1772187371"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187393"
},
"departure": {
"time": "1772187393"
},
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187433"
},
"departure": {
"time": "1772187433"
},
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187472"
},
"departure": {
"time": "1772187472"
},
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187509"
},
"departure": {
"time": "1772187509"
},
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187540"
},
"departure": {
"time": "1772187540"
},
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187594"
},
"departure": {
"time": "1772187594"
},
"stopId": "CHEVRIER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187631"
},
"departure": {
"time": "1772187631"
},
"stopId": "PETPORT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187715"
},
"departure": {
"time": "1772187715"
},
"stopId": "HAUBOUCH",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187780"
},
"departure": {
"time": "1772187780"
},
"stopId": "ARTAUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187843"
},
"departure": {
"time": "1772187843"
},
"stopId": "PIVERDIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187907"
},
"departure": {
"time": "1772187907"
},
"stopId": "CHATAIGN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187946"
},
"departure": {
"time": "1772187946"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188007"
},
"departure": {
"time": "1772188007"
},
"stopId": "P-ANJO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "HARENC",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188152"
},
"departure": {
"time": "1772188152"
},
"stopId": "P-ANJOU",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188200"
},
"departure": {
"time": "1772188200"
},
"stopId": "VALMAI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188271"
},
"departure": {
"time": "1772188271"
},
"stopId": "PETVIVIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188347"
},
"departure": {
"time": "1772188347"
},
"stopId": "PRUNIERS",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188381"
},
"departure": {
"time": "1772188381"
},
"stopId": "CROISETT",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188486"
},
"departure": {
"time": "1772188486"
},
"stopId": "CAMLACMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188532"
},
"departure": {
"time": "1772188532"
},
"stopId": "LACDMAIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188578"
},
"departure": {
"time": "1772188578"
},
"stopId": "MAISENVI",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "PERUSSAI",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188647"
},
"departure": {
"time": "1772188647"
},
"stopId": "MAISLAC",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188676"
},
"departure": {
"time": "1772188676"
},
"stopId": "JEAN-MON",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188802"
},
"departure": {
"time": "1772188802"
},
"stopId": "CNFPT",
"stopSequence": 28
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260106"
}
}
},
{
"id": "trip:6541180",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188170"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188290"
},
"departure": {
"time": "1772188290"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188400"
},
"departure": {
"time": "1772188400"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188520"
},
"departure": {
"time": "1772188520"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188630"
},
"departure": {
"time": "1772188630"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188720"
},
"departure": {
"time": "1772188720"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188820"
},
"departure": {
"time": "1772188820"
},
"stopId": "2LGAR",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6541180"
}
}
},
{
"id": "trip:6257803",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188500"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188510"
},
"departure": {
"time": "1772188510"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188669"
},
"departure": {
"time": "1772188669"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188703"
},
"departure": {
"time": "1772188703"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188769"
},
"departure": {
"time": "1772188769"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "GRESILLE",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257803"
}
}
},
{
"id": "trip:6052757",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186258"
},
"stopId": "HTDEMURS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186298"
},
"departure": {
"time": "1772186298"
},
"stopId": "LABUISSA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186349"
},
"departure": {
"time": "1772186349"
},
"stopId": "LECOTEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186421"
},
"departure": {
"time": "1772186421"
},
"stopId": "CARMET",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186501"
},
"departure": {
"time": "1772186501"
},
"stopId": "MURSHDV",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186532"
},
"departure": {
"time": "1772186532"
},
"stopId": "LEVESQUE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186610"
},
"departure": {
"time": "1772186610"
},
"stopId": "ERIGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186648"
},
"departure": {
"time": "1772186648"
},
"stopId": "SOLAND",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186687"
},
"departure": {
"time": "1772186687"
},
"stopId": "GDPRESSO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186721"
},
"departure": {
"time": "1772186721"
},
"stopId": "BARBOTER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186770"
},
"departure": {
"time": "1772186770"
},
"stopId": "FONTENE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186807"
},
"departure": {
"time": "1772186807"
},
"stopId": "BRISSAC",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187587"
},
"departure": {
"time": "1772187587"
},
"stopId": "GARDOT",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187644"
},
"departure": {
"time": "1772187644"
},
"stopId": "STEXUPER",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187769"
},
"departure": {
"time": "1772187769"
},
"stopId": "SECUSOCI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187897"
},
"stopId": "HDVSUB",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "23",
"tripId": "6052757"
}
}
},
{
"id": "trip:6258557",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185740"
},
"stopId": "SAUBIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185823"
},
"departure": {
"time": "1772185823"
},
"stopId": "PIGNONIE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185886"
},
"departure": {
"time": "1772185886"
},
"stopId": "CLAVERIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185930"
},
"departure": {
"time": "1772185930"
},
"stopId": "JARDFA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185980"
},
"departure": {
"time": "1772185980"
},
"stopId": "BANCHAIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186037"
},
"departure": {
"time": "1772186037"
},
"stopId": "CHATELAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186083"
},
"departure": {
"time": "1772186083"
},
"stopId": "CRBLANCH",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186119"
},
"departure": {
"time": "1772186119"
},
"stopId": "ORMEAUX",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186167"
},
"departure": {
"time": "1772186167"
},
"stopId": "VANDEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186247"
},
"departure": {
"time": "1772186247"
},
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186309"
},
"departure": {
"time": "1772186309"
},
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186395"
},
"departure": {
"time": "1772186395"
},
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186481"
},
"departure": {
"time": "1772186481"
},
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186640"
},
"departure": {
"time": "1772186640"
},
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186700"
},
"departure": {
"time": "1772186700"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186748"
},
"departure": {
"time": "1772186748"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186815"
},
"departure": {
"time": "1772186815"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186927"
},
"departure": {
"time": "1772186927"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187008"
},
"departure": {
"time": "1772187008"
},
"stopId": "BOURGONN",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187069"
},
"departure": {
"time": "1772187069"
},
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187120"
},
"departure": {
"time": "1772187120"
},
"stopId": "ANLEROY",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187282"
},
"departure": {
"time": "1772187282"
},
"stopId": "PAULBERT",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187360"
},
"departure": {
"time": "1772187420"
},
"stopId": "LICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187490"
},
"departure": {
"time": "1772187490"
},
"stopId": "CCI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187534"
},
"departure": {
"time": "1772187534"
},
"stopId": "CHDARR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187649"
},
"departure": {
"time": "1772187649"
},
"stopId": "LEQUAI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187689"
},
"departure": {
"time": "1772187689"
},
"stopId": "DUMESN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187704"
},
"departure": {
"time": "1772187704"
},
"stopId": "MONPR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187549"
},
"departure": {
"time": "1772187549"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOURI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187600"
},
"departure": {
"time": "1772187600"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICROIX",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187668"
},
"departure": {
"time": "1772187668"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBL-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187756"
},
"departure": {
"time": "1772187756"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURP-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187840"
},
"departure": {
"time": "1772187840"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187900"
},
"departure": {
"time": "1772187900"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187758"
},
"departure": {
"time": "1772187758"
},
"stopId": "DESCAZ-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187815"
},
"departure": {
"time": "1772187815"
},
"stopId": "BICHBI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187816"
},
"departure": {
"time": "1772187816"
},
"stopId": "BICHLA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187848"
},
"departure": {
"time": "1772187848"
},
"stopId": "CLOUET-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772187913"
},
"departure": {
"time": "1772187913"
},
"stopId": "GOURON-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772187965"
},
"departure": {
"time": "1772187965"
},
"stopId": "GASNIE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772188003"
},
"departure": {
"time": "1772188003"
},
"stopId": "LIZE07-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772188077"
},
"departure": {
"time": "1772188077"
},
"stopId": "ECHMA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772188121"
},
"departure": {
"time": "1772188121"
},
"stopId": "KENNED-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772188209"
},
"departure": {
"time": "1772188209"
},
"stopId": "WPMA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772188261"
},
"departure": {
"time": "1772188261"
},
"stopId": "RONDE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772188324"
},
"departure": {
"time": "1772188324"
},
"stopId": "BRASSE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188376"
},
"departure": {
"time": "1772188376"
},
"stopId": "BEURRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188430"
},
"departure": {
"time": "1772188430"
},
"stopId": "DELAUN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772188486"
},
"departure": {
"time": "1772188486"
},
"stopId": "MAUFIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772188537"
},
"departure": {
"time": "1772188537"
},
"stopId": "MAIRAV-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772188582"
},
"departure": {
"time": "1772188582"
},
"stopId": "CIAVRI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772188623"
},
"departure": {
"time": "1772188623"
},
"stopId": "PEGARD-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772188685"
},
"departure": {
"time": "1772188685"
},
"stopId": "RIPOLE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772188717"
},
"departure": {
"time": "1772188717"
},
"stopId": "SALETT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772188783"
},
"departure": {
"time": "1772188783"
},
"stopId": "LEPRE-E",
"stopSequence": 56
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258557"
}
}
},
{
"id": "trip:6258267",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185620"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185668"
},
"departure": {
"time": "1772185668"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185718"
},
"departure": {
"time": "1772185718"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185786"
},
"departure": {
"time": "1772185786"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185845"
},
"departure": {
"time": "1772185845"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185873"
},
"departure": {
"time": "1772185873"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185920"
},
"departure": {
"time": "1772185920"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185963"
},
"departure": {
"time": "1772185963"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186025"
},
"departure": {
"time": "1772186025"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186064"
},
"departure": {
"time": "1772186064"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186131"
},
"departure": {
"time": "1772186131"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186184"
},
"departure": {
"time": "1772186184"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186221"
},
"departure": {
"time": "1772186221"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186246"
},
"departure": {
"time": "1772186246"
},
"stopId": "MAISDANS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186286"
},
"departure": {
"time": "1772186286"
},
"stopId": "GRANDMON",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"stopId": "CLINIQUE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186383"
},
"departure": {
"time": "1772186383"
},
"stopId": "VALOR",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186415"
},
"departure": {
"time": "1772186415"
},
"stopId": "MEIGNANN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186483"
},
"departure": {
"time": "1772186483"
},
"stopId": "REVERIES",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186547"
},
"departure": {
"time": "1772186547"
},
"stopId": "ROCEPINE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186588"
},
"departure": {
"time": "1772186588"
},
"stopId": "PARCGARE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186642"
},
"departure": {
"time": "1772186642"
},
"stopId": "LABRUYER",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186704"
},
"departure": {
"time": "1772186704"
},
"stopId": "RASPAIL",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186753"
},
"departure": {
"time": "1772186753"
},
"stopId": "MONPR-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186538"
},
"departure": {
"time": "1772186538"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186628"
},
"departure": {
"time": "1772186628"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUEST",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186670"
},
"departure": {
"time": "1772186670"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLEMENCE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186800"
},
"departure": {
"time": "1772186800"
},
"stopId": "DESCAZ-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186857"
},
"departure": {
"time": "1772186857"
},
"stopId": "BICHDAVI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186939"
},
"departure": {
"time": "1772186939"
},
"stopId": "HOTDIEU",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186980"
},
"departure": {
"time": "1772186980"
},
"stopId": "ROCHEFOU",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187155"
},
"departure": {
"time": "1772187155"
},
"stopId": "STSERGEU",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187446"
},
"departure": {
"time": "1772187446"
},
"stopId": "MENDESFR",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187590"
},
"departure": {
"time": "1772187590"
},
"stopId": "FO-LOR-R",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187662"
},
"departure": {
"time": "1772187662"
},
"stopId": "STAUBI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187696"
},
"departure": {
"time": "1772187696"
},
"stopId": "HARAS-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187827"
},
"departure": {
"time": "1772187827"
},
"stopId": "ANLERO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187888"
},
"departure": {
"time": "1772187888"
},
"stopId": "RABELA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187936"
},
"departure": {
"time": "1772187936"
},
"stopId": "ESA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772188046"
},
"departure": {
"time": "1772188046"
},
"stopId": "DELATA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772188127"
},
"departure": {
"time": "1772188127"
},
"stopId": "ALLARD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772188177"
},
"departure": {
"time": "1772188177"
},
"stopId": "TASSIG-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772188270"
},
"departure": {
"time": "1772188270"
},
"stopId": "TROIPA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772188307"
},
"departure": {
"time": "1772188307"
},
"stopId": "SABLON-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772188360"
},
"departure": {
"time": "1772188360"
},
"stopId": "RUELLE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772188443"
},
"departure": {
"time": "1772188443"
},
"stopId": "GENDRO-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772188537"
},
"departure": {
"time": "1772188537"
},
"stopId": "PATUR-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772188607"
},
"departure": {
"time": "1772188607"
},
"stopId": "AUTHIO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188666"
},
"departure": {
"time": "1772188666"
},
"stopId": "BELPOU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188727"
},
"departure": {
"time": "1772188727"
},
"stopId": "PONTSC-E",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258267"
}
}
},
{
"id": "trip:6053958",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185129"
},
"departure": {
"time": "1772185129"
},
"stopId": "CARREAUX",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185331"
},
"departure": {
"time": "1772185331"
},
"stopId": "PARCEXPO",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185429"
},
"departure": {
"time": "1772185429"
},
"stopId": "PROVINS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185502"
},
"departure": {
"time": "1772185502"
},
"stopId": "RTEPARIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185579"
},
"departure": {
"time": "1772185579"
},
"stopId": "SEPSONET",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185695"
},
"departure": {
"time": "1772185695"
},
"stopId": "CHATENAY",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185808"
},
"departure": {
"time": "1772185808"
},
"stopId": "BRISEPOT",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186076"
},
"departure": {
"time": "1772186076"
},
"stopId": "CLEMOINE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186179"
},
"stopId": "HDVSUB",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6053958"
}
}
},
{
"id": "trip:6544190",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185167"
},
"departure": {
"time": "1772185201"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185236"
},
"departure": {
"time": "1772185236"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185389"
},
"departure": {
"time": "1772185389"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185465"
},
"departure": {
"time": "1772185465"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185623"
},
"departure": {
"time": "1772185623"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185702"
},
"departure": {
"time": "1772185702"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185775"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544190"
}
}
},
{
"id": "trip:6258273",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185748"
},
"departure": {
"time": "1772185748"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185798"
},
"departure": {
"time": "1772185798"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185851"
},
"departure": {
"time": "1772185851"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185919"
},
"departure": {
"time": "1772185919"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185985"
},
"departure": {
"time": "1772185985"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186029"
},
"departure": {
"time": "1772186029"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186097"
},
"departure": {
"time": "1772186097"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186156"
},
"departure": {
"time": "1772186156"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186280"
},
"departure": {
"time": "1772186280"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186335"
},
"departure": {
"time": "1772186335"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186407"
},
"departure": {
"time": "1772186407"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186465"
},
"departure": {
"time": "1772186465"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186566"
},
"departure": {
"time": "1772186566"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186648"
},
"departure": {
"time": "1772186648"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186700"
},
"departure": {
"time": "1772186700"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186737"
},
"departure": {
"time": "1772186737"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186956"
},
"departure": {
"time": "1772186956"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187065"
},
"departure": {
"time": "1772187065"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187126"
},
"departure": {
"time": "1772187126"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187317"
},
"departure": {
"time": "1772187317"
},
"stopId": "PAULBERT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187373"
},
"departure": {
"time": "1772187373"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187450"
},
"departure": {
"time": "1772187450"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187540"
},
"departure": {
"time": "1772187600"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187718"
},
"departure": {
"time": "1772187718"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187911"
},
"departure": {
"time": "1772187911"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188093"
},
"departure": {
"time": "1772188093"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188192"
},
"departure": {
"time": "1772188192"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188248"
},
"departure": {
"time": "1772188248"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188333"
},
"departure": {
"time": "1772188333"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188437"
},
"departure": {
"time": "1772188437"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188499"
},
"departure": {
"time": "1772188499"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188545"
},
"departure": {
"time": "1772188545"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188625"
},
"departure": {
"time": "1772188625"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188665"
},
"departure": {
"time": "1772188665"
},
"stopId": "VALOR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772188693"
},
"departure": {
"time": "1772188693"
},
"stopId": "CLINIQ-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772188732"
},
"departure": {
"time": "1772188732"
},
"stopId": "GRANDM-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772188775"
},
"departure": {
"time": "1772188775"
},
"stopId": "MAISDA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772188815"
},
"departure": {
"time": "1772188815"
},
"stopId": "CHMART-E",
"stopSequence": 40
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258273"
}
}
},
{
"id": "trip:6257574",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185122"
},
"departure": {
"time": "1772185122"
},
"stopId": "BEAUVAL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185159"
},
"departure": {
"time": "1772185197"
},
"stopId": "LETANDUE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185266"
},
"departure": {
"time": "1772185266"
},
"stopId": "STRASBOU",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185336"
},
"departure": {
"time": "1772185336"
},
"stopId": "FREMUR",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185375"
},
"departure": {
"time": "1772185375"
},
"stopId": "VAUBAN",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185413"
},
"departure": {
"time": "1772185413"
},
"stopId": "POIREL",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185481"
},
"departure": {
"time": "1772185481"
},
"stopId": "PONTNOIR",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185524"
},
"departure": {
"time": "1772185524"
},
"stopId": "SEMARD",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185551"
},
"departure": {
"time": "1772185551"
},
"stopId": "GAREPAPI",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185818"
},
"departure": {
"time": "1772185818"
},
"stopId": "HARAS",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185882"
},
"departure": {
"time": "1772185882"
},
"stopId": "STAUBIN",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185976"
},
"departure": {
"time": "1772185980"
},
"stopId": "LORRAIN1",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186112"
},
"departure": {
"time": "1772186112"
},
"stopId": "MENDES-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186256"
},
"departure": {
"time": "1772186256"
},
"stopId": "TALET-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186523"
},
"departure": {
"time": "1772186523"
},
"stopId": "RAMON-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186247"
},
"departure": {
"time": "1772186247"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186400"
},
"departure": {
"time": "1772186400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186544"
},
"departure": {
"time": "1772186544"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186636"
},
"departure": {
"time": "1772186636"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186606"
},
"departure": {
"time": "1772186606"
},
"stopId": "RBRIOL-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186643"
},
"departure": {
"time": "1772186643"
},
"stopId": "NOZAY-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186710"
},
"departure": {
"time": "1772186710"
},
"stopId": "AUVERG-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772186767"
},
"departure": {
"time": "1772186767"
},
"stopId": "SAVOIE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772186831"
},
"departure": {
"time": "1772186831"
},
"stopId": "INDUST-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772186871"
},
"departure": {
"time": "1772186871"
},
"stopId": "HOTELL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772186936"
},
"departure": {
"time": "1772186936"
},
"stopId": "DEBUMO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772187045"
},
"departure": {
"time": "1772187045"
},
"stopId": "RTEPAR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772187115"
},
"stopId": "PROVIN-E",
"stopSequence": 54
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257574"
}
}
},
{
"id": "trip:6258690",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185180"
},
"departure": {
"time": "1772185211"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772185224"
},
"departure": {
"time": "1772185224"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185320"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258690"
}
}
},
{
"id": "trip:6052685",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188380"
},
"stopId": "MONPLA-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188478"
},
"departure": {
"time": "1772188478"
},
"stopId": "INDUST-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188543"
},
"departure": {
"time": "1772188543"
},
"stopId": "HOTELL-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "DEBUSS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188659"
},
"departure": {
"time": "1772188659"
},
"stopId": "BOISAB-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188694"
},
"departure": {
"time": "1772188694"
},
"stopId": "DUBELL-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188747"
},
"departure": {
"time": "1772188747"
},
"stopId": "COTTAG-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "EVENTARD",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"tripId": "6052685"
}
}
},
{
"id": "trip:6258058",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185230"
},
"departure": {
"time": "1772185232"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185273"
},
"departure": {
"time": "1772185273"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185329"
},
"departure": {
"time": "1772185329"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185358"
},
"departure": {
"time": "1772185358"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185393"
},
"departure": {
"time": "1772185393"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185461"
},
"departure": {
"time": "1772185461"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185558"
},
"departure": {
"time": "1772185558"
},
"stopId": "VAUBAN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185627"
},
"departure": {
"time": "1772185627"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185691"
},
"departure": {
"time": "1772185691"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185773"
},
"departure": {
"time": "1772185773"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185877"
},
"departure": {
"time": "1772185877"
},
"stopId": "GAUBOU5B",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185945"
},
"departure": {
"time": "1772185945"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186000"
},
"departure": {
"time": "1772186000"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186046"
},
"departure": {
"time": "1772186046"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186092"
},
"departure": {
"time": "1772186092"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186124"
},
"departure": {
"time": "1772186124"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186185"
},
"departure": {
"time": "1772186185"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186215"
},
"departure": {
"time": "1772186215"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186297"
},
"departure": {
"time": "1772186297"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186334"
},
"departure": {
"time": "1772186334"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186372"
},
"departure": {
"time": "1772186372"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186412"
},
"departure": {
"time": "1772186412"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186437"
},
"departure": {
"time": "1772186437"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186466"
},
"departure": {
"time": "1772186466"
},
"stopId": "NERUDA",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186527"
},
"departure": {
"time": "1772186527"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186612"
},
"departure": {
"time": "1772186612"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186674"
},
"departure": {
"time": "1772186674"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186761"
},
"departure": {
"time": "1772186761"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186826"
},
"departure": {
"time": "1772186826"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186928"
},
"departure": {
"time": "1772186928"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186999"
},
"departure": {
"time": "1772186999"
},
"stopId": "SAUMUR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187019"
},
"departure": {
"time": "1772187019"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187069"
},
"departure": {
"time": "1772187069"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187179"
},
"departure": {
"time": "1772187179"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187231"
},
"departure": {
"time": "1772187231"
},
"stopId": "STLEON5B",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187306"
},
"departure": {
"time": "1772187306"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772187400"
},
"departure": {
"time": "1772187400"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1772187489"
},
"departure": {
"time": "1772187489"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1772187598"
},
"departure": {
"time": "1772187598"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772187679"
},
"departure": {
"time": "1772187679"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1772187749"
},
"departure": {
"time": "1772187749"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772187789"
},
"departure": {
"time": "1772187789"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772187842"
},
"departure": {
"time": "1772187842"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772187947"
},
"departure": {
"time": "1772187947"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "EUROPE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772188182"
},
"departure": {
"time": "1772188182"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1772188242"
},
"departure": {
"time": "1772188242"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1772188323"
},
"departure": {
"time": "1772188323"
},
"stopId": "CARREF5B",
"stopSequence": 59
},
{
"arrival": {
"time": "1772188483"
},
"departure": {
"time": "1772188483"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772188582"
},
"departure": {
"time": "1772188582"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772188639"
},
"departure": {
"time": "1772188639"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772188651"
},
"departure": {
"time": "1772188651"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772188740"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258058"
}
}
},
{
"id": "trip:6052641",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186147"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186257"
},
"departure": {
"time": "1772186257"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186322"
},
"departure": {
"time": "1772186322"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186363"
},
"departure": {
"time": "1772186363"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186452"
},
"departure": {
"time": "1772186452"
},
"stopId": "LEQUAI-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186579"
},
"departure": {
"time": "1772186579"
},
"stopId": "MONPR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186636"
},
"departure": {
"time": "1772186636"
},
"stopId": "DESCAZ-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186706"
},
"departure": {
"time": "1772186706"
},
"stopId": "BICHBI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186741"
},
"departure": {
"time": "1772186741"
},
"stopId": "STTHER-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186819"
},
"departure": {
"time": "1772186819"
},
"stopId": "BARRA-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186875"
},
"departure": {
"time": "1772186875"
},
"stopId": "BLERIO-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186973"
},
"departure": {
"time": "1772186973"
},
"stopId": "LECUIT-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187052"
},
"departure": {
"time": "1772187052"
},
"stopId": "AURIOL-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187109"
},
"departure": {
"time": "1772187109"
},
"stopId": "AQUAVITA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188537"
},
"departure": {
"time": "1772188537"
},
"stopId": "PLOTTI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188568"
},
"departure": {
"time": "1772188568"
},
"stopId": "AUTRIC-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188637"
},
"departure": {
"time": "1772188637"
},
"stopId": "IRLAND-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188685"
},
"departure": {
"time": "1772188685"
},
"stopId": "ITALIE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188733"
},
"departure": {
"time": "1772188733"
},
"stopId": "ALLEMAGN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188762"
},
"departure": {
"time": "1772188762"
},
"stopId": "ALLEMA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188791"
},
"departure": {
"time": "1772188791"
},
"stopId": "DANEMA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188834"
},
"departure": {
"time": "1772188834"
},
"stopId": "AVENEU-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188570"
},
"departure": {
"time": "1772188570"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHENOI-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772189524"
},
"stopId": "DOMVATER",
"stopSequence": 36
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052641"
}
}
},
{
"id": "trip:6257600",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185440"
},
"stopId": "PROVINS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185513"
},
"departure": {
"time": "1772185513"
},
"stopId": "RTEPARIS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185620"
},
"departure": {
"time": "1772185620"
},
"stopId": "DEBUMONP",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185678"
},
"departure": {
"time": "1772185678"
},
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185727"
},
"departure": {
"time": "1772185727"
},
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185800"
},
"departure": {
"time": "1772185800"
},
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185870"
},
"departure": {
"time": "1772185870"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185916"
},
"departure": {
"time": "1772185916"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185951"
},
"departure": {
"time": "1772185951"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186037"
},
"departure": {
"time": "1772186037"
},
"stopId": "RAMON",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186236"
},
"departure": {
"time": "1772186236"
},
"stopId": "BESNARDI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186320"
},
"departure": {
"time": "1772186320"
},
"stopId": "TALET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185979"
},
"departure": {
"time": "1772185979"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLANT",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186086"
},
"departure": {
"time": "1772186086"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOUER",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186220"
},
"departure": {
"time": "1772186220"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACENEY",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186391"
},
"departure": {
"time": "1772186391"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186494"
},
"departure": {
"time": "1772186494"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186637"
},
"departure": {
"time": "1772186760"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186847"
},
"departure": {
"time": "1772186847"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186889"
},
"departure": {
"time": "1772186889"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187000"
},
"departure": {
"time": "1772187000"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187103"
},
"departure": {
"time": "1772187103"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187147"
},
"departure": {
"time": "1772187147"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187234"
},
"departure": {
"time": "1772187234"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187282"
},
"departure": {
"time": "1772187282"
},
"stopId": "VAUBAN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187343"
},
"departure": {
"time": "1772187343"
},
"stopId": "FREMUR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187420"
},
"departure": {
"time": "1772187420"
},
"stopId": "STRASB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187531"
},
"departure": {
"time": "1772187531"
},
"stopId": "LETAND-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187570"
},
"departure": {
"time": "1772187570"
},
"stopId": "BEAUVA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187631"
},
"departure": {
"time": "1772187631"
},
"stopId": "LORETT-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187666"
},
"departure": {
"time": "1772187666"
},
"stopId": "MORELI-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"stopId": "DELATR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187785"
},
"departure": {
"time": "1772187785"
},
"stopId": "HAUTPR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187887"
},
"departure": {
"time": "1772187887"
},
"stopId": "INTMIL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187958"
},
"departure": {
"time": "1772187958"
},
"stopId": "SAUMUR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188025"
},
"departure": {
"time": "1772188025"
},
"stopId": "DELACR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "JUSTIC-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772188168"
},
"departure": {
"time": "1772188168"
},
"stopId": "ECLATE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772188267"
},
"departure": {
"time": "1772188267"
},
"stopId": "VDLOIR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772188128"
},
"departure": {
"time": "1772188128"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772188170"
},
"departure": {
"time": "1772188170"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772188235"
},
"departure": {
"time": "1772188235"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772188307"
},
"departure": {
"time": "1772188307"
},
"stopId": "LEOLAG-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772188344"
},
"departure": {
"time": "1772188344"
},
"stopId": "DAGUER-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772188386"
},
"departure": {
"time": "1772188386"
},
"stopId": "ALLUME-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772188422"
},
"departure": {
"time": "1772188422"
},
"stopId": "RIOTTE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188464"
},
"departure": {
"time": "1772188464"
},
"stopId": "BOURSE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188492"
},
"departure": {
"time": "1772188492"
},
"stopId": "MORLON-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772188531"
},
"departure": {
"time": "1772188531"
},
"stopId": "PYRAM2-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772188575"
},
"departure": {
"time": "1772188575"
},
"stopId": "BUISSO-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772188601"
},
"departure": {
"time": "1772188601"
},
"stopId": "DAUTEL-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772188672"
},
"departure": {
"time": "1772188672"
},
"stopId": "GENTR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772188792"
},
"stopId": "SLEZIND",
"stopSequence": 54
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257600"
}
}
},
{
"id": "trip:6258437",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188320"
},
"stopId": "SORGES",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188374"
},
"departure": {
"time": "1772188374"
},
"stopId": "RTSORG-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188446"
},
"departure": {
"time": "1772188446"
},
"stopId": "ECURIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188534"
},
"departure": {
"time": "1772188534"
},
"stopId": "BAUDRAI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"stopId": "JEBOUTON",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188666"
},
"departure": {
"time": "1772188666"
},
"stopId": "LAVOIR",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188734"
},
"departure": {
"time": "1772188734"
},
"stopId": "RIOTTEAU",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188774"
},
"departure": {
"time": "1772188774"
},
"stopId": "ALLUMETT",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188827"
},
"departure": {
"time": "1772188827"
},
"stopId": "DAGUERRE",
"stopSequence": 8
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258437"
}
}
},
{
"id": "trip:6544031",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186760"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186803"
},
"departure": {
"time": "1772186803"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187008"
},
"departure": {
"time": "1772187008"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187040"
},
"departure": {
"time": "1772187040"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187263"
},
"departure": {
"time": "1772187263"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187360"
},
"departure": {
"time": "1772187360"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187540"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544031"
}
}
},
{
"id": "trip:6257943",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188740"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188826"
},
"departure": {
"time": "1772188826"
},
"stopId": "COROT",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257943"
}
}
},
{
"id": "trip:6544446",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185320"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185500"
},
"departure": {
"time": "1772185500"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185622"
},
"departure": {
"time": "1772185622"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185680"
},
"departure": {
"time": "1772185680"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185742"
},
"departure": {
"time": "1772185742"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185815"
},
"departure": {
"time": "1772185815"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185870"
},
"departure": {
"time": "1772185870"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186040"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544446"
}
}
},
{
"id": "trip:6257576",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186640"
},
"stopId": "SLEZIND",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186702"
},
"departure": {
"time": "1772186702"
},
"stopId": "GENTRIC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186773"
},
"departure": {
"time": "1772186773"
},
"stopId": "DAUTEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186793"
},
"departure": {
"time": "1772186793"
},
"stopId": "BUISSON",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186834"
},
"departure": {
"time": "1772186834"
},
"stopId": "PYRAM02",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"stopId": "MORLONG",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186907"
},
"departure": {
"time": "1772186907"
},
"stopId": "BOURSE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186944"
},
"departure": {
"time": "1772186944"
},
"stopId": "RIOTTEAU",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186975"
},
"departure": {
"time": "1772186975"
},
"stopId": "ALLUMETT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187016"
},
"departure": {
"time": "1772187016"
},
"stopId": "DAGUERRE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187055"
},
"departure": {
"time": "1772187055"
},
"stopId": "LEOLAGRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187102"
},
"departure": {
"time": "1772187102"
},
"stopId": "VDLOIRE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187195"
},
"departure": {
"time": "1772187195"
},
"stopId": "ECLATERI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187120"
},
"departure": {
"time": "1772187120"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187171"
},
"departure": {
"time": "1772187171"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187243"
},
"departure": {
"time": "1772187243"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187309"
},
"departure": {
"time": "1772187309"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187299"
},
"departure": {
"time": "1772187299"
},
"stopId": "JUSTICES",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187342"
},
"departure": {
"time": "1772187342"
},
"stopId": "DELACROI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187421"
},
"departure": {
"time": "1772187421"
},
"stopId": "SAUMUROI",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187517"
},
"departure": {
"time": "1772187517"
},
"stopId": "INTERMIL",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187587"
},
"departure": {
"time": "1772187587"
},
"stopId": "HAUTPRES",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187642"
},
"departure": {
"time": "1772187642"
},
"stopId": "DELATTRE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187701"
},
"departure": {
"time": "1772187701"
},
"stopId": "MORELLIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187742"
},
"departure": {
"time": "1772187742"
},
"stopId": "LORETTE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187785"
},
"departure": {
"time": "1772187785"
},
"stopId": "BEAUVAL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187838"
},
"departure": {
"time": "1772187838"
},
"stopId": "LETANDUE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187941"
},
"departure": {
"time": "1772187941"
},
"stopId": "STRASBOU",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188006"
},
"departure": {
"time": "1772188006"
},
"stopId": "FREMUR",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188060"
},
"departure": {
"time": "1772188060"
},
"stopId": "VAUBAN",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188098"
},
"departure": {
"time": "1772188098"
},
"stopId": "POIREL",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188165"
},
"departure": {
"time": "1772188165"
},
"stopId": "PONTNOIR",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188208"
},
"departure": {
"time": "1772188208"
},
"stopId": "SEMARD",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188235"
},
"departure": {
"time": "1772188235"
},
"stopId": "GAREPAPI",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188502"
},
"departure": {
"time": "1772188502"
},
"stopId": "HARAS",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188573"
},
"departure": {
"time": "1772188573"
},
"stopId": "STAUBIN",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188657"
},
"departure": {
"time": "1772188800"
},
"stopId": "LORRAIN1",
"stopSequence": 36
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257576"
}
}
},
{
"id": "trip:6543556",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185185"
},
"departure": {
"time": "1772185185"
},
"stopId": "1MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185283"
},
"departure": {
"time": "1772185283"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185369"
},
"departure": {
"time": "1772185369"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185541"
},
"departure": {
"time": "1772185541"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185618"
},
"departure": {
"time": "1772185618"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185770"
},
"departure": {
"time": "1772185770"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185861"
},
"departure": {
"time": "1772185861"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186011"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543556"
}
}
},
{
"id": "trip:6258719",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188320"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188349"
},
"departure": {
"time": "1772188349"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188400"
},
"departure": {
"time": "1772188400"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188466"
},
"departure": {
"time": "1772188466"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188537"
},
"departure": {
"time": "1772188537"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188626"
},
"departure": {
"time": "1772188626"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188697"
},
"departure": {
"time": "1772188697"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188829"
},
"departure": {
"time": "1772188829"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188648"
},
"departure": {
"time": "1772188648"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188687"
},
"departure": {
"time": "1772188687"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188735"
},
"departure": {
"time": "1772188735"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188788"
},
"departure": {
"time": "1772188788"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258719"
}
}
},
{
"id": "trip:6257902",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188620"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188656"
},
"departure": {
"time": "1772188656"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188689"
},
"departure": {
"time": "1772188689"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188748"
},
"departure": {
"time": "1772188748"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188779"
},
"departure": {
"time": "1772188779"
},
"stopId": "VAURAGER",
"stopSequence": 5
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257902"
}
}
},
{
"id": "trip:6258265",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188380"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188419"
},
"departure": {
"time": "1772188419"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188459"
},
"departure": {
"time": "1772188459"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188513"
},
"departure": {
"time": "1772188513"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188583"
},
"departure": {
"time": "1772188583"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188663"
},
"departure": {
"time": "1772188663"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188725"
},
"departure": {
"time": "1772188725"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188764"
},
"departure": {
"time": "1772188764"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188831"
},
"departure": {
"time": "1772188831"
},
"stopId": "BRASSENS",
"stopSequence": 10
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258265"
}
}
},
{
"id": "trip:6054007",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187600"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187658"
},
"departure": {
"time": "1772187658"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187691"
},
"departure": {
"time": "1772187691"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187712"
},
"departure": {
"time": "1772187712"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "GDMAIN-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188137"
},
"departure": {
"time": "1772188137"
},
"stopId": "MAISEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188180"
},
"departure": {
"time": "1772188180"
},
"stopId": "LACDMA-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188228"
},
"departure": {
"time": "1772188228"
},
"stopId": "CAMLAC-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188328"
},
"departure": {
"time": "1772188328"
},
"stopId": "CROISE-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188357"
},
"departure": {
"time": "1772188357"
},
"stopId": "PRUNIE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188435"
},
"departure": {
"time": "1772188435"
},
"stopId": "PETVIV-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188500"
},
"departure": {
"time": "1772188500"
},
"stopId": "VALMAINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188531"
},
"departure": {
"time": "1772188531"
},
"stopId": "CLOSVIGN",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188568"
},
"departure": {
"time": "1772188568"
},
"stopId": "CHATAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188622"
},
"departure": {
"time": "1772188622"
},
"stopId": "PIVERD-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188680"
},
"departure": {
"time": "1772188680"
},
"stopId": "ARTAUD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188743"
},
"departure": {
"time": "1772188743"
},
"stopId": "HAUBOU-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188825"
},
"departure": {
"time": "1772188825"
},
"stopId": "PETPOR-E",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "22",
"tripId": "6054007"
}
}
},
{
"id": "trip:6257786",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185160"
},
"departure": {
"time": "1772185191"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185205"
},
"departure": {
"time": "1772185236"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185295"
},
"departure": {
"time": "1772185295"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185333"
},
"departure": {
"time": "1772185333"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185490"
},
"departure": {
"time": "1772185490"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185618"
},
"departure": {
"time": "1772185618"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185751"
},
"departure": {
"time": "1772185751"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185746"
},
"departure": {
"time": "1772185746"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185853"
},
"departure": {
"time": "1772185853"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185954"
},
"departure": {
"time": "1772185954"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186019"
},
"departure": {
"time": "1772186019"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186060"
},
"departure": {
"time": "1772186060"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186360"
},
"departure": {
"time": "1772186360"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186420"
},
"departure": {
"time": "1772186420"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186453"
},
"departure": {
"time": "1772186453"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186489"
},
"departure": {
"time": "1772186489"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186547"
},
"departure": {
"time": "1772186547"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186583"
},
"departure": {
"time": "1772186583"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186618"
},
"departure": {
"time": "1772186618"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186662"
},
"departure": {
"time": "1772186662"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186718"
},
"departure": {
"time": "1772186718"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186747"
},
"departure": {
"time": "1772186747"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186813"
},
"departure": {
"time": "1772186813"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186846"
},
"departure": {
"time": "1772186846"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186898"
},
"departure": {
"time": "1772186898"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187018"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257786"
}
}
},
{
"id": "trip:6258275",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772188388"
},
"departure": {
"time": "1772188388"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188438"
},
"departure": {
"time": "1772188438"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188491"
},
"departure": {
"time": "1772188491"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188559"
},
"departure": {
"time": "1772188559"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188625"
},
"departure": {
"time": "1772188625"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188669"
},
"departure": {
"time": "1772188669"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188737"
},
"departure": {
"time": "1772188737"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188796"
},
"departure": {
"time": "1772188796"
},
"stopId": "LOIRE",
"stopSequence": 8
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258275"
}
}
},
{
"id": "trip:6258435",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185380"
},
"stopId": "SORGES",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185434"
},
"departure": {
"time": "1772185434"
},
"stopId": "RTSORG-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185506"
},
"departure": {
"time": "1772185506"
},
"stopId": "ECURIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185594"
},
"departure": {
"time": "1772185594"
},
"stopId": "BAUDRAI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185620"
},
"departure": {
"time": "1772185620"
},
"stopId": "JEBOUTON",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185726"
},
"departure": {
"time": "1772185726"
},
"stopId": "LAVOIR",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185794"
},
"departure": {
"time": "1772185794"
},
"stopId": "RIOTTEAU",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185834"
},
"departure": {
"time": "1772185834"
},
"stopId": "ALLUMETT",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185887"
},
"departure": {
"time": "1772185887"
},
"stopId": "DAGUERRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185942"
},
"departure": {
"time": "1772185942"
},
"stopId": "BELVTR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186009"
},
"departure": {
"time": "1772186009"
},
"stopId": "MARAIS-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186103"
},
"departure": {
"time": "1772186103"
},
"stopId": "GASPALON",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186220"
},
"departure": {
"time": "1772186220"
},
"stopId": "VILSANTE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186257"
},
"departure": {
"time": "1772186257"
},
"stopId": "CORMIER",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186326"
},
"departure": {
"time": "1772186326"
},
"stopId": "STLEONAR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186355"
},
"departure": {
"time": "1772186355"
},
"stopId": "GERICAUL",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186400"
},
"departure": {
"time": "1772186400"
},
"stopId": "MONGAZON",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186434"
},
"departure": {
"time": "1772186434"
},
"stopId": "KOPA",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186491"
},
"departure": {
"time": "1772186491"
},
"stopId": "DESMAZ",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186541"
},
"departure": {
"time": "1772186541"
},
"stopId": "ANFRANCK",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186598"
},
"departure": {
"time": "1772186598"
},
"stopId": "STJOSEP",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186663"
},
"departure": {
"time": "1772186663"
},
"stopId": "PLDULYCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186760"
},
"departure": {
"time": "1772186820"
},
"stopId": "HMAI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186874"
},
"departure": {
"time": "1772186874"
},
"stopId": "FO-LOR-R",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186985"
},
"departure": {
"time": "1772186985"
},
"stopId": "STAUBI-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187038"
},
"departure": {
"time": "1772187038"
},
"stopId": "HARAS-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"stopId": "LESGAR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187258"
},
"departure": {
"time": "1772187258"
},
"stopId": "SEMARD-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187292"
},
"departure": {
"time": "1772187292"
},
"stopId": "PONTNO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187358"
},
"departure": {
"time": "1772187358"
},
"stopId": "POIREL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187394"
},
"departure": {
"time": "1772187394"
},
"stopId": "VAUBAN-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187441"
},
"departure": {
"time": "1772187441"
},
"stopId": "FREMUR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187500"
},
"departure": {
"time": "1772187500"
},
"stopId": "STRASB-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187600"
},
"departure": {
"time": "1772187600"
},
"stopId": "LETAND-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187631"
},
"departure": {
"time": "1772187631"
},
"stopId": "BEDIER-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187664"
},
"departure": {
"time": "1772187664"
},
"stopId": "INTREP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187695"
},
"departure": {
"time": "1772187695"
},
"stopId": "MTARDA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187734"
},
"departure": {
"time": "1772187734"
},
"stopId": "AUBRY-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187785"
},
"departure": {
"time": "1772187785"
},
"stopId": "COSSE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187848"
},
"departure": {
"time": "1772187848"
},
"stopId": "HUTREA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772187869"
},
"departure": {
"time": "1772187869"
},
"stopId": "JOLIVE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772187924"
},
"departure": {
"time": "1772187924"
},
"stopId": "BELOEI-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772187960"
},
"departure": {
"time": "1772187960"
},
"stopId": "RTEDAN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772188006"
},
"departure": {
"time": "1772188006"
},
"stopId": "LESROS-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772188079"
},
"departure": {
"time": "1772188079"
},
"stopId": "LOUPIN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772188145"
},
"departure": {
"time": "1772188145"
},
"stopId": "MASGEM-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772188191"
},
"departure": {
"time": "1772188191"
},
"stopId": "HOSGEM-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772188255"
},
"departure": {
"time": "1772188255"
},
"stopId": "CLOS9-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188302"
},
"departure": {
"time": "1772188302"
},
"stopId": "VANRIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188356"
},
"departure": {
"time": "1772188356"
},
"stopId": "PORTSG-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772188385"
},
"departure": {
"time": "1772188385"
},
"stopId": "LECHEN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772188440"
},
"stopId": "ROMORNA",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258435"
}
}
},
{
"id": "trip:6257785",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186040"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186050"
},
"departure": {
"time": "1772186050"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186160"
},
"departure": {
"time": "1772186160"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186209"
},
"departure": {
"time": "1772186209"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186243"
},
"departure": {
"time": "1772186243"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186309"
},
"departure": {
"time": "1772186309"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186379"
},
"departure": {
"time": "1772186379"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186441"
},
"departure": {
"time": "1772186441"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186472"
},
"departure": {
"time": "1772186472"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186507"
},
"departure": {
"time": "1772186507"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186563"
},
"departure": {
"time": "1772186563"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186610"
},
"departure": {
"time": "1772186610"
},
"stopId": "MAISLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186642"
},
"departure": {
"time": "1772186642"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186700"
},
"departure": {
"time": "1772186700"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187474"
},
"departure": {
"time": "1772187474"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187475"
},
"departure": {
"time": "1772187475"
},
"stopId": "ACAD-PLA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187000"
},
"departure": {
"time": "1772187000"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187521"
},
"departure": {
"time": "1772187521"
},
"stopId": "ACADEMIE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187574"
},
"departure": {
"time": "1772187574"
},
"stopId": "GBREM-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187663"
},
"departure": {
"time": "1772187663"
},
"stopId": "GARETERM",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187707"
},
"departure": {
"time": "1772187707"
},
"stopId": "LESGARES",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187829"
},
"departure": {
"time": "1772187829"
},
"stopId": "HARAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187909"
},
"departure": {
"time": "1772187909"
},
"stopId": "STAUBIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187959"
},
"departure": {
"time": "1772187959"
},
"stopId": "LOR-FO-A",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188120"
},
"departure": {
"time": "1772188120"
},
"stopId": "MENDES-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188259"
},
"departure": {
"time": "1772188259"
},
"stopId": "SAVARY-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188299"
},
"departure": {
"time": "1772188299"
},
"stopId": "MUSSET-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188385"
},
"departure": {
"time": "1772188385"
},
"stopId": "LUTIN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188433"
},
"departure": {
"time": "1772188433"
},
"stopId": "MACE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188464"
},
"departure": {
"time": "1772188464"
},
"stopId": "DESJAR-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188519"
},
"departure": {
"time": "1772188519"
},
"stopId": "BRISEP-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188603"
},
"departure": {
"time": "1772188603"
},
"stopId": "MIMOSA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188645"
},
"departure": {
"time": "1772188645"
},
"stopId": "CHATEN-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188738"
},
"departure": {
"time": "1772188738"
},
"stopId": "SOLELE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188772"
},
"departure": {
"time": "1772188772"
},
"stopId": "SEPSON-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188819"
},
"departure": {
"time": "1772188819"
},
"stopId": "BANCST-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772189097"
},
"stopId": "PARCEX-E",
"stopSequence": 39
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257785"
}
}
},
{
"id": "trip:6541178",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186970"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187090"
},
"departure": {
"time": "1772187090"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187200"
},
"departure": {
"time": "1772187200"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187320"
},
"departure": {
"time": "1772187320"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187430"
},
"departure": {
"time": "1772187430"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187520"
},
"departure": {
"time": "1772187520"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187620"
},
"departure": {
"time": "1772187620"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187780"
},
"departure": {
"time": "1772187780"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187880"
},
"departure": {
"time": "1772187880"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187980"
},
"departure": {
"time": "1772187980"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188070"
},
"departure": {
"time": "1772188070"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188190"
},
"departure": {
"time": "1772188190"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188280"
},
"departure": {
"time": "1772188280"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188400"
},
"departure": {
"time": "1772188400"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188480"
},
"departure": {
"time": "1772188480"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188600"
},
"departure": {
"time": "1772188600"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188690"
},
"departure": {
"time": "1772188690"
},
"stopId": "2VERN",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6541178"
}
}
},
{
"id": "trip:6544929",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185980"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186081"
},
"departure": {
"time": "1772186081"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186190"
},
"departure": {
"time": "1772186190"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186271"
},
"departure": {
"time": "1772186271"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186364"
},
"departure": {
"time": "1772186364"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186474"
},
"departure": {
"time": "1772186474"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186650"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544929"
}
}
},
{
"id": "trip:6257938",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185130"
},
"departure": {
"time": "1772185130"
},
"stopId": "PRIEUR-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772185160"
},
"departure": {
"time": "1772185160"
},
"stopId": "GRANPI-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772185174"
},
"departure": {
"time": "1772185190"
},
"stopId": "PINSON-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772185220"
},
"departure": {
"time": "1772185220"
},
"stopId": "FAUVET-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772185279"
},
"stopId": "BEAUCOUZ",
"stopSequence": 67
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257938"
}
}
},
{
"id": "trip:6544928",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185260"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185361"
},
"departure": {
"time": "1772185361"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185470"
},
"departure": {
"time": "1772185470"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185551"
},
"departure": {
"time": "1772185551"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185644"
},
"departure": {
"time": "1772185644"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185754"
},
"departure": {
"time": "1772185754"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185930"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544928"
}
}
},
{
"id": "trip:6257508",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187660"
},
"stopId": "EVENTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187688"
},
"departure": {
"time": "1772187688"
},
"stopId": "COTTAGE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187840"
},
"departure": {
"time": "1772187840"
},
"stopId": "HIPPODRO",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187878"
},
"departure": {
"time": "1772187878"
},
"stopId": "REDUMONT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187990"
},
"departure": {
"time": "1772187990"
},
"stopId": "DUBELL-2",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188020"
},
"departure": {
"time": "1772188020"
},
"stopId": "BOISABBE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188056"
},
"departure": {
"time": "1772188056"
},
"stopId": "DEBUSSY",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188102"
},
"departure": {
"time": "1772188102"
},
"stopId": "HOTELLER",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188140"
},
"departure": {
"time": "1772188140"
},
"stopId": "INDUSTRI",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188222"
},
"departure": {
"time": "1772188222"
},
"stopId": "SAVOIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188292"
},
"departure": {
"time": "1772188292"
},
"stopId": "DOYENNE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188364"
},
"departure": {
"time": "1772188364"
},
"stopId": "CITESOLI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188500"
},
"departure": {
"time": "1772188500"
},
"stopId": "CARCITR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188555"
},
"departure": {
"time": "1772188555"
},
"stopId": "FFAURE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188664"
},
"departure": {
"time": "1772188664"
},
"stopId": "FACUL-SS",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188680"
},
"departure": {
"time": "1772188680"
},
"stopId": "BDEMAINE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188823"
},
"departure": {
"time": "1772188823"
},
"stopId": "TALET",
"stopSequence": 16
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257508"
}
}
},
{
"id": "trip:6257901",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187300"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187336"
},
"departure": {
"time": "1772187336"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187369"
},
"departure": {
"time": "1772187369"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187428"
},
"departure": {
"time": "1772187428"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187459"
},
"departure": {
"time": "1772187459"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187519"
},
"departure": {
"time": "1772187519"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187562"
},
"departure": {
"time": "1772187562"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187600"
},
"departure": {
"time": "1772187600"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187651"
},
"departure": {
"time": "1772187651"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187685"
},
"departure": {
"time": "1772187685"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187718"
},
"departure": {
"time": "1772187718"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187750"
},
"departure": {
"time": "1772187750"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187841"
},
"departure": {
"time": "1772187841"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187877"
},
"departure": {
"time": "1772187877"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187921"
},
"departure": {
"time": "1772187921"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187950"
},
"departure": {
"time": "1772187950"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187984"
},
"departure": {
"time": "1772187984"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188020"
},
"departure": {
"time": "1772188020"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188135"
},
"departure": {
"time": "1772188135"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188185"
},
"departure": {
"time": "1772188185"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188310"
},
"departure": {
"time": "1772188310"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188371"
},
"departure": {
"time": "1772188371"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188437"
},
"departure": {
"time": "1772188437"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188500"
},
"departure": {
"time": "1772188500"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188575"
},
"departure": {
"time": "1772188575"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188683"
},
"departure": {
"time": "1772188683"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188779"
},
"departure": {
"time": "1772188779"
},
"stopId": "SAJACQUE",
"stopSequence": 28
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257901"
}
}
},
{
"id": "trip:6053972",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187240"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187325"
},
"departure": {
"time": "1772187325"
},
"stopId": "CLEMOI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187602"
},
"departure": {
"time": "1772187602"
},
"stopId": "BRISEP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"stopId": "CHATEN-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187840"
},
"departure": {
"time": "1772187840"
},
"stopId": "SEPSON-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187925"
},
"departure": {
"time": "1772187925"
},
"stopId": "RTEPAR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187986"
},
"departure": {
"time": "1772187986"
},
"stopId": "PROVIN-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "PARCEX-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188347"
},
"departure": {
"time": "1772188347"
},
"stopId": "CARREA-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188380"
},
"departure": {
"time": "1772188380"
},
"stopId": "MILLAR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188414"
},
"departure": {
"time": "1772188414"
},
"stopId": "BASMOR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188460"
},
"departure": {
"time": "1772188460"
},
"stopId": "CHABLA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188499"
},
"departure": {
"time": "1772188499"
},
"stopId": "UNION-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"stopId": "SSYMAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188641"
},
"departure": {
"time": "1772188641"
},
"stopId": "LECLSYLV",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188688"
},
"departure": {
"time": "1772188688"
},
"stopId": "FRANCAIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188748"
},
"departure": {
"time": "1772188748"
},
"stopId": "V.HUGO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188809"
},
"departure": {
"time": "1772188809"
},
"stopId": "ANBRUE-E",
"stopSequence": 17
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6053972"
}
}
},
{
"id": "trip:6541259",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188660"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188740"
},
"departure": {
"time": "1772188740"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188810"
},
"departure": {
"time": "1772188810"
},
"stopId": "1STGI",
"stopSequence": 2
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541259"
}
}
},
{
"id": "trip:6053973",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188800"
},
"stopId": "HDVSUB",
"stopSequence": 0
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6053973"
}
}
},
{
"id": "trip:6543562",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188740"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188822"
},
"departure": {
"time": "1772188822"
},
"stopId": "2EURO",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543562"
}
}
},
{
"id": "trip:6257749",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185560"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185686"
},
"departure": {
"time": "1772185686"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185772"
},
"departure": {
"time": "1772185772"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185860"
},
"departure": {
"time": "1772185860"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185894"
},
"departure": {
"time": "1772185894"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185940"
},
"departure": {
"time": "1772185940"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185999"
},
"departure": {
"time": "1772185999"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186037"
},
"departure": {
"time": "1772186037"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186100"
},
"departure": {
"time": "1772186100"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186149"
},
"departure": {
"time": "1772186149"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186190"
},
"departure": {
"time": "1772186190"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186218"
},
"departure": {
"time": "1772186218"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186302"
},
"departure": {
"time": "1772186302"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186497"
},
"departure": {
"time": "1772186497"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186640"
},
"departure": {
"time": "1772186700"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186787"
},
"departure": {
"time": "1772186787"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186829"
},
"departure": {
"time": "1772186829"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187027"
},
"departure": {
"time": "1772187027"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187084"
},
"departure": {
"time": "1772187084"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187120"
},
"departure": {
"time": "1772187120"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187420"
},
"departure": {
"time": "1772187420"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187480"
},
"departure": {
"time": "1772187480"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187514"
},
"departure": {
"time": "1772187514"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187551"
},
"departure": {
"time": "1772187551"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187609"
},
"departure": {
"time": "1772187609"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187645"
},
"departure": {
"time": "1772187645"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187680"
},
"departure": {
"time": "1772187680"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187724"
},
"departure": {
"time": "1772187724"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187780"
},
"departure": {
"time": "1772187780"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187809"
},
"departure": {
"time": "1772187809"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187875"
},
"departure": {
"time": "1772187875"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187908"
},
"departure": {
"time": "1772187908"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187960"
},
"departure": {
"time": "1772187960"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188080"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257749"
}
}
},
{
"id": "trip:6260100",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185860"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185900"
},
"departure": {
"time": "1772185900"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185931"
},
"departure": {
"time": "1772185931"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185953"
},
"departure": {
"time": "1772185953"
},
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185993"
},
"departure": {
"time": "1772185993"
},
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186032"
},
"departure": {
"time": "1772186032"
},
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186069"
},
"departure": {
"time": "1772186069"
},
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186100"
},
"departure": {
"time": "1772186100"
},
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186154"
},
"departure": {
"time": "1772186154"
},
"stopId": "CHEVRIER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186191"
},
"departure": {
"time": "1772186191"
},
"stopId": "PETPORT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186275"
},
"departure": {
"time": "1772186275"
},
"stopId": "HAUBOUCH",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"stopId": "ARTAUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186403"
},
"departure": {
"time": "1772186403"
},
"stopId": "PIVERDIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186467"
},
"departure": {
"time": "1772186467"
},
"stopId": "CHATAIGN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186506"
},
"departure": {
"time": "1772186506"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186567"
},
"departure": {
"time": "1772186567"
},
"stopId": "P-ANJO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186640"
},
"departure": {
"time": "1772186640"
},
"stopId": "HARENC",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186712"
},
"departure": {
"time": "1772186712"
},
"stopId": "P-ANJOU",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186760"
},
"departure": {
"time": "1772186760"
},
"stopId": "VALMAI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186831"
},
"departure": {
"time": "1772186831"
},
"stopId": "PETVIVIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186907"
},
"departure": {
"time": "1772186907"
},
"stopId": "PRUNIERS",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186941"
},
"departure": {
"time": "1772186941"
},
"stopId": "CROISETT",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187046"
},
"departure": {
"time": "1772187046"
},
"stopId": "CAMLACMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187092"
},
"departure": {
"time": "1772187092"
},
"stopId": "LACDMAIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187138"
},
"departure": {
"time": "1772187138"
},
"stopId": "MAISENVI",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"stopId": "PERUSSAI",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187207"
},
"departure": {
"time": "1772187207"
},
"stopId": "MAISLAC",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187236"
},
"departure": {
"time": "1772187236"
},
"stopId": "JEAN-MON",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187362"
},
"departure": {
"time": "1772187362"
},
"stopId": "CNFPT",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187420"
},
"departure": {
"time": "1772187420"
},
"stopId": "BEAUSSIE",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187480"
},
"departure": {
"time": "1772187480"
},
"stopId": "CITEUNIV",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187530"
},
"departure": {
"time": "1772187530"
},
"stopId": "POLYTECH",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187591"
},
"departure": {
"time": "1772187591"
},
"stopId": "NDAMELAC",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187657"
},
"departure": {
"time": "1772187657"
},
"stopId": "BOISRAME",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"stopId": "CHBBEILL",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187783"
},
"departure": {
"time": "1772187783"
},
"stopId": "MVIGNE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187874"
},
"departure": {
"time": "1772187874"
},
"stopId": "FARCYSJA",
"stopSequence": 36
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "LEQUAI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772188144"
},
"departure": {
"time": "1772188144"
},
"stopId": "MONPR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772188200"
},
"departure": {
"time": "1772188200"
},
"stopId": "DESCAZ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772188267"
},
"departure": {
"time": "1772188267"
},
"stopId": "BICHBI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772188301"
},
"departure": {
"time": "1772188301"
},
"stopId": "STTHER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772188376"
},
"departure": {
"time": "1772188376"
},
"stopId": "BARRA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772188431"
},
"departure": {
"time": "1772188431"
},
"stopId": "BLERIO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772188520"
},
"departure": {
"time": "1772188520"
},
"stopId": "LECUIT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"stopId": "FRATE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772188630"
},
"departure": {
"time": "1772188630"
},
"stopId": "CHARNA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772188697"
},
"departure": {
"time": "1772188697"
},
"stopId": "ESEO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188733"
},
"departure": {
"time": "1772188733"
},
"stopId": "WJMOU",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188819"
},
"departure": {
"time": "1772188819"
},
"stopId": "FMEDEC-E",
"stopSequence": 49
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260100"
}
}
},
{
"id": "trip:6257939",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185197"
},
"departure": {
"time": "1772185197"
},
"stopId": "LEQUAI-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185237"
},
"departure": {
"time": "1772185237"
},
"stopId": "DUMESN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185321"
},
"departure": {
"time": "1772185321"
},
"stopId": "SAJACQ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185390"
},
"departure": {
"time": "1772185390"
},
"stopId": "FARCSJ-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185514"
},
"departure": {
"time": "1772185514"
},
"stopId": "MVIGNE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185593"
},
"departure": {
"time": "1772185593"
},
"stopId": "CHBBEI-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185648"
},
"departure": {
"time": "1772185648"
},
"stopId": "BOISRA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772185714"
},
"departure": {
"time": "1772185714"
},
"stopId": "NDAMLA-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185777"
},
"departure": {
"time": "1772185777"
},
"stopId": "POLYTE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185833"
},
"departure": {
"time": "1772185833"
},
"stopId": "CITEUN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185904"
},
"departure": {
"time": "1772185904"
},
"stopId": "RESTUN-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185959"
},
"departure": {
"time": "1772185959"
},
"stopId": "I.U.T.-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772186073"
},
"departure": {
"time": "1772186073"
},
"stopId": "BBCAMT-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772186109"
},
"departure": {
"time": "1772186109"
},
"stopId": "LENOT-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772186133"
},
"departure": {
"time": "1772186133"
},
"stopId": "MOREL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772186161"
},
"departure": {
"time": "1772186161"
},
"stopId": "INRA-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772186198"
},
"departure": {
"time": "1772186198"
},
"stopId": "GDPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772186229"
},
"departure": {
"time": "1772186229"
},
"stopId": "LANDRE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772186313"
},
"departure": {
"time": "1772186313"
},
"stopId": "BRGPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772186335"
},
"departure": {
"time": "1772186335"
},
"stopId": "RODIN-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772186361"
},
"departure": {
"time": "1772186361"
},
"stopId": "GRANBE-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772186395"
},
"departure": {
"time": "1772186395"
},
"stopId": "PROME-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772186433"
},
"departure": {
"time": "1772186433"
},
"stopId": "CERFEU-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772186490"
},
"departure": {
"time": "1772186490"
},
"stopId": "LASOUR-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772186543"
},
"departure": {
"time": "1772186543"
},
"stopId": "ROUAIR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772186604"
},
"departure": {
"time": "1772186604"
},
"stopId": "VAURAG-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772186647"
},
"departure": {
"time": "1772186647"
},
"stopId": "PRIEUR-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772186683"
},
"departure": {
"time": "1772186683"
},
"stopId": "GRANPI-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772186707"
},
"departure": {
"time": "1772186707"
},
"stopId": "PINSON-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772186745"
},
"departure": {
"time": "1772186745"
},
"stopId": "FAUVET-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772186793"
},
"stopId": "BEAUCOUZ",
"stopSequence": 67
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257939"
}
}
},
{
"id": "trip:6258056",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185123"
},
"departure": {
"time": "1772185154"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1772185213"
},
"departure": {
"time": "1772185213"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772185286"
},
"departure": {
"time": "1772185286"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772185339"
},
"departure": {
"time": "1772185339"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772185444"
},
"departure": {
"time": "1772185444"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772185577"
},
"departure": {
"time": "1772185577"
},
"stopId": "EUROPE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772185636"
},
"departure": {
"time": "1772185636"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1772185727"
},
"departure": {
"time": "1772185727"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1772185817"
},
"departure": {
"time": "1772185817"
},
"stopId": "CARREF5B",
"stopSequence": 59
},
{
"arrival": {
"time": "1772185968"
},
"departure": {
"time": "1772185968"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772186026"
},
"departure": {
"time": "1772186026"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772186049"
},
"departure": {
"time": "1772186049"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772186089"
},
"departure": {
"time": "1772186089"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772186130"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258056"
}
}
},
{
"id": "trip:6052642",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772188262"
},
"departure": {
"time": "1772188262"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ZOLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188319"
},
"departure": {
"time": "1772188319"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BELAIR",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185160"
},
"departure": {
"time": "1772185176"
},
"stopId": "BLERIOT",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185206"
},
"departure": {
"time": "1772185206"
},
"stopId": "BARRA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185236"
},
"departure": {
"time": "1772185236"
},
"stopId": "STTERESE",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185276"
},
"departure": {
"time": "1772185276"
},
"stopId": "BICHBICH",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185311"
},
"departure": {
"time": "1772185311"
},
"stopId": "DESCAZEA",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185378"
},
"departure": {
"time": "1772185378"
},
"stopId": "MONPROFI",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185456"
},
"departure": {
"time": "1772185456"
},
"stopId": "LEQUAI",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185718"
},
"departure": {
"time": "1772185718"
},
"stopId": "CHDARR",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185769"
},
"departure": {
"time": "1772185769"
},
"stopId": "ACADEMIE",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185804"
},
"departure": {
"time": "1772185804"
},
"stopId": "GBREM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185877"
},
"stopId": "GAREPAPI",
"stopSequence": 36
}
],
"trip": {
"directionId": 0,
"routeId": "21",
"tripId": "6052642"
}
}
},
{
"id": "trip:6258274",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772187128"
},
"departure": {
"time": "1772187128"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187178"
},
"departure": {
"time": "1772187178"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187231"
},
"departure": {
"time": "1772187231"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187299"
},
"departure": {
"time": "1772187299"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187365"
},
"departure": {
"time": "1772187365"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187409"
},
"departure": {
"time": "1772187409"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187477"
},
"departure": {
"time": "1772187477"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187536"
},
"departure": {
"time": "1772187536"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187660"
},
"departure": {
"time": "1772187660"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187715"
},
"departure": {
"time": "1772187715"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187787"
},
"departure": {
"time": "1772187787"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187845"
},
"departure": {
"time": "1772187845"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187946"
},
"departure": {
"time": "1772187946"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188028"
},
"departure": {
"time": "1772188028"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188117"
},
"departure": {
"time": "1772188117"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188336"
},
"departure": {
"time": "1772188336"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188445"
},
"departure": {
"time": "1772188445"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188506"
},
"departure": {
"time": "1772188506"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188697"
},
"departure": {
"time": "1772188697"
},
"stopId": "PAULBERT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188753"
},
"departure": {
"time": "1772188753"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188830"
},
"departure": {
"time": "1772188830"
},
"stopId": "STAUBIN",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258274"
}
}
},
{
"id": "trip:6052640",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772189524"
},
"stopId": "DOMVATER",
"stopSequence": 0
}
],
"trip": {
"directionId": 0,
"routeId": "21",
"tripId": "6052640"
}
}
},
{
"id": "trip:6258631",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185800"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185829"
},
"departure": {
"time": "1772185829"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185880"
},
"departure": {
"time": "1772185880"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185946"
},
"departure": {
"time": "1772185946"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186017"
},
"departure": {
"time": "1772186017"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186106"
},
"departure": {
"time": "1772186106"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186177"
},
"departure": {
"time": "1772186177"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186309"
},
"departure": {
"time": "1772186309"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186408"
},
"departure": {
"time": "1772186408"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186040"
},
"departure": {
"time": "1772186040"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186128"
},
"departure": {
"time": "1772186128"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186167"
},
"departure": {
"time": "1772186167"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186215"
},
"departure": {
"time": "1772186215"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186268"
},
"departure": {
"time": "1772186268"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186327"
},
"departure": {
"time": "1772186327"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186433"
},
"departure": {
"time": "1772186433"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186491"
},
"departure": {
"time": "1772186491"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186567"
},
"departure": {
"time": "1772186567"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186602"
},
"departure": {
"time": "1772186602"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186661"
},
"departure": {
"time": "1772186661"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186706"
},
"departure": {
"time": "1772186706"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186776"
},
"departure": {
"time": "1772186776"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186861"
},
"departure": {
"time": "1772186861"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186921"
},
"departure": {
"time": "1772186921"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186970"
},
"departure": {
"time": "1772186970"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187015"
},
"departure": {
"time": "1772187015"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187092"
},
"departure": {
"time": "1772187092"
},
"stopId": "ECLATERI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187214"
},
"departure": {
"time": "1772187214"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187276"
},
"departure": {
"time": "1772187276"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187344"
},
"departure": {
"time": "1772187344"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187389"
},
"departure": {
"time": "1772187389"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187489"
},
"departure": {
"time": "1772187489"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187526"
},
"departure": {
"time": "1772187526"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187602"
},
"departure": {
"time": "1772187602"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187710"
},
"departure": {
"time": "1772187710"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187765"
},
"departure": {
"time": "1772187765"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187842"
},
"departure": {
"time": "1772187842"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187938"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258631"
}
}
},
{
"id": "trip:6544034",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188200"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188243"
},
"departure": {
"time": "1772188243"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188448"
},
"departure": {
"time": "1772188448"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188480"
},
"departure": {
"time": "1772188480"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188703"
},
"departure": {
"time": "1772188703"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "LORRAIN1",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544034"
}
}
},
{
"id": "trip:6257747",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185139"
},
"departure": {
"time": "1772185139"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185199"
},
"departure": {
"time": "1772185199"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185213"
},
"departure": {
"time": "1772185229"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185276"
},
"departure": {
"time": "1772185276"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185396"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257747"
}
}
},
{
"id": "trip:6544193",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186760"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186971"
},
"departure": {
"time": "1772186971"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187124"
},
"departure": {
"time": "1772187124"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187200"
},
"departure": {
"time": "1772187200"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187358"
},
"departure": {
"time": "1772187358"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187437"
},
"departure": {
"time": "1772187437"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187510"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544193"
}
}
},
{
"id": "trip:6541249",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185148"
},
"departure": {
"time": "1772185148"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185246"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541249"
}
}
},
{
"id": "trip:6258249",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185126"
},
"departure": {
"time": "1772185126"
},
"stopId": "DELAUN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185170"
},
"departure": {
"time": "1772185186"
},
"stopId": "MAUFIN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185258"
},
"departure": {
"time": "1772185258"
},
"stopId": "MAIRAV-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185293"
},
"departure": {
"time": "1772185293"
},
"stopId": "TERNIE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185325"
},
"departure": {
"time": "1772185325"
},
"stopId": "BALAND-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185367"
},
"departure": {
"time": "1772185367"
},
"stopId": "PIECE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772185422"
},
"departure": {
"time": "1772185422"
},
"stopId": "LA-BOI-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772185466"
},
"departure": {
"time": "1772185466"
},
"stopId": "SCHWAL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772185498"
},
"stopId": "ADEZIERE",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258249"
}
}
},
{
"id": "trip:6260109",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185140"
},
"departure": {
"time": "1772185140"
},
"stopId": "FMEDECIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185200"
},
"departure": {
"time": "1772185200"
},
"stopId": "WJMO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185244"
},
"departure": {
"time": "1772185244"
},
"stopId": "ESEO",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185302"
},
"departure": {
"time": "1772185302"
},
"stopId": "CHARNASS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185374"
},
"departure": {
"time": "1772185374"
},
"stopId": "FRATER",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185429"
},
"departure": {
"time": "1772185429"
},
"stopId": "LECUIT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185523"
},
"departure": {
"time": "1772185523"
},
"stopId": "BLERIOT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185582"
},
"departure": {
"time": "1772185582"
},
"stopId": "BARRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185656"
},
"departure": {
"time": "1772185656"
},
"stopId": "STTERESE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185706"
},
"departure": {
"time": "1772185706"
},
"stopId": "BICHBICH",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185761"
},
"departure": {
"time": "1772185761"
},
"stopId": "DESCAZEA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185838"
},
"departure": {
"time": "1772185838"
},
"stopId": "MONPROFI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185915"
},
"departure": {
"time": "1772185915"
},
"stopId": "LEQUAI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186110"
},
"departure": {
"time": "1772186110"
},
"stopId": "FARCSJ-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186207"
},
"departure": {
"time": "1772186207"
},
"stopId": "MVIGNE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186278"
},
"departure": {
"time": "1772186278"
},
"stopId": "CHBBEI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186333"
},
"departure": {
"time": "1772186333"
},
"stopId": "BOISRA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186399"
},
"departure": {
"time": "1772186399"
},
"stopId": "NDAMLA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186462"
},
"departure": {
"time": "1772186462"
},
"stopId": "POLYTE-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186518"
},
"departure": {
"time": "1772186518"
},
"stopId": "CITEUN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186578"
},
"departure": {
"time": "1772186578"
},
"stopId": "BEAUSS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186663"
},
"departure": {
"time": "1772186663"
},
"stopId": "CNFPT-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186848"
},
"departure": {
"time": "1772186848"
},
"stopId": "JEMONNET",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186899"
},
"departure": {
"time": "1772186899"
},
"stopId": "MAISLA-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186934"
},
"departure": {
"time": "1772186934"
},
"stopId": "PERUSS-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186961"
},
"departure": {
"time": "1772186961"
},
"stopId": "MAISEN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187007"
},
"departure": {
"time": "1772187007"
},
"stopId": "LACDMA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187046"
},
"departure": {
"time": "1772187046"
},
"stopId": "CAMLAC-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187138"
},
"departure": {
"time": "1772187138"
},
"stopId": "CROISE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187165"
},
"departure": {
"time": "1772187165"
},
"stopId": "PRUNIE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187237"
},
"departure": {
"time": "1772187237"
},
"stopId": "PETVIV-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187294"
},
"departure": {
"time": "1772187294"
},
"stopId": "VALMAINE",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187334"
},
"departure": {
"time": "1772187334"
},
"stopId": "P-ANJO-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187419"
},
"departure": {
"time": "1772187419"
},
"stopId": "HARENC",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187471"
},
"departure": {
"time": "1772187471"
},
"stopId": "P-ANJOU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187523"
},
"departure": {
"time": "1772187523"
},
"stopId": "CLOSVIGN",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187550"
},
"departure": {
"time": "1772187550"
},
"stopId": "CHATAI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772187603"
},
"departure": {
"time": "1772187603"
},
"stopId": "PIVERD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772187655"
},
"departure": {
"time": "1772187655"
},
"stopId": "ARTAUD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772187718"
},
"departure": {
"time": "1772187718"
},
"stopId": "HAUBOU-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187800"
},
"departure": {
"time": "1772187800"
},
"stopId": "PETPOR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187841"
},
"departure": {
"time": "1772187841"
},
"stopId": "CHEVRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187895"
},
"departure": {
"time": "1772187895"
},
"stopId": "BOUCHE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187926"
},
"departure": {
"time": "1772187926"
},
"stopId": "CAMPBO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187966"
},
"departure": {
"time": "1772187966"
},
"stopId": "GAREBO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188011"
},
"departure": {
"time": "1772188011"
},
"stopId": "PONTLA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188057"
},
"departure": {
"time": "1772188057"
},
"stopId": "LAPOIN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188080"
},
"stopId": "RANGEA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772188127"
},
"departure": {
"time": "1772188127"
},
"stopId": "VIGNES-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772188195"
},
"stopId": "CHANTOUR",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260109"
}
}
},
{
"id": "trip:6257748",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185260"
},
"departure": {
"time": "1772185260"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185320"
},
"departure": {
"time": "1772185320"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185351"
},
"departure": {
"time": "1772185351"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185385"
},
"departure": {
"time": "1772185385"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185443"
},
"departure": {
"time": "1772185443"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185479"
},
"departure": {
"time": "1772185479"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185514"
},
"departure": {
"time": "1772185514"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185558"
},
"departure": {
"time": "1772185558"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185614"
},
"departure": {
"time": "1772185614"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185643"
},
"departure": {
"time": "1772185643"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185709"
},
"departure": {
"time": "1772185709"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185742"
},
"departure": {
"time": "1772185742"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185794"
},
"departure": {
"time": "1772185794"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185914"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257748"
}
}
},
{
"id": "trip:6257517",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185189"
},
"departure": {
"time": "1772185206"
},
"stopId": "SEMARD-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185236"
},
"departure": {
"time": "1772185236"
},
"stopId": "PONTNO-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185283"
},
"departure": {
"time": "1772185283"
},
"stopId": "POIREL-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185325"
},
"departure": {
"time": "1772185325"
},
"stopId": "VAUBAN-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185404"
},
"departure": {
"time": "1772185404"
},
"stopId": "CHANZY-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185464"
},
"departure": {
"time": "1772185464"
},
"stopId": "LAFAYE-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185550"
},
"departure": {
"time": "1772185550"
},
"stopId": "MIRABE-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185605"
},
"departure": {
"time": "1772185605"
},
"stopId": "CESARG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185644"
},
"departure": {
"time": "1772185644"
},
"stopId": "BLANDE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185700"
},
"departure": {
"time": "1772185700"
},
"stopId": "MUTUAL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185772"
},
"departure": {
"time": "1772185772"
},
"stopId": "VILLES-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185821"
},
"departure": {
"time": "1772185821"
},
"stopId": "VIVIER-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185884"
},
"departure": {
"time": "1772185884"
},
"stopId": "MARIAN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185935"
},
"departure": {
"time": "1772185935"
},
"stopId": "LINOVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185974"
},
"departure": {
"time": "1772185974"
},
"stopId": "DANGEL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186034"
},
"departure": {
"time": "1772186034"
},
"stopId": "ATHLET-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186078"
},
"departure": {
"time": "1772186078"
},
"stopId": "DIONNE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186124"
},
"departure": {
"time": "1772186124"
},
"stopId": "GENDRO-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186168"
},
"departure": {
"time": "1772186168"
},
"stopId": "CHESNA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186216"
},
"departure": {
"time": "1772186216"
},
"stopId": "GIRAD-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186311"
},
"departure": {
"time": "1772186311"
},
"stopId": "FRANVILL",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186364"
},
"departure": {
"time": "1772186364"
},
"stopId": "GGESSAND",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186412"
},
"departure": {
"time": "1772186412"
},
"stopId": "MACURIE",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186456"
},
"departure": {
"time": "1772186456"
},
"stopId": "JEROSTAN",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186501"
},
"departure": {
"time": "1772186501"
},
"stopId": "RONCIERE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186544"
},
"departure": {
"time": "1772186544"
},
"stopId": "GUILLE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186609"
},
"departure": {
"time": "1772186609"
},
"stopId": "BAUDRA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186724"
},
"stopId": "MOULINMA",
"stopSequence": 47
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257517"
}
}
},
{
"id": "trip:6544445",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185121"
},
"departure": {
"time": "1772185121"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185237"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544445"
}
}
},
{
"id": "trip:6258269",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185176"
},
"departure": {
"time": "1772185237"
},
"stopId": "HARAS-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185337"
},
"departure": {
"time": "1772185337"
},
"stopId": "ANLERO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772185407"
},
"departure": {
"time": "1772185407"
},
"stopId": "RABELA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185462"
},
"departure": {
"time": "1772185462"
},
"stopId": "ESA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185589"
},
"departure": {
"time": "1772185589"
},
"stopId": "DELATA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185696"
},
"departure": {
"time": "1772185696"
},
"stopId": "ALLARD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185746"
},
"departure": {
"time": "1772185746"
},
"stopId": "TASSIG-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185839"
},
"departure": {
"time": "1772185839"
},
"stopId": "TROIPA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185876"
},
"departure": {
"time": "1772185876"
},
"stopId": "SABLON-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772185929"
},
"departure": {
"time": "1772185929"
},
"stopId": "RUELLE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186012"
},
"departure": {
"time": "1772186012"
},
"stopId": "GENDRO-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186106"
},
"departure": {
"time": "1772186106"
},
"stopId": "PATUR-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186176"
},
"departure": {
"time": "1772186176"
},
"stopId": "AUTHIO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186235"
},
"departure": {
"time": "1772186235"
},
"stopId": "BELPOU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772186296"
},
"departure": {
"time": "1772186296"
},
"stopId": "PONTSC-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772186418"
},
"departure": {
"time": "1772186418"
},
"stopId": "LOIRE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772186453"
},
"departure": {
"time": "1772186453"
},
"stopId": "DUBE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772186499"
},
"departure": {
"time": "1772186499"
},
"stopId": "LOUET-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772186540"
},
"departure": {
"time": "1772186540"
},
"stopId": "BOSQUE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772186590"
},
"departure": {
"time": "1772186590"
},
"stopId": "CHAERI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772186636"
},
"departure": {
"time": "1772186636"
},
"stopId": "FONTE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772186690"
},
"departure": {
"time": "1772186690"
},
"stopId": "ERIGNE",
"stopSequence": 56
},
{
"arrival": {
"time": "1772186716"
},
"stopId": "SOLAND",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258269"
}
}
},
{
"id": "trip:6258268",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185156"
},
"departure": {
"time": "1772185156"
},
"stopId": "MEIGNANN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185176"
},
"departure": {
"time": "1772185201"
},
"stopId": "REVERIES",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185227"
},
"departure": {
"time": "1772185227"
},
"stopId": "ROCEPINE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185268"
},
"departure": {
"time": "1772185268"
},
"stopId": "PARCGARE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185322"
},
"departure": {
"time": "1772185322"
},
"stopId": "LABRUYER",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185384"
},
"departure": {
"time": "1772185384"
},
"stopId": "RASPAIL",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185433"
},
"departure": {
"time": "1772185433"
},
"stopId": "MONPR-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185158"
},
"departure": {
"time": "1772185158"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185248"
},
"departure": {
"time": "1772185248"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUEST",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185290"
},
"departure": {
"time": "1772185290"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLEMENCE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185480"
},
"departure": {
"time": "1772185480"
},
"stopId": "DESCAZ-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185537"
},
"departure": {
"time": "1772185537"
},
"stopId": "BICHDAVI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185619"
},
"departure": {
"time": "1772185619"
},
"stopId": "HOTDIEU",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185660"
},
"departure": {
"time": "1772185660"
},
"stopId": "ROCHEFOU",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185835"
},
"departure": {
"time": "1772185835"
},
"stopId": "STSERGEU",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186126"
},
"departure": {
"time": "1772186126"
},
"stopId": "MENDESFR",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186313"
},
"departure": {
"time": "1772186313"
},
"stopId": "FO-LOR-R",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186423"
},
"departure": {
"time": "1772186423"
},
"stopId": "STAUBI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186486"
},
"departure": {
"time": "1772186486"
},
"stopId": "HARAS-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186617"
},
"departure": {
"time": "1772186617"
},
"stopId": "ANLERO-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186678"
},
"departure": {
"time": "1772186678"
},
"stopId": "RABELA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186726"
},
"departure": {
"time": "1772186726"
},
"stopId": "ESA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186836"
},
"departure": {
"time": "1772186836"
},
"stopId": "DELATA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186917"
},
"departure": {
"time": "1772186917"
},
"stopId": "ALLARD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186967"
},
"departure": {
"time": "1772186967"
},
"stopId": "TASSIG-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772187060"
},
"departure": {
"time": "1772187060"
},
"stopId": "TROIPA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187097"
},
"departure": {
"time": "1772187097"
},
"stopId": "SABLON-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187150"
},
"departure": {
"time": "1772187150"
},
"stopId": "RUELLE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187233"
},
"departure": {
"time": "1772187233"
},
"stopId": "GENDRO-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187327"
},
"departure": {
"time": "1772187327"
},
"stopId": "PATUR-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187397"
},
"departure": {
"time": "1772187397"
},
"stopId": "AUTHIO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772187456"
},
"departure": {
"time": "1772187456"
},
"stopId": "BELPOU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772187517"
},
"departure": {
"time": "1772187517"
},
"stopId": "PONTSC-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772187639"
},
"departure": {
"time": "1772187639"
},
"stopId": "LOIRE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772187674"
},
"departure": {
"time": "1772187674"
},
"stopId": "DUBE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"stopId": "LOUET-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772187761"
},
"departure": {
"time": "1772187761"
},
"stopId": "BOSQUE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772187811"
},
"departure": {
"time": "1772187811"
},
"stopId": "CHAERI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772187857"
},
"departure": {
"time": "1772187857"
},
"stopId": "FONTE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772187911"
},
"departure": {
"time": "1772187911"
},
"stopId": "ERIGNE",
"stopSequence": 56
},
{
"arrival": {
"time": "1772187939"
},
"stopId": "SOLAND",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258268"
}
}
},
{
"id": "trip:6260108",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185132"
},
"departure": {
"time": "1772185132"
},
"stopId": "POLYTE-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185161"
},
"departure": {
"time": "1772185192"
},
"stopId": "CITEUN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185279"
},
"departure": {
"time": "1772185279"
},
"stopId": "BEAUSS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185364"
},
"departure": {
"time": "1772185364"
},
"stopId": "CNFPT-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185549"
},
"departure": {
"time": "1772185549"
},
"stopId": "JEMONNET",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185602"
},
"departure": {
"time": "1772185602"
},
"stopId": "MAISLA-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185579"
},
"departure": {
"time": "1772185579"
},
"stopId": "PERUSS-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185606"
},
"departure": {
"time": "1772185606"
},
"stopId": "MAISEN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185652"
},
"departure": {
"time": "1772185652"
},
"stopId": "LACDMA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185691"
},
"departure": {
"time": "1772185691"
},
"stopId": "CAMLAC-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185783"
},
"departure": {
"time": "1772185783"
},
"stopId": "CROISE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185810"
},
"departure": {
"time": "1772185810"
},
"stopId": "PRUNIE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185882"
},
"departure": {
"time": "1772185882"
},
"stopId": "PETVIV-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185939"
},
"departure": {
"time": "1772185939"
},
"stopId": "VALMAINE",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185979"
},
"departure": {
"time": "1772185979"
},
"stopId": "P-ANJO-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186059"
},
"departure": {
"time": "1772186059"
},
"stopId": "HARENC",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186116"
},
"departure": {
"time": "1772186116"
},
"stopId": "P-ANJOU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186168"
},
"departure": {
"time": "1772186168"
},
"stopId": "CLOSVIGN",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186195"
},
"departure": {
"time": "1772186195"
},
"stopId": "CHATAI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186248"
},
"departure": {
"time": "1772186248"
},
"stopId": "PIVERD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186300"
},
"departure": {
"time": "1772186300"
},
"stopId": "ARTAUD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186363"
},
"departure": {
"time": "1772186363"
},
"stopId": "HAUBOU-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186445"
},
"departure": {
"time": "1772186445"
},
"stopId": "PETPOR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186486"
},
"departure": {
"time": "1772186486"
},
"stopId": "CHEVRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186540"
},
"departure": {
"time": "1772186540"
},
"stopId": "BOUCHE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186571"
},
"departure": {
"time": "1772186571"
},
"stopId": "CAMPBO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186611"
},
"departure": {
"time": "1772186611"
},
"stopId": "GAREBO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186656"
},
"departure": {
"time": "1772186656"
},
"stopId": "PONTLA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772186702"
},
"departure": {
"time": "1772186702"
},
"stopId": "LAPOIN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772186725"
},
"departure": {
"time": "1772186725"
},
"stopId": "RANGEA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772186772"
},
"departure": {
"time": "1772186772"
},
"stopId": "VIGNES-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772186840"
},
"stopId": "CHANTOUR",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260108"
}
}
},
{
"id": "trip:6260084",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOPITAL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186525"
},
"departure": {
"time": "1772186525"
},
"stopId": "HRECULEE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186576"
},
"departure": {
"time": "1772186576"
},
"stopId": "FMEDECIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186661"
},
"departure": {
"time": "1772186661"
},
"stopId": "WJMO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186710"
},
"departure": {
"time": "1772186710"
},
"stopId": "ESEO",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186768"
},
"departure": {
"time": "1772186768"
},
"stopId": "CHARNASS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186840"
},
"departure": {
"time": "1772186840"
},
"stopId": "FRATER",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186895"
},
"departure": {
"time": "1772186895"
},
"stopId": "LECUIT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186984"
},
"departure": {
"time": "1772186984"
},
"stopId": "BLERIOT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187045"
},
"departure": {
"time": "1772187045"
},
"stopId": "BARRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187122"
},
"departure": {
"time": "1772187122"
},
"stopId": "STTERESE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187167"
},
"departure": {
"time": "1772187167"
},
"stopId": "BICHBICH",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187223"
},
"departure": {
"time": "1772187223"
},
"stopId": "DESCAZEA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187303"
},
"departure": {
"time": "1772187303"
},
"stopId": "MONPROFI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187380"
},
"departure": {
"time": "1772187380"
},
"stopId": "LEQUAI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187575"
},
"departure": {
"time": "1772187575"
},
"stopId": "FARCSJ-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187671"
},
"departure": {
"time": "1772187671"
},
"stopId": "MVIGNE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187742"
},
"departure": {
"time": "1772187742"
},
"stopId": "CHBBEI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187797"
},
"departure": {
"time": "1772187797"
},
"stopId": "BOISRA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187863"
},
"departure": {
"time": "1772187863"
},
"stopId": "NDAMLA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187926"
},
"departure": {
"time": "1772187926"
},
"stopId": "POLYTE-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187982"
},
"departure": {
"time": "1772187982"
},
"stopId": "CITEUN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188042"
},
"departure": {
"time": "1772188042"
},
"stopId": "BEAUSS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188127"
},
"departure": {
"time": "1772188127"
},
"stopId": "CNFPT-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188312"
},
"departure": {
"time": "1772188312"
},
"stopId": "JEMONNET",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188364"
},
"departure": {
"time": "1772188364"
},
"stopId": "MAISLA-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188400"
},
"departure": {
"time": "1772188400"
},
"stopId": "PERUSS-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188427"
},
"departure": {
"time": "1772188427"
},
"stopId": "MAISEN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188472"
},
"departure": {
"time": "1772188472"
},
"stopId": "LACDMA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188513"
},
"departure": {
"time": "1772188513"
},
"stopId": "CAMLAC-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188607"
},
"departure": {
"time": "1772188607"
},
"stopId": "CROISE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188635"
},
"departure": {
"time": "1772188635"
},
"stopId": "PRUNIE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188709"
},
"departure": {
"time": "1772188709"
},
"stopId": "PETVIV-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188768"
},
"departure": {
"time": "1772188768"
},
"stopId": "VALMAINE",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188808"
},
"departure": {
"time": "1772188808"
},
"stopId": "P-ANJO-E",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260084"
}
}
},
{
"id": "trip:6257713",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185375"
},
"departure": {
"time": "1772185375"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185376"
},
"departure": {
"time": "1772185376"
},
"stopId": "ACAD-PLA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185457"
},
"departure": {
"time": "1772185457"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185161"
},
"departure": {
"time": "1772185177"
},
"stopId": "HARAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185206"
},
"departure": {
"time": "1772185237"
},
"stopId": "STAUBIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185306"
},
"departure": {
"time": "1772185306"
},
"stopId": "LOR-FO-A",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185417"
},
"departure": {
"time": "1772185417"
},
"stopId": "MENDES-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185556"
},
"departure": {
"time": "1772185556"
},
"stopId": "SAVARY-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185593"
},
"departure": {
"time": "1772185593"
},
"stopId": "MUSSET-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185672"
},
"departure": {
"time": "1772185672"
},
"stopId": "LUTIN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185716"
},
"departure": {
"time": "1772185716"
},
"stopId": "MACE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185745"
},
"departure": {
"time": "1772185745"
},
"stopId": "DESJAR-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185796"
},
"departure": {
"time": "1772185796"
},
"stopId": "BRISEP-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185880"
},
"departure": {
"time": "1772185880"
},
"stopId": "MIMOSA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185922"
},
"departure": {
"time": "1772185922"
},
"stopId": "CHATEN-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186015"
},
"departure": {
"time": "1772186015"
},
"stopId": "SOLELE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186049"
},
"departure": {
"time": "1772186049"
},
"stopId": "SEPSON-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186096"
},
"departure": {
"time": "1772186096"
},
"stopId": "BANCST-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186197"
},
"departure": {
"time": "1772186197"
},
"stopId": "RTEPAR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186264"
},
"departure": {
"time": "1772186264"
},
"stopId": "PROVIN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186369"
},
"stopId": "PARCEX-E",
"stopSequence": 39
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257713"
}
}
},
{
"id": "trip:6541256",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186860"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187010"
},
"departure": {
"time": "1772187010"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187090"
},
"departure": {
"time": "1772187090"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187180"
},
"departure": {
"time": "1772187180"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187270"
},
"departure": {
"time": "1772187270"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187380"
},
"departure": {
"time": "1772187380"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187540"
},
"departure": {
"time": "1772187540"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187630"
},
"departure": {
"time": "1772187630"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187750"
},
"departure": {
"time": "1772187750"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187830"
},
"departure": {
"time": "1772187830"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187950"
},
"departure": {
"time": "1772187950"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188040"
},
"departure": {
"time": "1772188040"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188160"
},
"departure": {
"time": "1772188160"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188270"
},
"departure": {
"time": "1772188270"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188370"
},
"departure": {
"time": "1772188370"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188440"
},
"departure": {
"time": "1772188440"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188510"
},
"departure": {
"time": "1772188510"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188710"
},
"departure": {
"time": "1772188710"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188810"
},
"departure": {
"time": "1772188810"
},
"stopId": "1STRA",
"stopSequence": 21
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541256"
}
}
},
{
"id": "trip:6544189",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185139"
},
"departure": {
"time": "1772185139"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185200"
},
"departure": {
"time": "1772185200"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544189"
}
}
},
{
"id": "trip:6541250",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185121"
},
"departure": {
"time": "1772185153"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185210"
},
"departure": {
"time": "1772185210"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185310"
},
"departure": {
"time": "1772185310"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185420"
},
"departure": {
"time": "1772185420"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185530"
},
"departure": {
"time": "1772185530"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185650"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541250"
}
}
},
{
"id": "trip:6260019",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185397"
},
"departure": {
"time": "1772185397"
},
"stopId": "CNFPT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185517"
},
"departure": {
"time": "1772185517"
},
"stopId": "DARWIN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185577"
},
"departure": {
"time": "1772185577"
},
"stopId": "MOREL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185605"
},
"departure": {
"time": "1772185605"
},
"stopId": "INRA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185642"
},
"departure": {
"time": "1772185642"
},
"stopId": "GDPERI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185673"
},
"departure": {
"time": "1772185673"
},
"stopId": "LANDRE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185757"
},
"departure": {
"time": "1772185757"
},
"stopId": "BRGPAI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185790"
},
"departure": {
"time": "1772185790"
},
"stopId": "RODIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185829"
},
"departure": {
"time": "1772185829"
},
"stopId": "GRANBE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185879"
},
"departure": {
"time": "1772185879"
},
"stopId": "PROME-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185934"
},
"departure": {
"time": "1772185934"
},
"stopId": "CERFEU-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185967"
},
"departure": {
"time": "1772185967"
},
"stopId": "MONOD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186001"
},
"departure": {
"time": "1772186001"
},
"stopId": "CITRON-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186032"
},
"departure": {
"time": "1772186032"
},
"stopId": "ECHATS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186114"
},
"stopId": "LATOLL",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6260019"
}
}
},
{
"id": "trip:6258463",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185158"
},
"departure": {
"time": "1772185158"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185202"
},
"departure": {
"time": "1772185218"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185227"
},
"departure": {
"time": "1772185227"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185287"
},
"departure": {
"time": "1772185287"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185308"
},
"departure": {
"time": "1772185308"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185377"
},
"departure": {
"time": "1772185377"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185414"
},
"departure": {
"time": "1772185414"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185464"
},
"departure": {
"time": "1772185464"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185494"
},
"departure": {
"time": "1772185494"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185531"
},
"departure": {
"time": "1772185531"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185565"
},
"departure": {
"time": "1772185565"
},
"stopId": "LETANDUE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185659"
},
"departure": {
"time": "1772185659"
},
"stopId": "STRASBOU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185709"
},
"departure": {
"time": "1772185709"
},
"stopId": "FREMUR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185756"
},
"departure": {
"time": "1772185756"
},
"stopId": "VAUBAN",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185789"
},
"departure": {
"time": "1772185789"
},
"stopId": "POIREL",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185848"
},
"departure": {
"time": "1772185848"
},
"stopId": "PONTNOIR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185886"
},
"departure": {
"time": "1772185886"
},
"stopId": "SEMARD",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185920"
},
"departure": {
"time": "1772185920"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186166"
},
"departure": {
"time": "1772186166"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186236"
},
"departure": {
"time": "1772186236"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186340"
},
"departure": {
"time": "1772186340"
},
"stopId": "LOHUIT",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186492"
},
"departure": {
"time": "1772186492"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186572"
},
"departure": {
"time": "1772186572"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186642"
},
"departure": {
"time": "1772186642"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186692"
},
"departure": {
"time": "1772186692"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186820"
},
"departure": {
"time": "1772186820"
},
"stopId": "MONGAZ-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186889"
},
"departure": {
"time": "1772186889"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186914"
},
"departure": {
"time": "1772186914"
},
"stopId": "STLEON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187011"
},
"departure": {
"time": "1772187011"
},
"stopId": "CORMI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187060"
},
"departure": {
"time": "1772187060"
},
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187183"
},
"departure": {
"time": "1772187183"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772187270"
},
"departure": {
"time": "1772187270"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772187320"
},
"departure": {
"time": "1772187320"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1772187391"
},
"departure": {
"time": "1772187391"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187444"
},
"departure": {
"time": "1772187444"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187490"
},
"departure": {
"time": "1772187490"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187556"
},
"departure": {
"time": "1772187556"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187660"
},
"departure": {
"time": "1772187660"
},
"stopId": "JEBOUT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187702"
},
"departure": {
"time": "1772187702"
},
"stopId": "BAUDRA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772187781"
},
"departure": {
"time": "1772187781"
},
"stopId": "ECURIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772187851"
},
"departure": {
"time": "1772187851"
},
"stopId": "RTSORGES",
"stopSequence": 49
},
{
"arrival": {
"time": "1772187900"
},
"stopId": "SORGES",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258463"
}
}
},
{
"id": "trip:6258727",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185162"
},
"departure": {
"time": "1772185162"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185222"
},
"departure": {
"time": "1772185222"
},
"stopId": "ECLATERI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185322"
},
"departure": {
"time": "1772185322"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185361"
},
"departure": {
"time": "1772185361"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185432"
},
"departure": {
"time": "1772185432"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185500"
},
"departure": {
"time": "1772185500"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185546"
},
"departure": {
"time": "1772185546"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185617"
},
"departure": {
"time": "1772185617"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185677"
},
"departure": {
"time": "1772185677"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185720"
},
"departure": {
"time": "1772185720"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185873"
},
"departure": {
"time": "1772185873"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185978"
},
"departure": {
"time": "1772185978"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186055"
},
"departure": {
"time": "1772186055"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186151"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258727"
}
}
},
{
"id": "trip:6541258",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188060"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188140"
},
"departure": {
"time": "1772188140"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188210"
},
"departure": {
"time": "1772188210"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188290"
},
"departure": {
"time": "1772188290"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188380"
},
"departure": {
"time": "1772188380"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188470"
},
"departure": {
"time": "1772188470"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188580"
},
"departure": {
"time": "1772188580"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188740"
},
"departure": {
"time": "1772188740"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188830"
},
"departure": {
"time": "1772188830"
},
"stopId": "1HSAU",
"stopSequence": 9
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541258"
}
}
},
{
"id": "trip:6257598",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185190"
},
"departure": {
"time": "1772185206"
},
"stopId": "INTMIL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185235"
},
"departure": {
"time": "1772185235"
},
"stopId": "SAUMUR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185282"
},
"departure": {
"time": "1772185282"
},
"stopId": "DELACR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772185330"
},
"departure": {
"time": "1772185330"
},
"stopId": "JUSTIC-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185418"
},
"departure": {
"time": "1772185418"
},
"stopId": "ECLATE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185517"
},
"departure": {
"time": "1772185517"
},
"stopId": "VDLOIR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185188"
},
"departure": {
"time": "1772185188"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185230"
},
"departure": {
"time": "1772185230"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185295"
},
"departure": {
"time": "1772185295"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185320"
},
"departure": {
"time": "1772185320"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772185557"
},
"departure": {
"time": "1772185557"
},
"stopId": "LEOLAG-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185594"
},
"departure": {
"time": "1772185594"
},
"stopId": "DAGUER-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185640"
},
"departure": {
"time": "1772185640"
},
"stopId": "ALLUME-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185679"
},
"departure": {
"time": "1772185679"
},
"stopId": "RIOTTE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185721"
},
"departure": {
"time": "1772185721"
},
"stopId": "BOURSE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185749"
},
"departure": {
"time": "1772185749"
},
"stopId": "MORLON-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772185788"
},
"departure": {
"time": "1772185788"
},
"stopId": "PYRAM2-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772185839"
},
"departure": {
"time": "1772185839"
},
"stopId": "BUISSO-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772185865"
},
"departure": {
"time": "1772185865"
},
"stopId": "DAUTEL-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772185936"
},
"departure": {
"time": "1772185936"
},
"stopId": "GENTR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772186056"
},
"stopId": "SLEZIND",
"stopSequence": 54
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257598"
}
}
},
{
"id": "trip:6257787",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188491"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188576"
},
"departure": {
"time": "1772188576"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188644"
},
"departure": {
"time": "1772188644"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188720"
},
"departure": {
"time": "1772188720"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188754"
},
"departure": {
"time": "1772188754"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "SOLELEVA",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257787"
}
}
},
{
"id": "trip:6544450",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186760"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186940"
},
"departure": {
"time": "1772186940"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187062"
},
"departure": {
"time": "1772187062"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187120"
},
"departure": {
"time": "1772187120"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187182"
},
"departure": {
"time": "1772187182"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187255"
},
"departure": {
"time": "1772187255"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187310"
},
"departure": {
"time": "1772187310"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187480"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544450"
}
}
},
{
"id": "trip:6544192",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186160"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186280"
},
"departure": {
"time": "1772186280"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186371"
},
"departure": {
"time": "1772186371"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186524"
},
"departure": {
"time": "1772186524"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186600"
},
"departure": {
"time": "1772186600"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186758"
},
"departure": {
"time": "1772186758"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186837"
},
"departure": {
"time": "1772186837"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186910"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544192"
}
}
},
{
"id": "trip:6053964",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187600"
},
"stopId": "STSYCHVE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187670"
},
"departure": {
"time": "1772187670"
},
"stopId": "GAUGUIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"stopId": "ANBRUEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187780"
},
"departure": {
"time": "1772187780"
},
"stopId": "V.HUGO",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187824"
},
"departure": {
"time": "1772187824"
},
"stopId": "FRANCA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187890"
},
"departure": {
"time": "1772187890"
},
"stopId": "LECLSY-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187960"
},
"departure": {
"time": "1772187960"
},
"stopId": "SSYMAIRI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188019"
},
"departure": {
"time": "1772188019"
},
"stopId": "UNION",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188058"
},
"departure": {
"time": "1772188058"
},
"stopId": "CHABLANC",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188097"
},
"departure": {
"time": "1772188097"
},
"stopId": "BASMORTI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188140"
},
"departure": {
"time": "1772188140"
},
"stopId": "MILLARDI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188155"
},
"departure": {
"time": "1772188155"
},
"stopId": "CARREAUX",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188380"
},
"departure": {
"time": "1772188380"
},
"stopId": "PARCEXPO",
"stopSequence": 12
},
{
"arrival": {
"time": "1772188477"
},
"departure": {
"time": "1772188477"
},
"stopId": "PROVINS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188543"
},
"departure": {
"time": "1772188543"
},
"stopId": "RTEPARIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "SEPSONET",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188736"
},
"departure": {
"time": "1772188736"
},
"stopId": "CHATENAY",
"stopSequence": 16
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6053964"
}
}
},
{
"id": "trip:6544028",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185320"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185363"
},
"departure": {
"time": "1772185363"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185568"
},
"departure": {
"time": "1772185568"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185600"
},
"departure": {
"time": "1772185600"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185740"
},
"departure": {
"time": "1772185740"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185823"
},
"departure": {
"time": "1772185823"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185920"
},
"departure": {
"time": "1772185920"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186100"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544028"
}
}
},
{
"id": "trip:6544196",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188560"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188680"
},
"departure": {
"time": "1772188680"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188771"
},
"departure": {
"time": "1772188771"
},
"stopId": "1MTAI",
"stopSequence": 2
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544196"
}
}
},
{
"id": "trip:6544992",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185202"
},
"departure": {
"time": "1772185235"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185327"
},
"departure": {
"time": "1772185327"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185420"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544992"
}
}
},
{
"id": "trip:6541251",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185164"
},
"departure": {
"time": "1772185204"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185270"
},
"departure": {
"time": "1772185270"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185370"
},
"departure": {
"time": "1772185370"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185440"
},
"departure": {
"time": "1772185440"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185510"
},
"departure": {
"time": "1772185510"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185620"
},
"departure": {
"time": "1772185620"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185710"
},
"departure": {
"time": "1772185710"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185810"
},
"departure": {
"time": "1772185810"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185910"
},
"departure": {
"time": "1772185910"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186020"
},
"departure": {
"time": "1772186020"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186130"
},
"departure": {
"time": "1772186130"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186250"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541251"
}
}
},
{
"id": "trip:6258650",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185121"
},
"departure": {
"time": "1772185137"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185179"
},
"departure": {
"time": "1772185197"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185227"
},
"departure": {
"time": "1772185227"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185280"
},
"departure": {
"time": "1772185280"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185313"
},
"departure": {
"time": "1772185313"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185381"
},
"departure": {
"time": "1772185381"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185447"
},
"departure": {
"time": "1772185447"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185483"
},
"departure": {
"time": "1772185483"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185587"
},
"departure": {
"time": "1772185587"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185712"
},
"departure": {
"time": "1772185712"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185780"
},
"departure": {
"time": "1772185780"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185854"
},
"departure": {
"time": "1772185854"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185586"
},
"departure": {
"time": "1772185586"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185649"
},
"departure": {
"time": "1772185649"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185711"
},
"departure": {
"time": "1772185711"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185754"
},
"departure": {
"time": "1772185754"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185790"
},
"departure": {
"time": "1772185790"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185868"
},
"departure": {
"time": "1772185868"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185948"
},
"departure": {
"time": "1772185948"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186012"
},
"departure": {
"time": "1772186012"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186057"
},
"departure": {
"time": "1772186057"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186102"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258650"
}
}
},
{
"id": "trip:6260094",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185127"
},
"departure": {
"time": "1772185127"
},
"stopId": "CHATAIGN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185157"
},
"departure": {
"time": "1772185157"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185202"
},
"departure": {
"time": "1772185202"
},
"stopId": "P-ANJO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185321"
},
"departure": {
"time": "1772185321"
},
"stopId": "HARENC",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185340"
},
"departure": {
"time": "1772185340"
},
"stopId": "P-ANJOU",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185388"
},
"departure": {
"time": "1772185388"
},
"stopId": "VALMAI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185459"
},
"departure": {
"time": "1772185459"
},
"stopId": "PETVIVIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185535"
},
"departure": {
"time": "1772185535"
},
"stopId": "PRUNIERS",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185569"
},
"departure": {
"time": "1772185569"
},
"stopId": "CROISETT",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185674"
},
"departure": {
"time": "1772185674"
},
"stopId": "CAMLACMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185720"
},
"departure": {
"time": "1772185720"
},
"stopId": "LACDMAIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185766"
},
"departure": {
"time": "1772185766"
},
"stopId": "MAISENVI",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185808"
},
"departure": {
"time": "1772185808"
},
"stopId": "PERUSSAI",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185836"
},
"departure": {
"time": "1772185836"
},
"stopId": "MAISLAC",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185918"
},
"departure": {
"time": "1772185918"
},
"stopId": "JEAN-MON",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186044"
},
"departure": {
"time": "1772186044"
},
"stopId": "CNFPT",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186102"
},
"departure": {
"time": "1772186102"
},
"stopId": "BEAUSSIE",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186162"
},
"departure": {
"time": "1772186162"
},
"stopId": "CITEUNIV",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186212"
},
"departure": {
"time": "1772186212"
},
"stopId": "POLYTECH",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186273"
},
"departure": {
"time": "1772186273"
},
"stopId": "NDAMELAC",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186339"
},
"departure": {
"time": "1772186339"
},
"stopId": "BOISRAME",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186402"
},
"departure": {
"time": "1772186402"
},
"stopId": "CHBBEILL",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186467"
},
"departure": {
"time": "1772186467"
},
"stopId": "MVIGNE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186560"
},
"departure": {
"time": "1772186560"
},
"stopId": "FARCYSJA",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186766"
},
"departure": {
"time": "1772186766"
},
"stopId": "LEQUAI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186830"
},
"departure": {
"time": "1772186830"
},
"stopId": "MONPR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186886"
},
"departure": {
"time": "1772186886"
},
"stopId": "DESCAZ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186952"
},
"departure": {
"time": "1772186952"
},
"stopId": "BICHBI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186986"
},
"departure": {
"time": "1772186986"
},
"stopId": "STTHER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772187061"
},
"departure": {
"time": "1772187061"
},
"stopId": "BARRA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187116"
},
"departure": {
"time": "1772187116"
},
"stopId": "BLERIO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187205"
},
"departure": {
"time": "1772187205"
},
"stopId": "LECUIT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187245"
},
"departure": {
"time": "1772187245"
},
"stopId": "FRATE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187315"
},
"departure": {
"time": "1772187315"
},
"stopId": "CHARNA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187382"
},
"departure": {
"time": "1772187382"
},
"stopId": "ESEO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772187418"
},
"departure": {
"time": "1772187418"
},
"stopId": "WJMOU",
"stopSequence": 48
},
{
"arrival": {
"time": "1772187504"
},
"departure": {
"time": "1772187504"
},
"stopId": "FMEDEC-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772187561"
},
"departure": {
"time": "1772187561"
},
"stopId": "HRECUL-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772187540"
},
"stopId": "HOPITAL",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260094"
}
}
},
{
"id": "trip:6540935",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185148"
},
"departure": {
"time": "1772185148"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185306"
},
"departure": {
"time": "1772185306"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185406"
},
"departure": {
"time": "1772185406"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185486"
},
"departure": {
"time": "1772185486"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185576"
},
"departure": {
"time": "1772185576"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185656"
},
"departure": {
"time": "1772185656"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185746"
},
"departure": {
"time": "1772185746"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185826"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540935"
}
}
},
{
"id": "trip:6544030",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186040"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186083"
},
"departure": {
"time": "1772186083"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186288"
},
"departure": {
"time": "1772186288"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186320"
},
"departure": {
"time": "1772186320"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186460"
},
"departure": {
"time": "1772186460"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186543"
},
"departure": {
"time": "1772186543"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186640"
},
"departure": {
"time": "1772186640"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186820"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544030"
}
}
},
{
"id": "trip:6257988",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185149"
},
"departure": {
"time": "1772185149"
},
"stopId": "GARDOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185191"
},
"departure": {
"time": "1772185224"
},
"stopId": "STEXUPER",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185258"
},
"departure": {
"time": "1772185258"
},
"stopId": "SECUSOCI",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185378"
},
"departure": {
"time": "1772185378"
},
"stopId": "MAIL-NAE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185431"
},
"departure": {
"time": "1772185500"
},
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185622"
},
"departure": {
"time": "1772185622"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185680"
},
"departure": {
"time": "1772185680"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185789"
},
"departure": {
"time": "1772185789"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185890"
},
"departure": {
"time": "1772185890"
},
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185956"
},
"departure": {
"time": "1772185956"
},
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185998"
},
"departure": {
"time": "1772185998"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186119"
},
"departure": {
"time": "1772186119"
},
"stopId": "LEQUAI-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186159"
},
"departure": {
"time": "1772186159"
},
"stopId": "DUMESN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186147"
},
"departure": {
"time": "1772186147"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186200"
},
"departure": {
"time": "1772186200"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186259"
},
"departure": {
"time": "1772186259"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186387"
},
"departure": {
"time": "1772186387"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186261"
},
"departure": {
"time": "1772186261"
},
"stopId": "SAJACQ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186330"
},
"departure": {
"time": "1772186330"
},
"stopId": "FARCSJ-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186430"
},
"departure": {
"time": "1772186430"
},
"stopId": "MVIGNE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186504"
},
"departure": {
"time": "1772186504"
},
"stopId": "CHBBEI-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186559"
},
"departure": {
"time": "1772186559"
},
"stopId": "BOISRA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186625"
},
"departure": {
"time": "1772186625"
},
"stopId": "NDAMLA-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186688"
},
"departure": {
"time": "1772186688"
},
"stopId": "POLYTE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186744"
},
"departure": {
"time": "1772186744"
},
"stopId": "CITEUN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186815"
},
"departure": {
"time": "1772186815"
},
"stopId": "RESTUN-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186870"
},
"departure": {
"time": "1772186870"
},
"stopId": "I.U.T.-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772186984"
},
"departure": {
"time": "1772186984"
},
"stopId": "BBCAMT-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772187020"
},
"departure": {
"time": "1772187020"
},
"stopId": "LENOT-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772187044"
},
"departure": {
"time": "1772187044"
},
"stopId": "MOREL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772187072"
},
"departure": {
"time": "1772187072"
},
"stopId": "INRA-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772187109"
},
"departure": {
"time": "1772187109"
},
"stopId": "GDPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772187140"
},
"departure": {
"time": "1772187140"
},
"stopId": "LANDRE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772187224"
},
"departure": {
"time": "1772187224"
},
"stopId": "BRGPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772187246"
},
"departure": {
"time": "1772187246"
},
"stopId": "RODIN-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772187272"
},
"departure": {
"time": "1772187272"
},
"stopId": "GRANBE-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772187306"
},
"departure": {
"time": "1772187306"
},
"stopId": "PROME-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772187344"
},
"departure": {
"time": "1772187344"
},
"stopId": "CERFEU-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772187401"
},
"departure": {
"time": "1772187401"
},
"stopId": "LASOUR-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772187454"
},
"departure": {
"time": "1772187454"
},
"stopId": "ROUAIR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772187515"
},
"departure": {
"time": "1772187515"
},
"stopId": "VAURAG-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772187558"
},
"departure": {
"time": "1772187558"
},
"stopId": "PRIEUR-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772187594"
},
"departure": {
"time": "1772187594"
},
"stopId": "GRANPI-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772187618"
},
"departure": {
"time": "1772187618"
},
"stopId": "PINSON-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772187656"
},
"departure": {
"time": "1772187656"
},
"stopId": "FAUVET-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772187704"
},
"stopId": "BEAUCOUZ",
"stopSequence": 67
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257988"
}
}
},
{
"id": "trip:6257502",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185127"
},
"departure": {
"time": "1772185127"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185163"
},
"departure": {
"time": "1772185187"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185206"
},
"departure": {
"time": "1772185206"
},
"stopId": "LAFAYETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185250"
},
"departure": {
"time": "1772185250"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185310"
},
"departure": {
"time": "1772185310"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185349"
},
"departure": {
"time": "1772185349"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185409"
},
"departure": {
"time": "1772185409"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185452"
},
"departure": {
"time": "1772185452"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185519"
},
"departure": {
"time": "1772185519"
},
"stopId": "GARETERM",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185771"
},
"departure": {
"time": "1772185771"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185842"
},
"departure": {
"time": "1772185842"
},
"stopId": "STAUBIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185936"
},
"departure": {
"time": "1772185936"
},
"stopId": "LORRAIN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186101"
},
"departure": {
"time": "1772186101"
},
"stopId": "MENDES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186276"
},
"departure": {
"time": "1772186276"
},
"stopId": "TALET-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186403"
},
"departure": {
"time": "1772186403"
},
"stopId": "BDEMAI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186430"
},
"departure": {
"time": "1772186430"
},
"stopId": "FACULT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186571"
},
"departure": {
"time": "1772186571"
},
"stopId": "FFAURE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186643"
},
"departure": {
"time": "1772186643"
},
"stopId": "CARCIT-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186754"
},
"departure": {
"time": "1772186754"
},
"stopId": "CITESO-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186815"
},
"departure": {
"time": "1772186815"
},
"stopId": "DOYENN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"stopId": "SAVOIE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186947"
},
"departure": {
"time": "1772186947"
},
"stopId": "INDUST-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186995"
},
"departure": {
"time": "1772186995"
},
"stopId": "HOTELL-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187043"
},
"departure": {
"time": "1772187043"
},
"stopId": "DEBUSS-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187079"
},
"departure": {
"time": "1772187079"
},
"stopId": "BOISAB-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187109"
},
"departure": {
"time": "1772187109"
},
"stopId": "DUBELL-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187155"
},
"departure": {
"time": "1772187155"
},
"stopId": "COTTAG-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187201"
},
"stopId": "EVENTARD",
"stopSequence": 47
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257502"
}
}
},
{
"id": "trip:6257573",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185154"
},
"departure": {
"time": "1772185154"
},
"stopId": "TALET-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185411"
},
"departure": {
"time": "1772185411"
},
"stopId": "RAMON-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185164"
},
"departure": {
"time": "1772185164"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185256"
},
"departure": {
"time": "1772185256"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185494"
},
"departure": {
"time": "1772185494"
},
"stopId": "RBRIOL-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185531"
},
"departure": {
"time": "1772185531"
},
"stopId": "NOZAY-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185598"
},
"departure": {
"time": "1772185598"
},
"stopId": "AUVERG-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185655"
},
"departure": {
"time": "1772185655"
},
"stopId": "SAVOIE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772185721"
},
"departure": {
"time": "1772185721"
},
"stopId": "INDUST-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772185767"
},
"departure": {
"time": "1772185767"
},
"stopId": "HOTELL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772185832"
},
"departure": {
"time": "1772185832"
},
"stopId": "DEBUMO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772185941"
},
"departure": {
"time": "1772185941"
},
"stopId": "RTEPAR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772186005"
},
"stopId": "PROVIN-E",
"stopSequence": 54
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257573"
}
}
},
{
"id": "trip:6541181",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188770"
},
"stopId": "2ANRO",
"stopSequence": 0
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6541181"
}
}
},
{
"id": "trip:6259992",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185142"
},
"departure": {
"time": "1772185142"
},
"stopId": "CITRONNL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185187"
},
"departure": {
"time": "1772185187"
},
"stopId": "MONOD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185233"
},
"departure": {
"time": "1772185233"
},
"stopId": "CERFEUIL",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185261"
},
"departure": {
"time": "1772185261"
},
"stopId": "PROMENIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185302"
},
"departure": {
"time": "1772185302"
},
"stopId": "GRANBELL",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185342"
},
"departure": {
"time": "1772185342"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185380"
},
"departure": {
"time": "1772185380"
},
"stopId": "BRGPAILL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185462"
},
"departure": {
"time": "1772185462"
},
"stopId": "LANDREAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185494"
},
"departure": {
"time": "1772185494"
},
"stopId": "GDPERIGN",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185534"
},
"departure": {
"time": "1772185534"
},
"stopId": "INRA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185560"
},
"departure": {
"time": "1772185560"
},
"stopId": "MOREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185620"
},
"departure": {
"time": "1772185620"
},
"stopId": "DARWIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185740"
},
"departure": {
"time": "1772185740"
},
"stopId": "CNFPT-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186553"
},
"departure": {
"time": "1772186553"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186554"
},
"departure": {
"time": "1772186554"
},
"stopId": "ACAD-PLA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186040"
},
"departure": {
"time": "1772186040"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186605"
},
"departure": {
"time": "1772186605"
},
"stopId": "ACADEMIE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186662"
},
"departure": {
"time": "1772186662"
},
"stopId": "GBREM-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186716"
},
"stopId": "GAREPAPI",
"stopSequence": 20
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6259992"
}
}
},
{
"id": "trip:6257571",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185377"
},
"departure": {
"time": "1772185377"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185539"
},
"departure": {
"time": "1772185539"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185622"
},
"departure": {
"time": "1772185622"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185680"
},
"departure": {
"time": "1772185680"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185789"
},
"departure": {
"time": "1772185789"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185870"
},
"departure": {
"time": "1772185870"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185905"
},
"departure": {
"time": "1772185905"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185986"
},
"departure": {
"time": "1772185986"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186035"
},
"departure": {
"time": "1772186035"
},
"stopId": "VAUBAN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186060"
},
"departure": {
"time": "1772186060"
},
"stopId": "FREMUR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186120"
},
"departure": {
"time": "1772186120"
},
"stopId": "STRASB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186220"
},
"departure": {
"time": "1772186220"
},
"stopId": "LETAND-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186259"
},
"departure": {
"time": "1772186259"
},
"stopId": "BEAUVA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186320"
},
"departure": {
"time": "1772186320"
},
"stopId": "LORETT-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186355"
},
"departure": {
"time": "1772186355"
},
"stopId": "MORELI-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186409"
},
"departure": {
"time": "1772186409"
},
"stopId": "DELATR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186474"
},
"departure": {
"time": "1772186474"
},
"stopId": "HAUTPR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186576"
},
"departure": {
"time": "1772186576"
},
"stopId": "INTMIL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186647"
},
"departure": {
"time": "1772186647"
},
"stopId": "SAUMUR-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186714"
},
"departure": {
"time": "1772186714"
},
"stopId": "DELACR-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186769"
},
"departure": {
"time": "1772186769"
},
"stopId": "JUSTIC-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186857"
},
"departure": {
"time": "1772186857"
},
"stopId": "ECLATE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186956"
},
"departure": {
"time": "1772186956"
},
"stopId": "VDLOIR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186748"
},
"departure": {
"time": "1772186748"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186790"
},
"departure": {
"time": "1772186790"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186855"
},
"departure": {
"time": "1772186855"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186996"
},
"departure": {
"time": "1772186996"
},
"stopId": "LEOLAG-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187033"
},
"departure": {
"time": "1772187033"
},
"stopId": "DAGUER-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187077"
},
"departure": {
"time": "1772187077"
},
"stopId": "ALLUME-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187114"
},
"departure": {
"time": "1772187114"
},
"stopId": "RIOTTE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772187156"
},
"departure": {
"time": "1772187156"
},
"stopId": "BOURSE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772187184"
},
"departure": {
"time": "1772187184"
},
"stopId": "MORLON-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772187223"
},
"departure": {
"time": "1772187223"
},
"stopId": "PYRAM2-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772187269"
},
"departure": {
"time": "1772187269"
},
"stopId": "BUISSO-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772187295"
},
"departure": {
"time": "1772187295"
},
"stopId": "DAUTEL-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772187366"
},
"departure": {
"time": "1772187366"
},
"stopId": "GENTR-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772187486"
},
"stopId": "SLEZIND",
"stopSequence": 54
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257571"
}
}
},
{
"id": "trip:6257513",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185868"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185980"
},
"departure": {
"time": "1772185980"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186048"
},
"departure": {
"time": "1772186048"
},
"stopId": "GUILLEB.",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186077"
},
"departure": {
"time": "1772186077"
},
"stopId": "RONCIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186110"
},
"departure": {
"time": "1772186110"
},
"stopId": "JEROST-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186139"
},
"departure": {
"time": "1772186139"
},
"stopId": "MACURI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186168"
},
"departure": {
"time": "1772186168"
},
"stopId": "GGSAND-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186223"
},
"departure": {
"time": "1772186223"
},
"stopId": "FRANVI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186326"
},
"departure": {
"time": "1772186326"
},
"stopId": "GIRARDE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186370"
},
"departure": {
"time": "1772186370"
},
"stopId": "CHESNAIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186408"
},
"departure": {
"time": "1772186408"
},
"stopId": "GENDRON",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186462"
},
"departure": {
"time": "1772186462"
},
"stopId": "DIONNEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186520"
},
"departure": {
"time": "1772186520"
},
"stopId": "ATHLETIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186590"
},
"departure": {
"time": "1772186590"
},
"stopId": "DANGELIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186651"
},
"departure": {
"time": "1772186651"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186708"
},
"departure": {
"time": "1772186708"
},
"stopId": "MARIANNE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186773"
},
"departure": {
"time": "1772186773"
},
"stopId": "VIVIERS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186827"
},
"departure": {
"time": "1772186827"
},
"stopId": "VILLESIC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186906"
},
"departure": {
"time": "1772186906"
},
"stopId": "MUTUALIT",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186957"
},
"departure": {
"time": "1772186957"
},
"stopId": "BLANDEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187002"
},
"departure": {
"time": "1772187002"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187073"
},
"departure": {
"time": "1772187073"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187128"
},
"departure": {
"time": "1772187128"
},
"stopId": "LAFAYETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187172"
},
"departure": {
"time": "1772187172"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187232"
},
"departure": {
"time": "1772187232"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187265"
},
"departure": {
"time": "1772187265"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187324"
},
"departure": {
"time": "1772187324"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187362"
},
"departure": {
"time": "1772187362"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187403"
},
"departure": {
"time": "1772187403"
},
"stopId": "GARETERM",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187669"
},
"departure": {
"time": "1772187669"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187742"
},
"departure": {
"time": "1772187742"
},
"stopId": "STAUBIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187814"
},
"departure": {
"time": "1772187814"
},
"stopId": "LORRAIN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187960"
},
"departure": {
"time": "1772187960"
},
"stopId": "MENDES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188111"
},
"departure": {
"time": "1772188111"
},
"stopId": "TALET-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188226"
},
"departure": {
"time": "1772188226"
},
"stopId": "BDEMAI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188267"
},
"departure": {
"time": "1772188267"
},
"stopId": "FACULT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188396"
},
"departure": {
"time": "1772188396"
},
"stopId": "FFAURE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772188511"
},
"departure": {
"time": "1772188511"
},
"stopId": "CARCIT-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772188619"
},
"departure": {
"time": "1772188619"
},
"stopId": "CITESO-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772188692"
},
"departure": {
"time": "1772188692"
},
"stopId": "DOYENN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772188744"
},
"departure": {
"time": "1772188744"
},
"stopId": "SAVOIE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772188785"
},
"departure": {
"time": "1772188785"
},
"stopId": "INDUST-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772188808"
},
"departure": {
"time": "1772188808"
},
"stopId": "HOTELL-E",
"stopSequence": 42
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257513"
}
}
},
{
"id": "trip:6258057",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185139"
},
"departure": {
"time": "1772185170"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185215"
},
"departure": {
"time": "1772185215"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185184"
},
"departure": {
"time": "1772185184"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185297"
},
"departure": {
"time": "1772185297"
},
"stopId": "NERUDA",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185296"
},
"departure": {
"time": "1772185296"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1772185381"
},
"departure": {
"time": "1772185381"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185443"
},
"departure": {
"time": "1772185443"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185530"
},
"departure": {
"time": "1772185530"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185595"
},
"departure": {
"time": "1772185595"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185697"
},
"departure": {
"time": "1772185697"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185768"
},
"departure": {
"time": "1772185768"
},
"stopId": "SAUMUR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185830"
},
"departure": {
"time": "1772185830"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772185882"
},
"departure": {
"time": "1772185882"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185992"
},
"departure": {
"time": "1772185992"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186044"
},
"departure": {
"time": "1772186044"
},
"stopId": "STLEON5B",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186119"
},
"departure": {
"time": "1772186119"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186213"
},
"departure": {
"time": "1772186213"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1772186302"
},
"departure": {
"time": "1772186302"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1772186411"
},
"departure": {
"time": "1772186411"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772186501"
},
"departure": {
"time": "1772186501"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1772186571"
},
"departure": {
"time": "1772186571"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772186611"
},
"departure": {
"time": "1772186611"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772186664"
},
"departure": {
"time": "1772186664"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772186769"
},
"departure": {
"time": "1772186769"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772186936"
},
"departure": {
"time": "1772186936"
},
"stopId": "EUROPE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772186984"
},
"departure": {
"time": "1772186984"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1772187062"
},
"departure": {
"time": "1772187062"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1772187142"
},
"departure": {
"time": "1772187142"
},
"stopId": "CARREF5B",
"stopSequence": 59
},
{
"arrival": {
"time": "1772187293"
},
"departure": {
"time": "1772187293"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772187351"
},
"departure": {
"time": "1772187351"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772187424"
},
"departure": {
"time": "1772187424"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772187477"
},
"departure": {
"time": "1772187477"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772187536"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258057"
}
}
},
{
"id": "trip:6258434",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185136"
},
"departure": {
"time": "1772185156"
},
"stopId": "GERICAUL",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185185"
},
"departure": {
"time": "1772185201"
},
"stopId": "MONGAZON",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185215"
},
"departure": {
"time": "1772185215"
},
"stopId": "KOPA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185234"
},
"departure": {
"time": "1772185234"
},
"stopId": "DESMAZ",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185284"
},
"departure": {
"time": "1772185284"
},
"stopId": "ANFRANCK",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185341"
},
"departure": {
"time": "1772185341"
},
"stopId": "STJOSEP",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185406"
},
"departure": {
"time": "1772185406"
},
"stopId": "PLDULYCE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185500"
},
"departure": {
"time": "1772185500"
},
"stopId": "HMAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772185554"
},
"departure": {
"time": "1772185554"
},
"stopId": "FO-LOR-R",
"stopSequence": 21
},
{
"arrival": {
"time": "1772185680"
},
"departure": {
"time": "1772185680"
},
"stopId": "STAUBI-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772185731"
},
"departure": {
"time": "1772185731"
},
"stopId": "HARAS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772185864"
},
"departure": {
"time": "1772185864"
},
"stopId": "LESGAR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185941"
},
"departure": {
"time": "1772185941"
},
"stopId": "SEMARD-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185978"
},
"departure": {
"time": "1772185978"
},
"stopId": "PONTNO-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186039"
},
"departure": {
"time": "1772186039"
},
"stopId": "POIREL-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186079"
},
"departure": {
"time": "1772186079"
},
"stopId": "VAUBAN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186127"
},
"departure": {
"time": "1772186127"
},
"stopId": "FREMUR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186188"
},
"departure": {
"time": "1772186188"
},
"stopId": "STRASB-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186289"
},
"departure": {
"time": "1772186289"
},
"stopId": "LETAND-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186320"
},
"departure": {
"time": "1772186320"
},
"stopId": "BEDIER-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186353"
},
"departure": {
"time": "1772186353"
},
"stopId": "INTREP-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186384"
},
"departure": {
"time": "1772186384"
},
"stopId": "MTARDA-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186423"
},
"departure": {
"time": "1772186423"
},
"stopId": "AUBRY-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772186474"
},
"departure": {
"time": "1772186474"
},
"stopId": "COSSE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772186537"
},
"departure": {
"time": "1772186537"
},
"stopId": "HUTREA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772186558"
},
"departure": {
"time": "1772186558"
},
"stopId": "JOLIVE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772186613"
},
"departure": {
"time": "1772186613"
},
"stopId": "BELOEI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772186649"
},
"departure": {
"time": "1772186649"
},
"stopId": "RTEDAN-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186695"
},
"departure": {
"time": "1772186695"
},
"stopId": "LESROS-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186768"
},
"departure": {
"time": "1772186768"
},
"stopId": "LOUPIN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186834"
},
"departure": {
"time": "1772186834"
},
"stopId": "MASGEM-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186880"
},
"departure": {
"time": "1772186880"
},
"stopId": "HOSGEM-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186944"
},
"departure": {
"time": "1772186944"
},
"stopId": "CLOS9-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186991"
},
"departure": {
"time": "1772186991"
},
"stopId": "VANRIE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187045"
},
"departure": {
"time": "1772187045"
},
"stopId": "PORTSG-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772187074"
},
"departure": {
"time": "1772187074"
},
"stopId": "LECHEN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772187129"
},
"stopId": "ROMORNA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258434"
}
}
},
{
"id": "trip:6257499",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186940"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187052"
},
"departure": {
"time": "1772187052"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187120"
},
"departure": {
"time": "1772187120"
},
"stopId": "GUILLEB.",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187149"
},
"departure": {
"time": "1772187149"
},
"stopId": "RONCIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187182"
},
"departure": {
"time": "1772187182"
},
"stopId": "JEROST-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187211"
},
"departure": {
"time": "1772187211"
},
"stopId": "MACURI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187240"
},
"departure": {
"time": "1772187240"
},
"stopId": "GGSAND-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187295"
},
"departure": {
"time": "1772187295"
},
"stopId": "FRANVI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772187398"
},
"departure": {
"time": "1772187398"
},
"stopId": "GIRARDE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187442"
},
"departure": {
"time": "1772187442"
},
"stopId": "CHESNAIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187480"
},
"departure": {
"time": "1772187480"
},
"stopId": "GENDRON",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187534"
},
"departure": {
"time": "1772187534"
},
"stopId": "DIONNEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187592"
},
"departure": {
"time": "1772187592"
},
"stopId": "ATHLETIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187662"
},
"departure": {
"time": "1772187662"
},
"stopId": "DANGELIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187723"
},
"departure": {
"time": "1772187723"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187780"
},
"departure": {
"time": "1772187780"
},
"stopId": "MARIANNE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187845"
},
"departure": {
"time": "1772187845"
},
"stopId": "VIVIERS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187899"
},
"departure": {
"time": "1772187899"
},
"stopId": "VILLESIC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187978"
},
"departure": {
"time": "1772187978"
},
"stopId": "MUTUALIT",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188029"
},
"departure": {
"time": "1772188029"
},
"stopId": "BLANDEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188074"
},
"departure": {
"time": "1772188074"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188145"
},
"departure": {
"time": "1772188145"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188200"
},
"departure": {
"time": "1772188200"
},
"stopId": "LAFAYETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188244"
},
"departure": {
"time": "1772188244"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188304"
},
"departure": {
"time": "1772188304"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188339"
},
"departure": {
"time": "1772188339"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188401"
},
"departure": {
"time": "1772188401"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188440"
},
"departure": {
"time": "1772188440"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188507"
},
"departure": {
"time": "1772188507"
},
"stopId": "GARETERM",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188762"
},
"departure": {
"time": "1772188762"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188835"
},
"departure": {
"time": "1772188835"
},
"stopId": "STAUBIN",
"stopSequence": 30
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257499"
}
}
},
{
"id": "trip:6258433",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185147"
},
"departure": {
"time": "1772185147"
},
"stopId": "HUTREA-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185192"
},
"departure": {
"time": "1772185192"
},
"stopId": "JOLIVE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185238"
},
"departure": {
"time": "1772185238"
},
"stopId": "BELOEI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185289"
},
"departure": {
"time": "1772185289"
},
"stopId": "RTEDAN-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185335"
},
"departure": {
"time": "1772185335"
},
"stopId": "LESROS-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185408"
},
"departure": {
"time": "1772185408"
},
"stopId": "LOUPIN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185474"
},
"departure": {
"time": "1772185474"
},
"stopId": "MASGEM-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772185520"
},
"departure": {
"time": "1772185520"
},
"stopId": "HOSGEM-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185584"
},
"departure": {
"time": "1772185584"
},
"stopId": "CLOS9-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185631"
},
"departure": {
"time": "1772185631"
},
"stopId": "VANRIE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185685"
},
"departure": {
"time": "1772185685"
},
"stopId": "PORTSG-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185714"
},
"departure": {
"time": "1772185714"
},
"stopId": "LECHEN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185769"
},
"stopId": "ROMORNA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258433"
}
}
},
{
"id": "trip:6544191",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185560"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185680"
},
"departure": {
"time": "1772185680"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185771"
},
"departure": {
"time": "1772185771"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185924"
},
"departure": {
"time": "1772185924"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186000"
},
"departure": {
"time": "1772186000"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186158"
},
"departure": {
"time": "1772186158"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186237"
},
"departure": {
"time": "1772186237"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186310"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544191"
}
}
},
{
"id": "trip:6258649",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185125"
},
"departure": {
"time": "1772185142"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772185185"
},
"departure": {
"time": "1772185201"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185233"
},
"departure": {
"time": "1772185233"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185327"
},
"departure": {
"time": "1772185327"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185485"
},
"departure": {
"time": "1772185485"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772185530"
},
"departure": {
"time": "1772185530"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185575"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258649"
}
}
},
{
"id": "trip:6258725",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187480"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187509"
},
"departure": {
"time": "1772187509"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187560"
},
"departure": {
"time": "1772187560"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187626"
},
"departure": {
"time": "1772187626"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187697"
},
"departure": {
"time": "1772187697"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187786"
},
"departure": {
"time": "1772187786"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187857"
},
"departure": {
"time": "1772187857"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187989"
},
"departure": {
"time": "1772187989"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188088"
},
"departure": {
"time": "1772188088"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187720"
},
"departure": {
"time": "1772187720"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187808"
},
"departure": {
"time": "1772187808"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187847"
},
"departure": {
"time": "1772187847"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187895"
},
"departure": {
"time": "1772187895"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187948"
},
"departure": {
"time": "1772187948"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188007"
},
"departure": {
"time": "1772188007"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772188113"
},
"departure": {
"time": "1772188113"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772188169"
},
"departure": {
"time": "1772188169"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772188245"
},
"departure": {
"time": "1772188245"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772188280"
},
"departure": {
"time": "1772188280"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772188339"
},
"departure": {
"time": "1772188339"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772188384"
},
"departure": {
"time": "1772188384"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772188454"
},
"departure": {
"time": "1772188454"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772188539"
},
"departure": {
"time": "1772188539"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772188598"
},
"departure": {
"time": "1772188598"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772188647"
},
"departure": {
"time": "1772188647"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188692"
},
"departure": {
"time": "1772188692"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188769"
},
"departure": {
"time": "1772188769"
},
"stopId": "ECLATERI",
"stopSequence": 26
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258725"
}
}
},
{
"id": "trip:6544927",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185280"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544927"
}
}
},
{
"id": "trip:6257601",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188140"
},
"stopId": "PROVINS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188213"
},
"departure": {
"time": "1772188213"
},
"stopId": "RTEPARIS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188320"
},
"departure": {
"time": "1772188320"
},
"stopId": "DEBUMONP",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188378"
},
"departure": {
"time": "1772188378"
},
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188427"
},
"departure": {
"time": "1772188427"
},
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188500"
},
"departure": {
"time": "1772188500"
},
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188570"
},
"departure": {
"time": "1772188570"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188616"
},
"departure": {
"time": "1772188616"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188651"
},
"departure": {
"time": "1772188651"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188737"
},
"departure": {
"time": "1772188737"
},
"stopId": "RAMON",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188679"
},
"departure": {
"time": "1772188679"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLANT",
"stopSequence": 13
},
{
"arrival": {
"time": "1772188786"
},
"departure": {
"time": "1772188786"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOUER",
"stopSequence": 14
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257601"
}
}
},
{
"id": "trip:6544931",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187420"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187521"
},
"departure": {
"time": "1772187521"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187630"
},
"departure": {
"time": "1772187630"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187711"
},
"departure": {
"time": "1772187711"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187804"
},
"departure": {
"time": "1772187804"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187914"
},
"departure": {
"time": "1772187914"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188090"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544931"
}
}
},
{
"id": "trip:6540938",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185194"
},
"departure": {
"time": "1772185194"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185290"
},
"departure": {
"time": "1772185290"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185400"
},
"departure": {
"time": "1772185400"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185520"
},
"departure": {
"time": "1772185520"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185630"
},
"departure": {
"time": "1772185630"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185720"
},
"departure": {
"time": "1772185720"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185820"
},
"departure": {
"time": "1772185820"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185920"
},
"departure": {
"time": "1772185920"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185980"
},
"departure": {
"time": "1772185980"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186080"
},
"departure": {
"time": "1772186080"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772186180"
},
"departure": {
"time": "1772186180"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186270"
},
"departure": {
"time": "1772186270"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186390"
},
"departure": {
"time": "1772186390"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186480"
},
"departure": {
"time": "1772186480"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186600"
},
"departure": {
"time": "1772186600"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186680"
},
"departure": {
"time": "1772186680"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186800"
},
"departure": {
"time": "1772186800"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186890"
},
"departure": {
"time": "1772186890"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187040"
},
"departure": {
"time": "1772187040"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187140"
},
"departure": {
"time": "1772187140"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187220"
},
"departure": {
"time": "1772187220"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187310"
},
"departure": {
"time": "1772187310"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187390"
},
"departure": {
"time": "1772187390"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187480"
},
"departure": {
"time": "1772187480"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187560"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540938"
}
}
},
{
"id": "trip:6260110",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185141"
},
"departure": {
"time": "1772185141"
},
"stopId": "GAREBO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185171"
},
"departure": {
"time": "1772185171"
},
"stopId": "PONTLA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185201"
},
"departure": {
"time": "1772185201"
},
"stopId": "LAPOIN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772185216"
},
"departure": {
"time": "1772185216"
},
"stopId": "RANGEA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772185259"
},
"departure": {
"time": "1772185259"
},
"stopId": "VIGNES-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772185329"
},
"stopId": "CHANTOUR",
"stopSequence": 52
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260110"
}
}
},
{
"id": "trip:6259994",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188380"
},
"stopId": "LATOLL",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188437"
},
"departure": {
"time": "1772188437"
},
"stopId": "ECHATS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188478"
},
"departure": {
"time": "1772188478"
},
"stopId": "CITRONNL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188525"
},
"departure": {
"time": "1772188525"
},
"stopId": "MONOD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"stopId": "CERFEUIL",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188621"
},
"departure": {
"time": "1772188621"
},
"stopId": "PROMENIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188662"
},
"departure": {
"time": "1772188662"
},
"stopId": "GRANBELL",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188702"
},
"departure": {
"time": "1772188702"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188740"
},
"departure": {
"time": "1772188740"
},
"stopId": "BRGPAILL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188822"
},
"departure": {
"time": "1772188822"
},
"stopId": "LANDREAU",
"stopSequence": 9
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6259994"
}
}
},
{
"id": "trip:6258461",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185141"
},
"departure": {
"time": "1772185141"
},
"stopId": "RTSORGES",
"stopSequence": 49
},
{
"arrival": {
"time": "1772185213"
},
"departure": {
"time": "1772185213"
},
"stopId": "SORGES",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258461"
}
}
},
{
"id": "trip:6544996",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187660"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187832"
},
"departure": {
"time": "1772187832"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187940"
},
"departure": {
"time": "1772187940"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188032"
},
"departure": {
"time": "1772188032"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188110"
},
"departure": {
"time": "1772188110"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188207"
},
"departure": {
"time": "1772188207"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188300"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544996"
}
}
},
{
"id": "trip:6257941",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186460"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186546"
},
"departure": {
"time": "1772186546"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186590"
},
"departure": {
"time": "1772186590"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186627"
},
"departure": {
"time": "1772186627"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186654"
},
"departure": {
"time": "1772186654"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186760"
},
"departure": {
"time": "1772186760"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186805"
},
"departure": {
"time": "1772186805"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186866"
},
"departure": {
"time": "1772186866"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186909"
},
"departure": {
"time": "1772186909"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1772186956"
},
"departure": {
"time": "1772186956"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187000"
},
"departure": {
"time": "1772187000"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187055"
},
"departure": {
"time": "1772187055"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187109"
},
"departure": {
"time": "1772187109"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187175"
},
"departure": {
"time": "1772187175"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187250"
},
"departure": {
"time": "1772187250"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187309"
},
"departure": {
"time": "1772187309"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187360"
},
"departure": {
"time": "1772187360"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187432"
},
"departure": {
"time": "1772187432"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187515"
},
"departure": {
"time": "1772187515"
},
"stopId": "ARCEAU",
"stopSequence": 18
},
{
"arrival": {
"time": "1772187574"
},
"departure": {
"time": "1772187574"
},
"stopId": "AFPA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187645"
},
"departure": {
"time": "1772187645"
},
"stopId": "CIMETIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187741"
},
"departure": {
"time": "1772187741"
},
"stopId": "MONTAIG",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187782"
},
"departure": {
"time": "1772187782"
},
"stopId": "GARDOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187840"
},
"departure": {
"time": "1772187840"
},
"stopId": "STEXUPER",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187907"
},
"departure": {
"time": "1772187907"
},
"stopId": "SECUSOCI",
"stopSequence": 24
},
{
"arrival": {
"time": "1772188027"
},
"departure": {
"time": "1772188027"
},
"stopId": "MAIL-NAE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772188080"
},
"departure": {
"time": "1772188140"
},
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1772188227"
},
"departure": {
"time": "1772188227"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772188269"
},
"departure": {
"time": "1772188269"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772188380"
},
"departure": {
"time": "1772188380"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772188482"
},
"departure": {
"time": "1772188482"
},
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772188549"
},
"departure": {
"time": "1772188549"
},
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772188591"
},
"departure": {
"time": "1772188591"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772188712"
},
"departure": {
"time": "1772188712"
},
"stopId": "LEQUAI-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188752"
},
"departure": {
"time": "1772188752"
},
"stopId": "DUMESN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188740"
},
"departure": {
"time": "1772188740"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188793"
},
"departure": {
"time": "1772188793"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 36
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257941"
}
}
},
{
"id": "trip:6260089",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185180"
},
"departure": {
"time": "1772185211"
},
"stopId": "LEQUAI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185261"
},
"departure": {
"time": "1772185261"
},
"stopId": "MONPR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185317"
},
"departure": {
"time": "1772185317"
},
"stopId": "DESCAZ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185395"
},
"departure": {
"time": "1772185395"
},
"stopId": "BICHBI-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185429"
},
"departure": {
"time": "1772185429"
},
"stopId": "STTHER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185504"
},
"departure": {
"time": "1772185504"
},
"stopId": "BARRA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185559"
},
"departure": {
"time": "1772185559"
},
"stopId": "BLERIO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772185648"
},
"departure": {
"time": "1772185648"
},
"stopId": "LECUIT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772185688"
},
"departure": {
"time": "1772185688"
},
"stopId": "FRATE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772185758"
},
"departure": {
"time": "1772185758"
},
"stopId": "CHARNA-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772185825"
},
"departure": {
"time": "1772185825"
},
"stopId": "ESEO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772185861"
},
"departure": {
"time": "1772185861"
},
"stopId": "WJMOU",
"stopSequence": 48
},
{
"arrival": {
"time": "1772185947"
},
"departure": {
"time": "1772185947"
},
"stopId": "FMEDEC-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772186004"
},
"departure": {
"time": "1772186004"
},
"stopId": "HRECUL-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772186100"
},
"stopId": "HOPITAL",
"stopSequence": 52
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260089"
}
}
},
{
"id": "trip:6541253",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185160"
},
"departure": {
"time": "1772185196"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185210"
},
"departure": {
"time": "1772185210"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185290"
},
"departure": {
"time": "1772185290"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185380"
},
"departure": {
"time": "1772185380"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185470"
},
"departure": {
"time": "1772185470"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185580"
},
"departure": {
"time": "1772185580"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185740"
},
"departure": {
"time": "1772185740"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185830"
},
"departure": {
"time": "1772185830"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185950"
},
"departure": {
"time": "1772185950"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772186030"
},
"departure": {
"time": "1772186030"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772186150"
},
"departure": {
"time": "1772186150"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186240"
},
"departure": {
"time": "1772186240"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186360"
},
"departure": {
"time": "1772186360"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186470"
},
"departure": {
"time": "1772186470"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186570"
},
"departure": {
"time": "1772186570"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186640"
},
"departure": {
"time": "1772186640"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186710"
},
"departure": {
"time": "1772186710"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186820"
},
"departure": {
"time": "1772186820"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186910"
},
"departure": {
"time": "1772186910"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187010"
},
"departure": {
"time": "1772187010"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187110"
},
"departure": {
"time": "1772187110"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187220"
},
"departure": {
"time": "1772187220"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187330"
},
"departure": {
"time": "1772187330"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187450"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541253"
}
}
},
{
"id": "trip:6257459",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186400"
},
"stopId": "EXPO-ZI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186457"
},
"departure": {
"time": "1772186457"
},
"stopId": "POULARDE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186520"
},
"departure": {
"time": "1772186640"
},
"stopId": "POLE49",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186703"
},
"departure": {
"time": "1772186703"
},
"stopId": "HELBOU",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186738"
},
"departure": {
"time": "1772186738"
},
"stopId": "COLOMB",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186775"
},
"departure": {
"time": "1772186775"
},
"stopId": "CHANTRI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186820"
},
"departure": {
"time": "1772186820"
},
"stopId": "BOISRINI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186930"
},
"departure": {
"time": "1772186930"
},
"stopId": "COINTREA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772186985"
},
"departure": {
"time": "1772186985"
},
"stopId": "MAISONSR",
"stopSequence": 8
},
{
"arrival": {
"time": "1772187045"
},
"departure": {
"time": "1772187045"
},
"stopId": "GATS",
"stopSequence": 9
},
{
"arrival": {
"time": "1772187112"
},
"departure": {
"time": "1772187112"
},
"stopId": "CAMELI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772187179"
},
"departure": {
"time": "1772187179"
},
"stopId": "MONTREJO",
"stopSequence": 11
},
{
"arrival": {
"time": "1772187240"
},
"departure": {
"time": "1772187240"
},
"stopId": "COUPERIN",
"stopSequence": 12
},
{
"arrival": {
"time": "1772187421"
},
"departure": {
"time": "1772187421"
},
"stopId": "MONTAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772187480"
},
"departure": {
"time": "1772187480"
},
"stopId": "LAREVELL",
"stopSequence": 14
},
{
"arrival": {
"time": "1772187574"
},
"departure": {
"time": "1772187574"
},
"stopId": "MAISARTS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772187644"
},
"departure": {
"time": "1772187644"
},
"stopId": "CLEMOINE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772187733"
},
"departure": {
"time": "1772187733"
},
"stopId": "MAIL-NAE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772187780"
},
"stopId": "LORRAIN2",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "11",
"tripId": "6257459"
}
}
},
{
"id": "trip:6543557",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185740"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185822"
},
"departure": {
"time": "1772185822"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185908"
},
"departure": {
"time": "1772185908"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186080"
},
"departure": {
"time": "1772186080"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186157"
},
"departure": {
"time": "1772186157"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186309"
},
"departure": {
"time": "1772186309"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186400"
},
"departure": {
"time": "1772186400"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186550"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543557"
}
}
},
{
"id": "trip:6260021",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188436"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188560"
},
"departure": {
"time": "1772188560"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188628"
},
"departure": {
"time": "1772188628"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188671"
},
"departure": {
"time": "1772188671"
},
"stopId": "CHDARR-E",
"stopSequence": 3
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6260021"
}
}
},
{
"id": "trip:6052748",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187720"
},
"stopId": "HTDEMURS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187760"
},
"departure": {
"time": "1772187760"
},
"stopId": "LABUISSA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187811"
},
"departure": {
"time": "1772187811"
},
"stopId": "LECOTEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187883"
},
"departure": {
"time": "1772187883"
},
"stopId": "CARMET",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187963"
},
"departure": {
"time": "1772187963"
},
"stopId": "MURSHDV",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187994"
},
"departure": {
"time": "1772187994"
},
"stopId": "LEVESQUE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188072"
},
"departure": {
"time": "1772188072"
},
"stopId": "ERIGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188101"
},
"departure": {
"time": "1772188101"
},
"stopId": "SOLAND",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188140"
},
"departure": {
"time": "1772188140"
},
"stopId": "GDPRESSO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188180"
},
"departure": {
"time": "1772188180"
},
"stopId": "BARBOTER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188223"
},
"departure": {
"time": "1772188223"
},
"stopId": "FONTENE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"stopId": "BRISSAC",
"stopSequence": 11
}
],
"trip": {
"directionId": 0,
"routeId": "23",
"tripId": "6052748"
}
}
},
{
"id": "trip:6257516",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185131"
},
"departure": {
"time": "1772185131"
},
"stopId": "HOTELLER",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185206"
},
"departure": {
"time": "1772185206"
},
"stopId": "INDUSTRI",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185234"
},
"departure": {
"time": "1772185234"
},
"stopId": "SAVOIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185304"
},
"departure": {
"time": "1772185304"
},
"stopId": "DOYENNE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185376"
},
"departure": {
"time": "1772185376"
},
"stopId": "CITESOLI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185512"
},
"departure": {
"time": "1772185512"
},
"stopId": "CARCITR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185567"
},
"departure": {
"time": "1772185567"
},
"stopId": "FFAURE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185676"
},
"departure": {
"time": "1772185676"
},
"stopId": "FACUL-SS",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185692"
},
"departure": {
"time": "1772185692"
},
"stopId": "BDEMAINE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185835"
},
"departure": {
"time": "1772185835"
},
"stopId": "TALET",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186054"
},
"departure": {
"time": "1772186054"
},
"stopId": "MENDESFR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186246"
},
"departure": {
"time": "1772186246"
},
"stopId": "FO-LOR-R",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186365"
},
"departure": {
"time": "1772186365"
},
"stopId": "STAUBI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186414"
},
"departure": {
"time": "1772186414"
},
"stopId": "HARAS-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186512"
},
"departure": {
"time": "1772186512"
},
"stopId": "LESGAR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186622"
},
"departure": {
"time": "1772186622"
},
"stopId": "SEMARD-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186657"
},
"departure": {
"time": "1772186657"
},
"stopId": "PONTNO-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186704"
},
"departure": {
"time": "1772186704"
},
"stopId": "POIREL-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186760"
},
"departure": {
"time": "1772186760"
},
"stopId": "VAUBAN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186839"
},
"departure": {
"time": "1772186839"
},
"stopId": "CHANZY-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186899"
},
"departure": {
"time": "1772186899"
},
"stopId": "LAFAYE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186985"
},
"departure": {
"time": "1772186985"
},
"stopId": "MIRABE-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187040"
},
"departure": {
"time": "1772187040"
},
"stopId": "CESARG-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187079"
},
"departure": {
"time": "1772187079"
},
"stopId": "BLANDE-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187135"
},
"departure": {
"time": "1772187135"
},
"stopId": "MUTUAL-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187207"
},
"departure": {
"time": "1772187207"
},
"stopId": "VILLES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187256"
},
"departure": {
"time": "1772187256"
},
"stopId": "VIVIER-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187319"
},
"departure": {
"time": "1772187319"
},
"stopId": "MARIAN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187370"
},
"departure": {
"time": "1772187370"
},
"stopId": "LINOVE-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187409"
},
"departure": {
"time": "1772187409"
},
"stopId": "DANGEL-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187469"
},
"departure": {
"time": "1772187469"
},
"stopId": "ATHLET-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187513"
},
"departure": {
"time": "1772187513"
},
"stopId": "DIONNE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187559"
},
"departure": {
"time": "1772187559"
},
"stopId": "GENDRO-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772187603"
},
"departure": {
"time": "1772187603"
},
"stopId": "CHESNA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772187651"
},
"departure": {
"time": "1772187651"
},
"stopId": "GIRAD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772187746"
},
"departure": {
"time": "1772187746"
},
"stopId": "FRANVILL",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187799"
},
"departure": {
"time": "1772187799"
},
"stopId": "GGESSAND",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187846"
},
"departure": {
"time": "1772187846"
},
"stopId": "MACURIE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187889"
},
"departure": {
"time": "1772187889"
},
"stopId": "JEROSTAN",
"stopSequence": 45
},
{
"arrival": {
"time": "1772187933"
},
"departure": {
"time": "1772187933"
},
"stopId": "RONCIERE",
"stopSequence": 46
},
{
"arrival": {
"time": "1772187975"
},
"departure": {
"time": "1772187975"
},
"stopId": "GUILLE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188040"
},
"departure": {
"time": "1772188040"
},
"stopId": "BAUDRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188156"
},
"stopId": "MOULINMA",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257516"
}
}
},
{
"id": "trip:6258462",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185142"
},
"departure": {
"time": "1772185188"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185233"
},
"departure": {
"time": "1772185233"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185322"
},
"departure": {
"time": "1772185322"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185372"
},
"departure": {
"time": "1772185372"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185500"
},
"departure": {
"time": "1772185500"
},
"stopId": "MONGAZ-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185569"
},
"departure": {
"time": "1772185569"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185594"
},
"departure": {
"time": "1772185594"
},
"stopId": "STLEON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772185691"
},
"departure": {
"time": "1772185691"
},
"stopId": "CORMI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185740"
},
"departure": {
"time": "1772185740"
},
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185863"
},
"departure": {
"time": "1772185863"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185950"
},
"departure": {
"time": "1772185950"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772186006"
},
"departure": {
"time": "1772186006"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186077"
},
"departure": {
"time": "1772186077"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186129"
},
"departure": {
"time": "1772186129"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186174"
},
"departure": {
"time": "1772186174"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186240"
},
"departure": {
"time": "1772186240"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186344"
},
"departure": {
"time": "1772186344"
},
"stopId": "JEBOUT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186396"
},
"departure": {
"time": "1772186396"
},
"stopId": "BAUDRA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186470"
},
"stopId": "MOULINMA",
"stopSequence": 48
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258462"
}
}
},
{
"id": "trip:6543559",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186940"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187022"
},
"departure": {
"time": "1772187022"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187108"
},
"departure": {
"time": "1772187108"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187280"
},
"departure": {
"time": "1772187280"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187357"
},
"departure": {
"time": "1772187357"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187509"
},
"departure": {
"time": "1772187509"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772187600"
},
"departure": {
"time": "1772187600"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772187750"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543559"
}
}
},
{
"id": "trip:6544448",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772186040"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772186220"
},
"departure": {
"time": "1772186220"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772186342"
},
"departure": {
"time": "1772186342"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772186400"
},
"departure": {
"time": "1772186400"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772186462"
},
"departure": {
"time": "1772186462"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772186535"
},
"departure": {
"time": "1772186535"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772186590"
},
"departure": {
"time": "1772186590"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772186760"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544448"
}
}
},
{
"id": "trip:6258702",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185189"
},
"departure": {
"time": "1772185189"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185239"
},
"departure": {
"time": "1772185239"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185328"
},
"departure": {
"time": "1772185328"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185399"
},
"departure": {
"time": "1772185399"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185531"
},
"departure": {
"time": "1772185531"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185630"
},
"departure": {
"time": "1772185630"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185200"
},
"departure": {
"time": "1772185200"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185288"
},
"departure": {
"time": "1772185288"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185327"
},
"departure": {
"time": "1772185327"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185375"
},
"departure": {
"time": "1772185375"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185428"
},
"departure": {
"time": "1772185428"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185487"
},
"departure": {
"time": "1772185487"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772185655"
},
"departure": {
"time": "1772185655"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772185715"
},
"departure": {
"time": "1772185715"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185791"
},
"departure": {
"time": "1772185791"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772185826"
},
"departure": {
"time": "1772185826"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772185885"
},
"departure": {
"time": "1772185885"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772185930"
},
"departure": {
"time": "1772185930"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186000"
},
"departure": {
"time": "1772186000"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186085"
},
"departure": {
"time": "1772186085"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186146"
},
"departure": {
"time": "1772186146"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186195"
},
"departure": {
"time": "1772186195"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186248"
},
"departure": {
"time": "1772186248"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186338"
},
"departure": {
"time": "1772186338"
},
"stopId": "ECLATERI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186444"
},
"departure": {
"time": "1772186444"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186481"
},
"departure": {
"time": "1772186481"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772186557"
},
"departure": {
"time": "1772186557"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772186625"
},
"departure": {
"time": "1772186625"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772186664"
},
"departure": {
"time": "1772186664"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772186743"
},
"departure": {
"time": "1772186743"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772186801"
},
"departure": {
"time": "1772186801"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772186851"
},
"departure": {
"time": "1772186851"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772186992"
},
"departure": {
"time": "1772186992"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187047"
},
"departure": {
"time": "1772187047"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187118"
},
"departure": {
"time": "1772187118"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187214"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258702"
}
}
},
{
"id": "trip:6258114",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185157"
},
"departure": {
"time": "1772185157"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772185232"
},
"departure": {
"time": "1772185232"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1772185249"
},
"departure": {
"time": "1772185249"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772185320"
},
"departure": {
"time": "1772185320"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772185384"
},
"departure": {
"time": "1772185384"
},
"stopId": "NERUDA",
"stopSequence": 29
},
{
"arrival": {
"time": "1772185434"
},
"departure": {
"time": "1772185434"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1772185491"
},
"departure": {
"time": "1772185491"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1772185540"
},
"departure": {
"time": "1772185540"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1772185608"
},
"departure": {
"time": "1772185608"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772185680"
},
"departure": {
"time": "1772185680"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1772185744"
},
"departure": {
"time": "1772185744"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185776"
},
"departure": {
"time": "1772185776"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1772185801"
},
"departure": {
"time": "1772185801"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185853"
},
"departure": {
"time": "1772185853"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185901"
},
"departure": {
"time": "1772185901"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185933"
},
"departure": {
"time": "1772185933"
},
"stopId": "MAJUIN5A",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185982"
},
"departure": {
"time": "1772185982"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772186040"
},
"departure": {
"time": "1772186040"
},
"stopId": "GAUBOU5A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772186127"
},
"departure": {
"time": "1772186127"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186207"
},
"departure": {
"time": "1772186207"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186267"
},
"departure": {
"time": "1772186267"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186342"
},
"departure": {
"time": "1772186342"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186376"
},
"departure": {
"time": "1772186376"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186436"
},
"departure": {
"time": "1772186436"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1772186475"
},
"departure": {
"time": "1772186475"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1772186523"
},
"departure": {
"time": "1772186523"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772186598"
},
"departure": {
"time": "1772186598"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772186645"
},
"departure": {
"time": "1772186645"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772186821"
},
"departure": {
"time": "1772186821"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772186861"
},
"departure": {
"time": "1772186861"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772186915"
},
"departure": {
"time": "1772186915"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772186966"
},
"departure": {
"time": "1772186966"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772187028"
},
"departure": {
"time": "1772187028"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772187065"
},
"departure": {
"time": "1772187065"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772187121"
},
"departure": {
"time": "1772187121"
},
"stopId": "LECLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772187162"
},
"departure": {
"time": "1772187162"
},
"stopId": "CAMUS-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772187206"
},
"departure": {
"time": "1772187206"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772187300"
},
"departure": {
"time": "1772187300"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772187363"
},
"departure": {
"time": "1772187363"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772187401"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258114"
}
}
},
{
"id": "trip:6257940",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185237"
},
"departure": {
"time": "1772185237"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185292"
},
"departure": {
"time": "1772185292"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185336"
},
"departure": {
"time": "1772185336"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185373"
},
"departure": {
"time": "1772185373"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185400"
},
"departure": {
"time": "1772185400"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185506"
},
"departure": {
"time": "1772185506"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185551"
},
"departure": {
"time": "1772185551"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185612"
},
"departure": {
"time": "1772185612"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185655"
},
"departure": {
"time": "1772185655"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185702"
},
"departure": {
"time": "1772185702"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185746"
},
"departure": {
"time": "1772185746"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185801"
},
"departure": {
"time": "1772185801"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185855"
},
"departure": {
"time": "1772185855"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772185921"
},
"departure": {
"time": "1772185921"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772185996"
},
"departure": {
"time": "1772185996"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186055"
},
"departure": {
"time": "1772186055"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186106"
},
"departure": {
"time": "1772186106"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186178"
},
"departure": {
"time": "1772186178"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186261"
},
"departure": {
"time": "1772186261"
},
"stopId": "ARCEAU",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186320"
},
"departure": {
"time": "1772186320"
},
"stopId": "AFPA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186391"
},
"departure": {
"time": "1772186391"
},
"stopId": "CIMETIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186487"
},
"departure": {
"time": "1772186487"
},
"stopId": "MONTAIG",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186528"
},
"departure": {
"time": "1772186528"
},
"stopId": "GARDOT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772186585"
},
"departure": {
"time": "1772186585"
},
"stopId": "STEXUPER",
"stopSequence": 23
},
{
"arrival": {
"time": "1772186651"
},
"departure": {
"time": "1772186651"
},
"stopId": "SECUSOCI",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186771"
},
"departure": {
"time": "1772186771"
},
"stopId": "MAIL-NAE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772186824"
},
"departure": {
"time": "1772186824"
},
"stopId": "FO-LOR-R",
"stopSequence": 26
},
{
"arrival": {
"time": "1772186907"
},
"departure": {
"time": "1772186907"
},
"stopId": "STAUBI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772186949"
},
"departure": {
"time": "1772186949"
},
"stopId": "HARAS-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187060"
},
"departure": {
"time": "1772187060"
},
"stopId": "LESGAR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187162"
},
"departure": {
"time": "1772187162"
},
"stopId": "BREMON-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187229"
},
"departure": {
"time": "1772187229"
},
"stopId": "ACAD-PLA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187271"
},
"departure": {
"time": "1772187271"
},
"stopId": "CHDARR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187392"
},
"departure": {
"time": "1772187392"
},
"stopId": "LEQUAI-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772187432"
},
"departure": {
"time": "1772187432"
},
"stopId": "DUMESN-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772187420"
},
"departure": {
"time": "1772187420"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772187473"
},
"departure": {
"time": "1772187473"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772187532"
},
"departure": {
"time": "1772187532"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772187660"
},
"departure": {
"time": "1772187660"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772187534"
},
"departure": {
"time": "1772187534"
},
"stopId": "SAJACQ-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772187603"
},
"departure": {
"time": "1772187603"
},
"stopId": "FARCSJ-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772187699"
},
"departure": {
"time": "1772187699"
},
"stopId": "MVIGNE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772187770"
},
"departure": {
"time": "1772187770"
},
"stopId": "CHBBEI-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772187825"
},
"departure": {
"time": "1772187825"
},
"stopId": "BOISRA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772187891"
},
"departure": {
"time": "1772187891"
},
"stopId": "NDAMLA-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772187954"
},
"departure": {
"time": "1772187954"
},
"stopId": "POLYTE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772188010"
},
"departure": {
"time": "1772188010"
},
"stopId": "CITEUN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772188081"
},
"departure": {
"time": "1772188081"
},
"stopId": "RESTUN-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772188136"
},
"departure": {
"time": "1772188136"
},
"stopId": "I.U.T.-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772188250"
},
"departure": {
"time": "1772188250"
},
"stopId": "BBCAMT-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772188286"
},
"departure": {
"time": "1772188286"
},
"stopId": "LENOT-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772188310"
},
"departure": {
"time": "1772188310"
},
"stopId": "MOREL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772188338"
},
"departure": {
"time": "1772188338"
},
"stopId": "INRA-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772188375"
},
"departure": {
"time": "1772188375"
},
"stopId": "GDPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772188406"
},
"departure": {
"time": "1772188406"
},
"stopId": "LANDRE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772188490"
},
"departure": {
"time": "1772188490"
},
"stopId": "BRGPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772188514"
},
"departure": {
"time": "1772188514"
},
"stopId": "RODIN-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772188543"
},
"departure": {
"time": "1772188543"
},
"stopId": "GRANBE-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772188580"
},
"departure": {
"time": "1772188580"
},
"stopId": "PROME-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772188622"
},
"departure": {
"time": "1772188622"
},
"stopId": "CERFEU-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772188679"
},
"departure": {
"time": "1772188679"
},
"stopId": "LASOUR-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772188732"
},
"departure": {
"time": "1772188732"
},
"stopId": "ROUAIR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772188793"
},
"departure": {
"time": "1772188793"
},
"stopId": "VAURAG-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772188836"
},
"departure": {
"time": "1772188836"
},
"stopId": "PRIEUR-E",
"stopSequence": 63
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257940"
}
}
},
{
"id": "trip:6544194",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772187360"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772187480"
},
"departure": {
"time": "1772187480"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772187571"
},
"departure": {
"time": "1772187571"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772187724"
},
"departure": {
"time": "1772187724"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772187800"
},
"departure": {
"time": "1772187800"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772187958"
},
"departure": {
"time": "1772187958"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188037"
},
"departure": {
"time": "1772188037"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188110"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544194"
}
}
},
{
"id": "trip:6053993",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185440"
},
"stopId": "CHANTOUR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185480"
},
"departure": {
"time": "1772185480"
},
"stopId": "VIGNES",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185511"
},
"departure": {
"time": "1772185511"
},
"stopId": "RANGEARD",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185533"
},
"departure": {
"time": "1772185533"
},
"stopId": "LAPOINTE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185573"
},
"departure": {
"time": "1772185573"
},
"stopId": "PONTLAIT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185612"
},
"departure": {
"time": "1772185612"
},
"stopId": "GAREBOUC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185649"
},
"departure": {
"time": "1772185649"
},
"stopId": "CAMPBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185680"
},
"departure": {
"time": "1772185680"
},
"stopId": "BOUCHEM",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185734"
},
"departure": {
"time": "1772185734"
},
"stopId": "CHEVRIER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185771"
},
"departure": {
"time": "1772185771"
},
"stopId": "PETPORT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185855"
},
"departure": {
"time": "1772185855"
},
"stopId": "HAUBOUCH",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185920"
},
"departure": {
"time": "1772185920"
},
"stopId": "ARTAUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185977"
},
"departure": {
"time": "1772185977"
},
"stopId": "PIVERDIE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186035"
},
"departure": {
"time": "1772186035"
},
"stopId": "CHATAIGN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186070"
},
"departure": {
"time": "1772186070"
},
"stopId": "CLOSVI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186100"
},
"departure": {
"time": "1772186100"
},
"stopId": "VALMAI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186168"
},
"departure": {
"time": "1772186168"
},
"stopId": "PETVIVIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772186241"
},
"departure": {
"time": "1772186241"
},
"stopId": "PRUNIERS",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186274"
},
"departure": {
"time": "1772186274"
},
"stopId": "CROISETT",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186375"
},
"departure": {
"time": "1772186375"
},
"stopId": "CAMLACMA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772186419"
},
"departure": {
"time": "1772186419"
},
"stopId": "LACDMAIN",
"stopSequence": 20
},
{
"arrival": {
"time": "1772186463"
},
"departure": {
"time": "1772186463"
},
"stopId": "MAISENVI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772186520"
},
"departure": {
"time": "1772186520"
},
"stopId": "GDMAINE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187345"
},
"departure": {
"time": "1772187345"
},
"stopId": "CHDARR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187346"
},
"departure": {
"time": "1772187346"
},
"stopId": "ACAD-PLA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772186920"
},
"departure": {
"time": "1772186920"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187394"
},
"departure": {
"time": "1772187394"
},
"stopId": "ACADEMIE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187448"
},
"departure": {
"time": "1772187448"
},
"stopId": "GBREM-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187510"
},
"stopId": "GAREPAPI",
"stopSequence": 28
}
],
"trip": {
"directionId": 0,
"routeId": "22",
"tripId": "6053993"
}
}
},
{
"id": "trip:6257504",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188440"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188552"
},
"departure": {
"time": "1772188552"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "GUILLEB.",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188649"
},
"departure": {
"time": "1772188649"
},
"stopId": "RONCIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188682"
},
"departure": {
"time": "1772188682"
},
"stopId": "JEROST-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188711"
},
"departure": {
"time": "1772188711"
},
"stopId": "MACURI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188740"
},
"departure": {
"time": "1772188740"
},
"stopId": "GGSAND-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188795"
},
"departure": {
"time": "1772188795"
},
"stopId": "FRANVI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257504"
}
}
},
{
"id": "trip:6257898",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772185222"
},
"departure": {
"time": "1772185222"
},
"stopId": "CHDARR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772185319"
},
"departure": {
"time": "1772185319"
},
"stopId": "ACADEMIE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772185367"
},
"departure": {
"time": "1772185367"
},
"stopId": "GBREM-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772185460"
},
"departure": {
"time": "1772185460"
},
"stopId": "GARETERM",
"stopSequence": 38
},
{
"arrival": {
"time": "1772185506"
},
"departure": {
"time": "1772185506"
},
"stopId": "LESGARES",
"stopSequence": 39
},
{
"arrival": {
"time": "1772185628"
},
"departure": {
"time": "1772185628"
},
"stopId": "HARAS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772185701"
},
"departure": {
"time": "1772185701"
},
"stopId": "STAUBIN",
"stopSequence": 41
},
{
"arrival": {
"time": "1772185751"
},
"departure": {
"time": "1772185860"
},
"stopId": "LOR-FO-A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772185913"
},
"departure": {
"time": "1772185913"
},
"stopId": "MAIL-HDV",
"stopSequence": 43
},
{
"arrival": {
"time": "1772186000"
},
"departure": {
"time": "1772186000"
},
"stopId": "SECUSO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772186040"
},
"departure": {
"time": "1772186040"
},
"stopId": "STEXUP-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772186113"
},
"departure": {
"time": "1772186113"
},
"stopId": "GARDOT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772186136"
},
"departure": {
"time": "1772186136"
},
"stopId": "MONTAI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772186215"
},
"departure": {
"time": "1772186215"
},
"stopId": "CIMETI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772186282"
},
"departure": {
"time": "1772186282"
},
"stopId": "AFPA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772186325"
},
"departure": {
"time": "1772186325"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772186371"
},
"departure": {
"time": "1772186371"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772186460"
},
"departure": {
"time": "1772186460"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772186518"
},
"departure": {
"time": "1772186518"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772186572"
},
"departure": {
"time": "1772186572"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772186642"
},
"departure": {
"time": "1772186642"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772186704"
},
"departure": {
"time": "1772186704"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772186764"
},
"departure": {
"time": "1772186764"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772186820"
},
"departure": {
"time": "1772186820"
},
"stopId": "STADE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772186871"
},
"departure": {
"time": "1772186871"
},
"stopId": "PELLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772186911"
},
"departure": {
"time": "1772186911"
},
"stopId": "CEEQUE-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772186952"
},
"departure": {
"time": "1772186952"
},
"stopId": "MORLIE-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772187020"
},
"departure": {
"time": "1772187020"
},
"stopId": "WALCOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772187060"
},
"departure": {
"time": "1772187060"
},
"stopId": "JAUDET-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772187149"
},
"departure": {
"time": "1772187149"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772187176"
},
"departure": {
"time": "1772187176"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772187199"
},
"departure": {
"time": "1772187199"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772187235"
},
"departure": {
"time": "1772187235"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772187300"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257898"
}
}
},
{
"id": "trip:6543561",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772188140"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772188222"
},
"departure": {
"time": "1772188222"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188308"
},
"departure": {
"time": "1772188308"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188480"
},
"departure": {
"time": "1772188480"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188557"
},
"departure": {
"time": "1772188557"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188709"
},
"departure": {
"time": "1772188709"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188800"
},
"departure": {
"time": "1772188800"
},
"stopId": "2CONS",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543561"
}
}
},
{
"id": "trip:6257714",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772185424"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1772185434"
},
"departure": {
"time": "1772185434"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1772185544"
},
"departure": {
"time": "1772185544"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772185593"
},
"departure": {
"time": "1772185593"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772185627"
},
"departure": {
"time": "1772185627"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772185693"
},
"departure": {
"time": "1772185693"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772185724"
},
"departure": {
"time": "1772185724"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772185763"
},
"departure": {
"time": "1772185763"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1772185825"
},
"departure": {
"time": "1772185825"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772185856"
},
"departure": {
"time": "1772185856"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772185891"
},
"departure": {
"time": "1772185891"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772185947"
},
"departure": {
"time": "1772185947"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772185998"
},
"departure": {
"time": "1772185998"
},
"stopId": "MAISLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772186033"
},
"departure": {
"time": "1772186033"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772186091"
},
"departure": {
"time": "1772186091"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772186918"
},
"departure": {
"time": "1772186918"
},
"stopId": "CHDARR",
"stopSequence": 15
},
{
"arrival": {
"time": "1772186919"
},
"departure": {
"time": "1772186919"
},
"stopId": "ACAD-PLA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772185800"
},
"departure": {
"time": "1772185800"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772186933"
},
"departure": {
"time": "1772186933"
},
"stopId": "ACADEMIE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772186955"
},
"departure": {
"time": "1772186955"
},
"stopId": "GBREM-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772187045"
},
"departure": {
"time": "1772187045"
},
"stopId": "GARETERM",
"stopSequence": 20
},
{
"arrival": {
"time": "1772187090"
},
"departure": {
"time": "1772187090"
},
"stopId": "LESGARES",
"stopSequence": 21
},
{
"arrival": {
"time": "1772187212"
},
"departure": {
"time": "1772187212"
},
"stopId": "HARAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772187281"
},
"departure": {
"time": "1772187281"
},
"stopId": "STAUBIN",
"stopSequence": 23
},
{
"arrival": {
"time": "1772187331"
},
"departure": {
"time": "1772187331"
},
"stopId": "LOR-FO-A",
"stopSequence": 24
},
{
"arrival": {
"time": "1772187516"
},
"departure": {
"time": "1772187516"
},
"stopId": "MENDES-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772187631"
},
"departure": {
"time": "1772187631"
},
"stopId": "SAVARY-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772187668"
},
"departure": {
"time": "1772187668"
},
"stopId": "MUSSET-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772187747"
},
"departure": {
"time": "1772187747"
},
"stopId": "LUTIN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772187815"
},
"departure": {
"time": "1772187815"
},
"stopId": "MACE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772187831"
},
"departure": {
"time": "1772187831"
},
"stopId": "DESJAR-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772187912"
},
"departure": {
"time": "1772187912"
},
"stopId": "BRISEP-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772187979"
},
"departure": {
"time": "1772187979"
},
"stopId": "MIMOSA-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772187997"
},
"departure": {
"time": "1772187997"
},
"stopId": "CHATEN-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772188090"
},
"departure": {
"time": "1772188090"
},
"stopId": "SOLELE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772188165"
},
"departure": {
"time": "1772188165"
},
"stopId": "SEPSON-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772188195"
},
"departure": {
"time": "1772188195"
},
"stopId": "BANCST-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772188296"
},
"departure": {
"time": "1772188296"
},
"stopId": "RTEPAR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772188362"
},
"departure": {
"time": "1772188362"
},
"stopId": "PROVIN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772188481"
},
"stopId": "PARCEX-E",
"stopSequence": 39
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257714"
}
}
},
{
"id": "trip:6258061",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772188015"
},
"departure": {
"time": "1772188015"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772188079"
},
"departure": {
"time": "1772188079"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772188172"
},
"departure": {
"time": "1772188172"
},
"stopId": "LIZE05",
"stopSequence": 3
},
{
"arrival": {
"time": "1772188215"
},
"departure": {
"time": "1772188215"
},
"stopId": "CAMUS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772188260"
},
"departure": {
"time": "1772188260"
},
"stopId": "LECLERC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772188327"
},
"departure": {
"time": "1772188327"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772188376"
},
"departure": {
"time": "1772188376"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772188441"
},
"departure": {
"time": "1772188441"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772188516"
},
"departure": {
"time": "1772188516"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772188573"
},
"departure": {
"time": "1772188573"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772188620"
},
"departure": {
"time": "1772188620"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772188822"
},
"departure": {
"time": "1772188822"
},
"stopId": "CHDARR",
"stopSequence": 12
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258061"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1772185240"
}
}