Return a specific timeline for a given run.

Rel URLs:

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

{
    "name": "H1_DATA",
    "description": "H1: data present",
    "start": 1126073529,
    "end": 1137253524,
    "segments_url": "http://gwosc.org/api/v2/runs/O1/timelines/H1_DATA/segments?format=api"
}