Return a specific timeline for a given run.

Rel URLs:

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

{
    "name": "L1_BURST_CAT4H",
    "description": "L1: Category-4, 3 and 2 and 1 and hveto checks passed for burst search",
    "start": 931071407,
    "end": 971614889,
    "segments_url": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api"
}