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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=345",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 346,
    "results": [
        {
            "start": 818860209,
            "stop": 818860210
        },
        {
            "start": 818860259,
            "stop": 818860296
        },
        {
            "start": 818860338,
            "stop": 818860386
        },
        {
            "start": 818860419,
            "stop": 818860420
        },
        {
            "start": 818860467,
            "stop": 818860472
        },
        {
            "start": 818860560,
            "stop": 818860570
        },
        {
            "start": 818860631,
            "stop": 818860688
        },
        {
            "start": 818860737,
            "stop": 818860786
        },
        {
            "start": 818860866,
            "stop": 818860877
        },
        {
            "start": 818860924,
            "stop": 818860928
        },
        {
            "start": 818861086,
            "stop": 818861127
        },
        {
            "start": 818861147,
            "stop": 818861166
        },
        {
            "start": 818861290,
            "stop": 818861305
        },
        {
            "start": 818861338,
            "stop": 818861356
        },
        {
            "start": 818861427,
            "stop": 818861440
        },
        {
            "start": 818861775,
            "stop": 818861777
        },
        {
            "start": 818861897,
            "stop": 818861910
        },
        {
            "start": 818861976,
            "stop": 818861982
        },
        {
            "start": 818862002,
            "stop": 818862050
        },
        {
            "start": 818862300,
            "stop": 818862301
        }
    ]
}