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=361
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=362",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=360",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 361,
    "results": [
        {
            "start": 1181673367,
            "stop": 1181673536
        },
        {
            "start": 1181673537,
            "stop": 1181673538
        },
        {
            "start": 1181673540,
            "stop": 1181673722
        },
        {
            "start": 1181673723,
            "stop": 1181675993
        },
        {
            "start": 1181675994,
            "stop": 1181678197
        },
        {
            "start": 1181678198,
            "stop": 1181679404
        },
        {
            "start": 1181679406,
            "stop": 1181679431
        },
        {
            "start": 1181679433,
            "stop": 1181679754
        },
        {
            "start": 1181679755,
            "stop": 1181680191
        },
        {
            "start": 1181680192,
            "stop": 1181680333
        },
        {
            "start": 1181680335,
            "stop": 1181680389
        },
        {
            "start": 1181680390,
            "stop": 1181680411
        },
        {
            "start": 1181680413,
            "stop": 1181680455
        },
        {
            "start": 1181680457,
            "stop": 1181680515
        },
        {
            "start": 1181680516,
            "stop": 1181680643
        },
        {
            "start": 1181680645,
            "stop": 1181680740
        },
        {
            "start": 1181681400,
            "stop": 1181682023
        },
        {
            "start": 1181682024,
            "stop": 1181682658
        },
        {
            "start": 1181682661,
            "stop": 1181683409
        },
        {
            "start": 1181683411,
            "stop": 1181684014
        }
    ]
}