Return the timelines for a given run.

Rel URLs:

  • Follow segments_url on each timeline for the segment list.
GET /api/v2/runs/O4b1Disc/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/O4b1Disc/timelines?format=api&page=2",
    "results_count": 42,
    "results_per_page": 20,
    "num_pages": 3,
    "page_number": 3,
    "results": [
        {
            "name": "V1_NO_STOCH_HW_INJ",
            "description": "V1: no stoch injections",
            "start": 1412722688,
            "end": 1412726784,
            "segments_url": "https://gwosc.org/api/v2/runs/O4b1Disc/timelines/V1_NO_STOCH_HW_INJ/segments?format=api"
        },
        {
            "name": "V1_STOCH_CAT1",
            "description": "V1: passes stoch CAT1 test",
            "start": 1412722688,
            "end": 1412726784,
            "segments_url": "https://gwosc.org/api/v2/runs/O4b1Disc/timelines/V1_STOCH_CAT1/segments?format=api"
        }
    ]
}