Return a specific timeline for a given run.

Rel URLs:

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

{
    "name": "L1_CBCLOW_CAT2",
    "description": "L1: Category-2 and 1 checks passed for CBC low-mass search",
    "start": 816061324,
    "end": 875232014,
    "segments_url": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api"
}