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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=51",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 52,
    "results": [
        {
            "start": 1262690988,
            "stop": 1262690990
        },
        {
            "start": 1262690993,
            "stop": 1262691043
        },
        {
            "start": 1262691048,
            "stop": 1262691208
        },
        {
            "start": 1262691210,
            "stop": 1262691255
        },
        {
            "start": 1262691258,
            "stop": 1262691331
        },
        {
            "start": 1262691334,
            "stop": 1262691559
        },
        {
            "start": 1262691560,
            "stop": 1262691562
        },
        {
            "start": 1262691568,
            "stop": 1262691589
        },
        {
            "start": 1262691590,
            "stop": 1262691627
        },
        {
            "start": 1262691629,
            "stop": 1262691634
        },
        {
            "start": 1262691636,
            "stop": 1262691712
        },
        {
            "start": 1262691715,
            "stop": 1262691746
        },
        {
            "start": 1262691748,
            "stop": 1262692012
        },
        {
            "start": 1262692014,
            "stop": 1262692019
        },
        {
            "start": 1262692021,
            "stop": 1262692031
        },
        {
            "start": 1262692034,
            "stop": 1262692064
        },
        {
            "start": 1262692065,
            "stop": 1262692167
        },
        {
            "start": 1262692169,
            "stop": 1262692173
        },
        {
            "start": 1262692175,
            "stop": 1262692208
        },
        {
            "start": 1262692209,
            "stop": 1262692213
        }
    ]
}