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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=18",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 19,
    "results": [
        {
            "start": 1260119614,
            "stop": 1260119945
        },
        {
            "start": 1260119946,
            "stop": 1260120185
        },
        {
            "start": 1260120186,
            "stop": 1260122654
        },
        {
            "start": 1260122655,
            "stop": 1260122967
        },
        {
            "start": 1260122968,
            "stop": 1260125499
        },
        {
            "start": 1260125500,
            "stop": 1260126343
        },
        {
            "start": 1260126344,
            "stop": 1260126581
        },
        {
            "start": 1260126582,
            "stop": 1260126823
        },
        {
            "start": 1260126824,
            "stop": 1260133265
        },
        {
            "start": 1260143085,
            "stop": 1260164535
        },
        {
            "start": 1260164536,
            "stop": 1260204769
        },
        {
            "start": 1260204774,
            "stop": 1260211712
        },
        {
            "start": 1260211713,
            "stop": 1260221430
        },
        {
            "start": 1260225011,
            "stop": 1260230985
        },
        {
            "start": 1260230986,
            "stop": 1260281453
        },
        {
            "start": 1260281454,
            "stop": 1260281690
        },
        {
            "start": 1260281691,
            "stop": 1260281836
        },
        {
            "start": 1260281837,
            "stop": 1260281937
        },
        {
            "start": 1260281938,
            "stop": 1260282017
        },
        {
            "start": 1260282018,
            "stop": 1260282086
        }
    ]
}