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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=42",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 43,
    "results": [
        {
            "start": 1263668933,
            "stop": 1263670081
        },
        {
            "start": 1263670089,
            "stop": 1263674234
        },
        {
            "start": 1263677546,
            "stop": 1263712695
        },
        {
            "start": 1263720974,
            "stop": 1263721806
        },
        {
            "start": 1263736897,
            "stop": 1263740496
        },
        {
            "start": 1263740573,
            "stop": 1263741545
        },
        {
            "start": 1263761120,
            "stop": 1263774539
        },
        {
            "start": 1263774665,
            "stop": 1263776414
        },
        {
            "start": 1263776489,
            "stop": 1263783278
        },
        {
            "start": 1263789463,
            "stop": 1263790143
        },
        {
            "start": 1263821244,
            "stop": 1263821246
        },
        {
            "start": 1263821776,
            "stop": 1263821778
        },
        {
            "start": 1263821802,
            "stop": 1263830674
        },
        {
            "start": 1263834098,
            "stop": 1263836936
        },
        {
            "start": 1263837168,
            "stop": 1263837768
        },
        {
            "start": 1263837796,
            "stop": 1263841752
        },
        {
            "start": 1263841839,
            "stop": 1263842072
        },
        {
            "start": 1263842101,
            "stop": 1263886286
        },
        {
            "start": 1263887850,
            "stop": 1263897854
        },
        {
            "start": 1263897862,
            "stop": 1263904232
        }
    ]
}