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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=130",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 131,
    "results": [
        {
            "start": 1176450892,
            "stop": 1176457884
        },
        {
            "start": 1176457887,
            "stop": 1176472218
        },
        {
            "start": 1176476388,
            "stop": 1176486968
        },
        {
            "start": 1176486969,
            "stop": 1176488109
        },
        {
            "start": 1176488110,
            "stop": 1176488112
        },
        {
            "start": 1176488114,
            "stop": 1176488118
        },
        {
            "start": 1176488121,
            "stop": 1176488399
        },
        {
            "start": 1176488401,
            "stop": 1176488567
        },
        {
            "start": 1176488571,
            "stop": 1176488704
        },
        {
            "start": 1176488706,
            "stop": 1176488728
        },
        {
            "start": 1176488731,
            "stop": 1176488738
        },
        {
            "start": 1176488739,
            "stop": 1176488742
        },
        {
            "start": 1176488743,
            "stop": 1176488758
        },
        {
            "start": 1176488759,
            "stop": 1176488760
        },
        {
            "start": 1176488762,
            "stop": 1176488763
        },
        {
            "start": 1176488765,
            "stop": 1176488828
        },
        {
            "start": 1176488830,
            "stop": 1176488839
        },
        {
            "start": 1176488840,
            "stop": 1176489189
        },
        {
            "start": 1176489198,
            "stop": 1176489199
        },
        {
            "start": 1176489203,
            "stop": 1176489319
        }
    ]
}