Return a specific timeline for a given run.

Rel URLs:

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

{
    "name": "K1_DATA",
    "description": "K1: data present",
    "start": 1270287158,
    "end": 1271462418,
    "segments_url": "https://gwosc.org/api/v2/runs/O3GK/timelines/K1_DATA/segments?format=api"
}