Return a specific timeline for a given run.

Rel URLs:

  • Follow segments_url for the segment list.
GET /api/v2/runs/O3GK/timelines/G1_CBC_CAT3?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "G1_CBC_CAT3",
    "description": "G1: passes cbc CAT3 test",
    "start": 1270281618,
    "end": 1271462418,
    "segments_url": "https://gwosc.org/api/v2/runs/O3GK/timelines/G1_CBC_CAT3/segments?format=api"
}