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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=222",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 223,
    "results": [
        {
            "start": 1184951144,
            "stop": 1184951161
        },
        {
            "start": 1184951162,
            "stop": 1184951179
        },
        {
            "start": 1184951183,
            "stop": 1184951185
        },
        {
            "start": 1184951192,
            "stop": 1184951193
        },
        {
            "start": 1184951197,
            "stop": 1184951445
        },
        {
            "start": 1184951446,
            "stop": 1184951579
        },
        {
            "start": 1184951583,
            "stop": 1184951585
        },
        {
            "start": 1184951595,
            "stop": 1184951739
        },
        {
            "start": 1184951740,
            "stop": 1184951750
        },
        {
            "start": 1184951751,
            "stop": 1184951926
        },
        {
            "start": 1184951927,
            "stop": 1184951933
        },
        {
            "start": 1184951934,
            "stop": 1184951935
        },
        {
            "start": 1184951936,
            "stop": 1184952029
        },
        {
            "start": 1184952031,
            "stop": 1184952264
        },
        {
            "start": 1184952265,
            "stop": 1184952266
        },
        {
            "start": 1184952267,
            "stop": 1184953737
        },
        {
            "start": 1184953738,
            "stop": 1184954041
        },
        {
            "start": 1184954043,
            "stop": 1184980231
        },
        {
            "start": 1184982454,
            "stop": 1185011193
        },
        {
            "start": 1185013381,
            "stop": 1185025671
        }
    ]
}