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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=19",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 20,
    "results": [
        {
            "start": 1260282087,
            "stop": 1260282253
        },
        {
            "start": 1260282255,
            "stop": 1260282333
        },
        {
            "start": 1260282335,
            "stop": 1260282444
        },
        {
            "start": 1260282445,
            "stop": 1260282509
        },
        {
            "start": 1260282510,
            "stop": 1260282881
        },
        {
            "start": 1260282882,
            "stop": 1260282960
        },
        {
            "start": 1260282961,
            "stop": 1260284112
        },
        {
            "start": 1260284114,
            "stop": 1260284216
        },
        {
            "start": 1260284217,
            "stop": 1260307168
        },
        {
            "start": 1260307170,
            "stop": 1260307192
        },
        {
            "start": 1260307193,
            "stop": 1260308578
        },
        {
            "start": 1260308579,
            "stop": 1260426960
        },
        {
            "start": 1260438984,
            "stop": 1260468929
        },
        {
            "start": 1260468931,
            "stop": 1260468942
        },
        {
            "start": 1260468943,
            "stop": 1260540983
        },
        {
            "start": 1260756883,
            "stop": 1260768892
        },
        {
            "start": 1260768893,
            "stop": 1260774076
        },
        {
            "start": 1260774077,
            "stop": 1260794640
        },
        {
            "start": 1260802424,
            "stop": 1260812472
        },
        {
            "start": 1260812475,
            "stop": 1260812507
        }
    ]
}