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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=221",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 222,
    "results": [
        {
            "start": 1184795014,
            "stop": 1184796474
        },
        {
            "start": 1184798168,
            "stop": 1184816439
        },
        {
            "start": 1184818767,
            "stop": 1184914218
        },
        {
            "start": 1184916934,
            "stop": 1184950527
        },
        {
            "start": 1184950528,
            "stop": 1184950668
        },
        {
            "start": 1184950672,
            "stop": 1184950835
        },
        {
            "start": 1184950836,
            "stop": 1184950840
        },
        {
            "start": 1184950842,
            "stop": 1184950843
        },
        {
            "start": 1184950844,
            "stop": 1184950860
        },
        {
            "start": 1184950861,
            "stop": 1184950866
        },
        {
            "start": 1184950867,
            "stop": 1184950868
        },
        {
            "start": 1184950869,
            "stop": 1184950877
        },
        {
            "start": 1184950878,
            "stop": 1184950926
        },
        {
            "start": 1184950927,
            "stop": 1184950953
        },
        {
            "start": 1184950955,
            "stop": 1184950958
        },
        {
            "start": 1184950959,
            "stop": 1184950990
        },
        {
            "start": 1184950992,
            "stop": 1184950993
        },
        {
            "start": 1184950996,
            "stop": 1184951106
        },
        {
            "start": 1184951107,
            "stop": 1184951134
        },
        {
            "start": 1184951138,
            "stop": 1184951139
        }
    ]
}