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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=44",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 45,
    "results": [
        {
            "start": 1262677264,
            "stop": 1262677347
        },
        {
            "start": 1262677349,
            "stop": 1262677546
        },
        {
            "start": 1262677551,
            "stop": 1262677669
        },
        {
            "start": 1262677671,
            "stop": 1262677675
        },
        {
            "start": 1262677679,
            "stop": 1262677682
        },
        {
            "start": 1262677685,
            "stop": 1262677769
        },
        {
            "start": 1262677772,
            "stop": 1262677774
        },
        {
            "start": 1262677775,
            "stop": 1262677776
        },
        {
            "start": 1262677778,
            "stop": 1262677789
        },
        {
            "start": 1262677793,
            "stop": 1262677797
        },
        {
            "start": 1262677800,
            "stop": 1262677803
        },
        {
            "start": 1262677804,
            "stop": 1262677815
        },
        {
            "start": 1262677817,
            "stop": 1262677874
        },
        {
            "start": 1262677877,
            "stop": 1262677978
        },
        {
            "start": 1262677980,
            "stop": 1262677984
        },
        {
            "start": 1262677987,
            "stop": 1262678026
        },
        {
            "start": 1262678029,
            "stop": 1262678030
        },
        {
            "start": 1262678032,
            "stop": 1262678033
        },
        {
            "start": 1262678036,
            "stop": 1262678303
        },
        {
            "start": 1262678305,
            "stop": 1262678341
        }
    ]
}