Return the timelines for a given run.

Rel URLs:

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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines?format=api&page=2",
    "results_count": 42,
    "results_per_page": 20,
    "num_pages": 3,
    "page_number": 3,
    "results": [
        {
            "name": "L1_HW_STOCH",
            "description": "L1: Stochastic group injection active",
            "start": 946800015,
            "end": 970385755,
            "segments_url": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_STOCH/segments?format=api"
        },
        {
            "name": "L1_STOCH_CAT1",
            "description": "L1: Category-1 checks passed for stochastic search",
            "start": 931071407,
            "end": 971614889,
            "segments_url": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api"
        }
    ]
}