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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=186",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 187,
    "results": [
        {
            "start": 1420416834,
            "stop": 1420431332
        },
        {
            "start": 1420431336,
            "stop": 1420434371
        },
        {
            "start": 1420434372,
            "stop": 1420434373
        },
        {
            "start": 1420434374,
            "stop": 1420435120
        },
        {
            "start": 1420435144,
            "stop": 1420435200
        },
        {
            "start": 1420435212,
            "stop": 1420435456
        },
        {
            "start": 1420435464,
            "stop": 1420436048
        },
        {
            "start": 1420436052,
            "stop": 1420436192
        },
        {
            "start": 1420436197,
            "stop": 1420436213
        },
        {
            "start": 1420436215,
            "stop": 1420436220
        },
        {
            "start": 1420436225,
            "stop": 1420436344
        },
        {
            "start": 1420436349,
            "stop": 1420436400
        },
        {
            "start": 1420436404,
            "stop": 1420436424
        },
        {
            "start": 1420436428,
            "stop": 1420436748
        },
        {
            "start": 1420436752,
            "stop": 1420436788
        },
        {
            "start": 1420436789,
            "stop": 1420442836
        },
        {
            "start": 1420443073,
            "stop": 1420446236
        },
        {
            "start": 1420446241,
            "stop": 1420446977
        },
        {
            "start": 1420446978,
            "stop": 1420448072
        },
        {
            "start": 1420448076,
            "stop": 1420448132
        }
    ]
}