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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1834",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1832",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1833,
    "results": [
        {
            "start": 1250346530,
            "stop": 1250346676
        },
        {
            "start": 1250346679,
            "stop": 1250346871
        },
        {
            "start": 1250346874,
            "stop": 1250346883
        },
        {
            "start": 1250346886,
            "stop": 1250347126
        },
        {
            "start": 1250347129,
            "stop": 1250347205
        },
        {
            "start": 1250347206,
            "stop": 1250347220
        },
        {
            "start": 1250347222,
            "stop": 1250347246
        },
        {
            "start": 1250347248,
            "stop": 1250347264
        },
        {
            "start": 1250347266,
            "stop": 1250347272
        },
        {
            "start": 1250347273,
            "stop": 1250347279
        },
        {
            "start": 1250347280,
            "stop": 1250347414
        },
        {
            "start": 1250347416,
            "stop": 1250347419
        },
        {
            "start": 1250347421,
            "stop": 1250347472
        },
        {
            "start": 1250347474,
            "stop": 1250347516
        },
        {
            "start": 1250377317,
            "stop": 1250377416
        },
        {
            "start": 1250377419,
            "stop": 1250378012
        },
        {
            "start": 1250378015,
            "stop": 1250378741
        },
        {
            "start": 1250378744,
            "stop": 1250378959
        },
        {
            "start": 1250378962,
            "stop": 1250379623
        },
        {
            "start": 1250379625,
            "stop": 1250389472
        }
    ]
}