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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=174",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 175,
    "results": [
        {
            "start": 1419838234,
            "stop": 1419838338
        },
        {
            "start": 1419838342,
            "stop": 1419838502
        },
        {
            "start": 1419838506,
            "stop": 1419838550
        },
        {
            "start": 1419838554,
            "stop": 1419839042
        },
        {
            "start": 1419839050,
            "stop": 1419839474
        },
        {
            "start": 1419839478,
            "stop": 1419839702
        },
        {
            "start": 1419839710,
            "stop": 1419839738
        },
        {
            "start": 1419839754,
            "stop": 1419839834
        },
        {
            "start": 1419839838,
            "stop": 1419839886
        },
        {
            "start": 1419839890,
            "stop": 1419839962
        },
        {
            "start": 1419839974,
            "stop": 1419839982
        },
        {
            "start": 1419839983,
            "stop": 1419839990
        },
        {
            "start": 1419840010,
            "stop": 1419840042
        },
        {
            "start": 1419840050,
            "stop": 1419840158
        },
        {
            "start": 1419840166,
            "stop": 1419841018
        },
        {
            "start": 1419841026,
            "stop": 1419841028
        },
        {
            "start": 1419841029,
            "stop": 1419841030
        },
        {
            "start": 1419841042,
            "stop": 1419841050
        },
        {
            "start": 1419841054,
            "stop": 1419841058
        },
        {
            "start": 1419841070,
            "stop": 1419841154
        }
    ]
}