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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=84",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 85,
    "results": [
        {
            "start": 1166436896,
            "stop": 1166437073
        },
        {
            "start": 1166437074,
            "stop": 1166437101
        },
        {
            "start": 1166437102,
            "stop": 1166437183
        },
        {
            "start": 1166437184,
            "stop": 1166437212
        },
        {
            "start": 1166437214,
            "stop": 1166437258
        },
        {
            "start": 1166437259,
            "stop": 1166437468
        },
        {
            "start": 1166437469,
            "stop": 1166437643
        },
        {
            "start": 1166437644,
            "stop": 1166437693
        },
        {
            "start": 1166437695,
            "stop": 1166437710
        },
        {
            "start": 1166437711,
            "stop": 1166437718
        },
        {
            "start": 1166437719,
            "stop": 1166437826
        },
        {
            "start": 1166437827,
            "stop": 1166437873
        },
        {
            "start": 1166437874,
            "stop": 1166437935
        },
        {
            "start": 1166437936,
            "stop": 1166437937
        },
        {
            "start": 1166437938,
            "stop": 1166437940
        },
        {
            "start": 1166437941,
            "stop": 1166437943
        },
        {
            "start": 1166437944,
            "stop": 1166438024
        },
        {
            "start": 1166438025,
            "stop": 1166438038
        },
        {
            "start": 1166438039,
            "stop": 1166438040
        },
        {
            "start": 1166438041,
            "stop": 1166438043
        }
    ]
}