Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=252
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=251",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 252,
    "results": [
        {
            "start": 817882246,
            "stop": 817882401
        },
        {
            "start": 817882420,
            "stop": 817882651
        },
        {
            "start": 817882689,
            "stop": 817882940
        },
        {
            "start": 817882971,
            "stop": 817883160
        },
        {
            "start": 817883163,
            "stop": 817883459
        },
        {
            "start": 817883462,
            "stop": 817883496
        },
        {
            "start": 817883499,
            "stop": 817883546
        },
        {
            "start": 817883550,
            "stop": 817883612
        },
        {
            "start": 817883615,
            "stop": 817883761
        },
        {
            "start": 817883781,
            "stop": 817883833
        },
        {
            "start": 817883853,
            "stop": 817884202
        },
        {
            "start": 817884207,
            "stop": 817884210
        },
        {
            "start": 817884230,
            "stop": 817884368
        },
        {
            "start": 817884371,
            "stop": 817884459
        },
        {
            "start": 817884476,
            "stop": 817884492
        },
        {
            "start": 817884534,
            "stop": 817884787
        },
        {
            "start": 817884791,
            "stop": 817884863
        },
        {
            "start": 817884883,
            "stop": 817884937
        },
        {
            "start": 817884957,
            "stop": 817885157
        },
        {
            "start": 817885177,
            "stop": 817885211
        }
    ]
}