Return the timelines for a given run.

Rel URLs:

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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines?format=api",
    "results_count": 36,
    "results_per_page": 20,
    "num_pages": 2,
    "page_number": 2,
    "results": [
        {
            "name": "L1_NO_CBC_HW_INJ",
            "description": "L1: no cbc injection",
            "start": 1256655618,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_NO_CBC_HW_INJ/segments?format=api"
        },
        {
            "name": "L1_NO_CW_HW_INJ",
            "description": "L1: no continuous wave injections",
            "start": 1256890969,
            "end": 1269185986,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_NO_CW_HW_INJ/segments?format=api"
        },
        {
            "name": "L1_NO_DETCHAR_HW_INJ",
            "description": "L1: no detchar injections",
            "start": 1256655618,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_NO_DETCHAR_HW_INJ/segments?format=api"
        },
        {
            "name": "L1_NO_STOCH_HW_INJ",
            "description": "L1: no stoch injections",
            "start": 1256655618,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_NO_STOCH_HW_INJ/segments?format=api"
        },
        {
            "name": "V1_BURST_CAT1",
            "description": "V1: passes burst CAT1 test",
            "start": 1256655642,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api"
        },
        {
            "name": "V1_BURST_CAT2",
            "description": "V1: passes burst CAT2 test",
            "start": 1256655642,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api"
        },
        {
            "name": "V1_BURST_CAT3",
            "description": "V1: passes burst CAT3 test",
            "start": 1256655642,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT3/segments?format=api"
        },
        {
            "name": "V1_CBC_CAT1",
            "description": "V1: passes the cbc CAT1 test",
            "start": 1256655642,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api"
        },
        {
            "name": "V1_CBC_CAT2",
            "description": "V1: passes cbc CAT2 test",
            "start": 1256655642,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT2/segments?format=api"
        },
        {
            "name": "V1_CBC_CAT3",
            "description": "V1: passes cbc CAT3 test",
            "start": 1256655642,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api"
        },
        {
            "name": "V1_DATA",
            "description": "V1: data present",
            "start": 1256655642,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_DATA/segments?format=api"
        },
        {
            "name": "V1_NO_BURST_HW_INJ",
            "description": "V1: no burst injections",
            "start": 1256655618,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_NO_BURST_HW_INJ/segments?format=api"
        },
        {
            "name": "V1_NO_CBC_HW_INJ",
            "description": "V1: no cbc injection",
            "start": 1256655618,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_NO_CBC_HW_INJ/segments?format=api"
        },
        {
            "name": "V1_NO_CW_HW_INJ",
            "description": "V1: no continuous wave injections",
            "start": 1256655618,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_NO_CW_HW_INJ/segments?format=api"
        },
        {
            "name": "V1_NO_DETCHAR_HW_INJ",
            "description": "V1: no detchar injections",
            "start": 1256655618,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_NO_DETCHAR_HW_INJ/segments?format=api"
        },
        {
            "name": "V1_NO_STOCH_HW_INJ",
            "description": "V1: no stoch injections",
            "start": 1256655618,
            "end": 1269363618,
            "segments_url": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_NO_STOCH_HW_INJ/segments?format=api"
        }
    ]
}