Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=69
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=68",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 69,
    "results": [
        {
            "start": 817374816,
            "stop": 817378069
        },
        {
            "start": 817378086,
            "stop": 817383420
        },
        {
            "start": 817383480,
            "stop": 817386780
        },
        {
            "start": 817386840,
            "stop": 817386900
        },
        {
            "start": 817386960,
            "stop": 817391640
        },
        {
            "start": 817391700,
            "stop": 817391717
        },
        {
            "start": 817391721,
            "stop": 817392913
        },
        {
            "start": 817392930,
            "stop": 817394640
        },
        {
            "start": 817394760,
            "stop": 817396380
        },
        {
            "start": 817396440,
            "stop": 817396983
        },
        {
            "start": 817397000,
            "stop": 817397856
        },
        {
            "start": 817397888,
            "stop": 817398356
        },
        {
            "start": 817404620,
            "stop": 817404822
        },
        {
            "start": 817404825,
            "stop": 817404880
        },
        {
            "start": 817405819,
            "stop": 817405855
        },
        {
            "start": 817405980,
            "stop": 817406034
        },
        {
            "start": 817406037,
            "stop": 817406220
        },
        {
            "start": 817406280,
            "stop": 817406340
        },
        {
            "start": 817406400,
            "stop": 817406580
        },
        {
            "start": 817406640,
            "stop": 817406700
        }
    ]
}