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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=76",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 77,
    "results": [
        {
            "start": 1166000300,
            "stop": 1166000339
        },
        {
            "start": 1166000340,
            "stop": 1166000351
        },
        {
            "start": 1166000352,
            "stop": 1166000452
        },
        {
            "start": 1166000453,
            "stop": 1166000496
        },
        {
            "start": 1166000497,
            "stop": 1166000631
        },
        {
            "start": 1166221127,
            "stop": 1166222964
        },
        {
            "start": 1166226890,
            "stop": 1166228540
        },
        {
            "start": 1166232690,
            "stop": 1166234248
        },
        {
            "start": 1166235270,
            "stop": 1166236067
        },
        {
            "start": 1166240867,
            "stop": 1166240910
        },
        {
            "start": 1166240911,
            "stop": 1166241016
        },
        {
            "start": 1166241018,
            "stop": 1166241493
        },
        {
            "start": 1166241494,
            "stop": 1166241500
        },
        {
            "start": 1166241501,
            "stop": 1166241534
        },
        {
            "start": 1166241536,
            "stop": 1166241629
        },
        {
            "start": 1166241630,
            "stop": 1166241732
        },
        {
            "start": 1166241733,
            "stop": 1166241795
        },
        {
            "start": 1166241796,
            "stop": 1166241823
        },
        {
            "start": 1166241824,
            "stop": 1166241863
        },
        {
            "start": 1166241864,
            "stop": 1166241912
        }
    ]
}