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/H1_CBCHIGH_CAT2/segments?format=api&page=1955
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1954",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1955,
    "results": [
        {
            "start": 852484655,
            "stop": 852484664
        },
        {
            "start": 852484668,
            "stop": 852484670
        },
        {
            "start": 852484673,
            "stop": 852484967
        },
        {
            "start": 852484971,
            "stop": 852484972
        },
        {
            "start": 852484978,
            "stop": 852484983
        },
        {
            "start": 852484990,
            "stop": 852487554
        },
        {
            "start": 852487573,
            "stop": 852487704
        },
        {
            "start": 852487707,
            "stop": 852487734
        },
        {
            "start": 852487737,
            "stop": 852487739
        },
        {
            "start": 852487742,
            "stop": 852489506
        },
        {
            "start": 852489509,
            "stop": 852489510
        },
        {
            "start": 852489570,
            "stop": 852489585
        },
        {
            "start": 852489906,
            "stop": 852490034
        },
        {
            "start": 852490037,
            "stop": 852490038
        },
        {
            "start": 852490041,
            "stop": 852490046
        },
        {
            "start": 852490057,
            "stop": 852490443
        },
        {
            "start": 852490757,
            "stop": 852491185
        },
        {
            "start": 852491200,
            "stop": 852492916
        },
        {
            "start": 852492919,
            "stop": 852492987
        },
        {
            "start": 852494303,
            "stop": 852495248
        }
    ]
}