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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=246",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 247,
    "results": [
        {
            "start": 1177024202,
            "stop": 1177024998
        },
        {
            "start": 1177025001,
            "stop": 1177025038
        },
        {
            "start": 1177025345,
            "stop": 1177029092
        },
        {
            "start": 1177029094,
            "stop": 1177031515
        },
        {
            "start": 1177031516,
            "stop": 1177034002
        },
        {
            "start": 1177034003,
            "stop": 1177034186
        },
        {
            "start": 1177034187,
            "stop": 1177036570
        },
        {
            "start": 1177036572,
            "stop": 1177036578
        },
        {
            "start": 1177036581,
            "stop": 1177036744
        },
        {
            "start": 1177036745,
            "stop": 1177036746
        },
        {
            "start": 1177036749,
            "stop": 1177036750
        },
        {
            "start": 1177036751,
            "stop": 1177036790
        },
        {
            "start": 1177036792,
            "stop": 1177036840
        },
        {
            "start": 1177036841,
            "stop": 1177036864
        },
        {
            "start": 1177036867,
            "stop": 1177036893
        },
        {
            "start": 1177036895,
            "stop": 1177036923
        },
        {
            "start": 1177036924,
            "stop": 1177036984
        },
        {
            "start": 1177036986,
            "stop": 1177037061
        },
        {
            "start": 1177037063,
            "stop": 1177037071
        },
        {
            "start": 1177037072,
            "stop": 1177037116
        }
    ]
}