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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=56",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 57,
    "results": [
        {
            "start": 1165848903,
            "stop": 1165848913
        },
        {
            "start": 1165848914,
            "stop": 1165848922
        },
        {
            "start": 1165848923,
            "stop": 1165848950
        },
        {
            "start": 1165848952,
            "stop": 1165848967
        },
        {
            "start": 1165848968,
            "stop": 1165849056
        },
        {
            "start": 1165849057,
            "stop": 1165849075
        },
        {
            "start": 1165849077,
            "stop": 1165849078
        },
        {
            "start": 1165849079,
            "stop": 1165849122
        },
        {
            "start": 1165849123,
            "stop": 1165849129
        },
        {
            "start": 1165849130,
            "stop": 1165849131
        },
        {
            "start": 1165849132,
            "stop": 1165849167
        },
        {
            "start": 1165849168,
            "stop": 1165849189
        },
        {
            "start": 1165849190,
            "stop": 1165849211
        },
        {
            "start": 1165849212,
            "stop": 1165849217
        },
        {
            "start": 1165849218,
            "stop": 1165849314
        },
        {
            "start": 1165849316,
            "stop": 1165849433
        },
        {
            "start": 1165849434,
            "stop": 1165849436
        },
        {
            "start": 1165849437,
            "stop": 1165849462
        },
        {
            "start": 1165849464,
            "stop": 1165849533
        },
        {
            "start": 1165849534,
            "stop": 1165849536
        }
    ]
}