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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=143",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 144,
    "results": [
        {
            "start": 1177256089,
            "stop": 1177256097
        },
        {
            "start": 1177256103,
            "stop": 1177256109
        },
        {
            "start": 1177256116,
            "stop": 1177256326
        },
        {
            "start": 1177256328,
            "stop": 1177256366
        },
        {
            "start": 1177256367,
            "stop": 1177256597
        },
        {
            "start": 1177256603,
            "stop": 1177256608
        },
        {
            "start": 1177256615,
            "stop": 1177256620
        },
        {
            "start": 1177256625,
            "stop": 1177256631
        },
        {
            "start": 1177256637,
            "stop": 1177256645
        },
        {
            "start": 1177256646,
            "stop": 1177257030
        },
        {
            "start": 1177257032,
            "stop": 1177257044
        },
        {
            "start": 1177257047,
            "stop": 1177257054
        },
        {
            "start": 1177257059,
            "stop": 1177257067
        },
        {
            "start": 1177257072,
            "stop": 1177257176
        },
        {
            "start": 1177257180,
            "stop": 1177257187
        },
        {
            "start": 1177257193,
            "stop": 1177257199
        },
        {
            "start": 1177257204,
            "stop": 1177257354
        },
        {
            "start": 1177257355,
            "stop": 1177257364
        },
        {
            "start": 1177257368,
            "stop": 1177257374
        },
        {
            "start": 1177257380,
            "stop": 1177257386
        }
    ]
}