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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=336",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 337,
    "results": [
        {
            "start": 1177083844,
            "stop": 1177083853
        },
        {
            "start": 1177083855,
            "stop": 1177084769
        },
        {
            "start": 1177084772,
            "stop": 1177084854
        },
        {
            "start": 1177084855,
            "stop": 1177085144
        },
        {
            "start": 1177085147,
            "stop": 1177087004
        },
        {
            "start": 1177087005,
            "stop": 1177087014
        },
        {
            "start": 1177087017,
            "stop": 1177087731
        },
        {
            "start": 1177087733,
            "stop": 1177087743
        },
        {
            "start": 1177087745,
            "stop": 1177088452
        },
        {
            "start": 1177088455,
            "stop": 1177089415
        },
        {
            "start": 1177089419,
            "stop": 1177092785
        },
        {
            "start": 1177092793,
            "stop": 1177092797
        },
        {
            "start": 1177092800,
            "stop": 1177092802
        },
        {
            "start": 1177092804,
            "stop": 1177092813
        },
        {
            "start": 1177092815,
            "stop": 1177095060
        },
        {
            "start": 1177095062,
            "stop": 1177095070
        },
        {
            "start": 1177095074,
            "stop": 1177105787
        },
        {
            "start": 1177123638,
            "stop": 1177126933
        },
        {
            "start": 1177126937,
            "stop": 1177136861
        },
        {
            "start": 1177136865,
            "stop": 1177138306
        }
    ]
}