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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=387",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 388,
    "results": [
        {
            "start": 824361208,
            "stop": 824361350
        },
        {
            "start": 824363311,
            "stop": 824366732
        },
        {
            "start": 824366735,
            "stop": 824367114
        },
        {
            "start": 824367117,
            "stop": 824367980
        },
        {
            "start": 824367997,
            "stop": 824369206
        },
        {
            "start": 824369209,
            "stop": 824369620
        },
        {
            "start": 824369623,
            "stop": 824370602
        },
        {
            "start": 824370619,
            "stop": 824372419
        },
        {
            "start": 824372422,
            "stop": 824373060
        },
        {
            "start": 824373542,
            "stop": 824373688
        },
        {
            "start": 824373691,
            "stop": 824373793
        },
        {
            "start": 824373837,
            "stop": 824373839
        },
        {
            "start": 824374015,
            "stop": 824374117
        },
        {
            "start": 824374120,
            "stop": 824374157
        },
        {
            "start": 824378271,
            "stop": 824379008
        },
        {
            "start": 824379025,
            "stop": 824379124
        },
        {
            "start": 824379141,
            "stop": 824379420
        },
        {
            "start": 824379437,
            "stop": 824379593
        },
        {
            "start": 824379610,
            "stop": 824379886
        },
        {
            "start": 824379903,
            "stop": 824381507
        }
    ]
}