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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=33",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 34,
    "results": [
        {
            "start": 1260284735,
            "stop": 1260302456
        },
        {
            "start": 1260302657,
            "stop": 1260307145
        },
        {
            "start": 1260307872,
            "stop": 1260315866
        },
        {
            "start": 1260316275,
            "stop": 1260332304
        },
        {
            "start": 1260332368,
            "stop": 1260355124
        },
        {
            "start": 1260355184,
            "stop": 1260377812
        },
        {
            "start": 1260377828,
            "stop": 1260377884
        },
        {
            "start": 1260377900,
            "stop": 1260377916
        },
        {
            "start": 1260377924,
            "stop": 1260378202
        },
        {
            "start": 1260378264,
            "stop": 1260405494
        },
        {
            "start": 1260405616,
            "stop": 1260406572
        },
        {
            "start": 1260406670,
            "stop": 1260426772
        },
        {
            "start": 1260433720,
            "stop": 1260479156
        },
        {
            "start": 1260479172,
            "stop": 1260481004
        },
        {
            "start": 1260481020,
            "stop": 1260518918
        },
        {
            "start": 1260534593,
            "stop": 1260536139
        },
        {
            "start": 1260539470,
            "stop": 1260540183
        },
        {
            "start": 1260540461,
            "stop": 1260549389
        },
        {
            "start": 1260549472,
            "stop": 1260598604
        },
        {
            "start": 1260620880,
            "stop": 1260626823
        }
    ]
}