Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/V1_BURST_CAT3/segments?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT3/segments?format=api&page=6",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 7,
    "results": [
        {
            "start": 1256918006,
            "stop": 1256919038
        },
        {
            "start": 1256919046,
            "stop": 1256919862
        },
        {
            "start": 1256919870,
            "stop": 1256920694
        },
        {
            "start": 1256920702,
            "stop": 1256921894
        },
        {
            "start": 1256921902,
            "stop": 1256921990
        },
        {
            "start": 1256921998,
            "stop": 1256922246
        },
        {
            "start": 1256922254,
            "stop": 1256922534
        },
        {
            "start": 1256922550,
            "stop": 1256923038
        },
        {
            "start": 1256923046,
            "stop": 1256923094
        },
        {
            "start": 1256923102,
            "stop": 1256923398
        },
        {
            "start": 1256923406,
            "stop": 1256925646
        },
        {
            "start": 1256925654,
            "stop": 1256926038
        },
        {
            "start": 1256926046,
            "stop": 1256926438
        },
        {
            "start": 1256926454,
            "stop": 1256928862
        },
        {
            "start": 1256928870,
            "stop": 1256929902
        },
        {
            "start": 1256929910,
            "stop": 1256930404
        },
        {
            "start": 1256930408,
            "stop": 1256930448
        },
        {
            "start": 1256930452,
            "stop": 1256930468
        },
        {
            "start": 1256930472,
            "stop": 1256931750
        },
        {
            "start": 1256931758,
            "stop": 1256932086
        }
    ]
}