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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33076",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33074",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33075,
    "results": [
        {
            "start": 970469890,
            "stop": 970469891
        },
        {
            "start": 970469932,
            "stop": 970469933
        },
        {
            "start": 970469958,
            "stop": 970469959
        },
        {
            "start": 970470002,
            "stop": 970470003
        },
        {
            "start": 970470123,
            "stop": 970470125
        },
        {
            "start": 970470152,
            "stop": 970470153
        },
        {
            "start": 970470156,
            "stop": 970470157
        },
        {
            "start": 970470165,
            "stop": 970470166
        },
        {
            "start": 970470260,
            "stop": 970470261
        },
        {
            "start": 970470292,
            "stop": 970470293
        },
        {
            "start": 970470305,
            "stop": 970470306
        },
        {
            "start": 970470318,
            "stop": 970470319
        },
        {
            "start": 970470325,
            "stop": 970470326
        },
        {
            "start": 970470393,
            "stop": 970470394
        },
        {
            "start": 970470397,
            "stop": 970470398
        },
        {
            "start": 970470411,
            "stop": 970470412
        },
        {
            "start": 970470419,
            "stop": 970470420
        },
        {
            "start": 970470421,
            "stop": 970470422
        },
        {
            "start": 970470555,
            "stop": 970470556
        },
        {
            "start": 970470667,
            "stop": 970470668
        }
    ]
}