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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=266",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 267,
    "results": [
        {
            "start": 822434600,
            "stop": 822434601
        },
        {
            "start": 822434812,
            "stop": 822434960
        },
        {
            "start": 822434963,
            "stop": 822435466
        },
        {
            "start": 822437391,
            "stop": 822437886
        },
        {
            "start": 822437889,
            "stop": 822438537
        },
        {
            "start": 822438603,
            "stop": 822438717
        },
        {
            "start": 822438720,
            "stop": 822440138
        },
        {
            "start": 822440142,
            "stop": 822442800
        },
        {
            "start": 822442923,
            "stop": 822443173
        },
        {
            "start": 822443266,
            "stop": 822446750
        },
        {
            "start": 822446850,
            "stop": 822446860
        },
        {
            "start": 822446930,
            "stop": 822447064
        },
        {
            "start": 822447144,
            "stop": 822447254
        },
        {
            "start": 822447352,
            "stop": 822449748
        },
        {
            "start": 822449751,
            "stop": 822451667
        },
        {
            "start": 822451670,
            "stop": 822452027
        },
        {
            "start": 822452030,
            "stop": 822453570
        },
        {
            "start": 822453573,
            "stop": 822455995
        },
        {
            "start": 822455998,
            "stop": 822457318
        },
        {
            "start": 822457321,
            "stop": 822458313
        }
    ]
}