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=1735
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=1736",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1734",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1735,
    "results": [
        {
            "start": 1249318675,
            "stop": 1249318678
        },
        {
            "start": 1249318681,
            "stop": 1249318687
        },
        {
            "start": 1249318690,
            "stop": 1249318886
        },
        {
            "start": 1249318889,
            "stop": 1249319111
        },
        {
            "start": 1249319114,
            "stop": 1249319535
        },
        {
            "start": 1249319541,
            "stop": 1249319891
        },
        {
            "start": 1249319894,
            "stop": 1249319906
        },
        {
            "start": 1249319909,
            "stop": 1249320191
        },
        {
            "start": 1249320199,
            "stop": 1249320302
        },
        {
            "start": 1249322661,
            "stop": 1249322972
        },
        {
            "start": 1249323313,
            "stop": 1249323578
        },
        {
            "start": 1249323581,
            "stop": 1249324109
        },
        {
            "start": 1249324112,
            "stop": 1249324204
        },
        {
            "start": 1249324206,
            "stop": 1249327335
        },
        {
            "start": 1249327338,
            "stop": 1249327410
        },
        {
            "start": 1249327413,
            "stop": 1249328437
        },
        {
            "start": 1249328440,
            "stop": 1249330018
        },
        {
            "start": 1249330021,
            "stop": 1249330024
        },
        {
            "start": 1249330027,
            "stop": 1249330032
        },
        {
            "start": 1249330035,
            "stop": 1249330609
        }
    ]
}