{
  "ok": true,
  "gctToCrestwood": {
    "origin": "Grand Central Terminal",
    "destination": "Crestwood",
    "updated": "2026-06-03 @ 21:02:50",
    "count": 1,
    "sentence": "A train departs in 22 minutes. After that, another train departs in 50 minutes.",
    "trains": [
      {
        "route": "Harlem",
        "tripId": "587",
        "headsign": "To North White Plains",
        "origin": "Grand Central Terminal",
        "destination": "Crestwood",
        "departureEstimated": "9:25 PM",
        "departureScheduled": "9:25 PM",
        "track": "TBD",
        "status": "On Time",
        "delayMins": 0,
        "remarks": null,
        "originDepartureScheduled": "9:25 PM",
        "destinationArrivalScheduled": "10:07 PM",
        "vehiclePosition": null,
        "minutesUntilDeparture": 22,
        "trackKnown": false,
        "tripDurationMinutes": 42,
        "isOrientExpress": false
      }
    ]
  },
  "crestwoodToGct": {
    "origin": "Crestwood",
    "destination": "Grand Central Terminal",
    "updated": "2026-06-03 @ 21:02:50",
    "count": 2,
    "sentence": "A train departs in 15 minutes, arriving at Grand Central at 10:02 PM. Another departs in 80 minutes, arriving at Grand Central at 11:07 PM.",
    "trains": [
      {
        "route": "Harlem",
        "tripId": "584",
        "headsign": "To Grand Central",
        "origin": "Crestwood",
        "destination": "Grand Central Terminal",
        "departureEstimated": "9:18 PM",
        "departureScheduled": "9:18 PM",
        "track": "4",
        "status": "On Time",
        "delayMins": 0,
        "remarks": null,
        "originDepartureScheduled": "9:18 PM",
        "destinationArrivalScheduled": "10:02 PM",
        "vehiclePosition": {
          "lat": 41.05123519897461,
          "lon": -73.77249908447266,
          "description": "Stopped at North White Plains",
          "updated": "2026-06-03 @ 21:02:50"
        },
        "minutesUntilDeparture": 15,
        "trackKnown": true,
        "tripDurationMinutes": 44,
        "isOrientExpress": false
      },
      {
        "route": "Harlem",
        "tripId": "588",
        "headsign": "To Grand Central",
        "origin": "Crestwood",
        "destination": "Grand Central Terminal",
        "departureEstimated": "10:23 PM",
        "departureScheduled": "10:23 PM",
        "track": "4",
        "status": "On Time",
        "delayMins": 0,
        "remarks": null,
        "originDepartureScheduled": "10:23 PM",
        "destinationArrivalScheduled": "11:07 PM",
        "vehiclePosition": null,
        "minutesUntilDeparture": 80,
        "trackKnown": true,
        "tripDurationMinutes": 44,
        "isOrientExpress": false
      }
    ]
  }
}