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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT1/segments?format=api",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 2,
    "results": [
        {
            "start": 1164853675,
            "stop": 1164954629
        },
        {
            "start": 1164961121,
            "stop": 1164961951
        },
        {
            "start": 1164962290,
            "stop": 1164988975
        },
        {
            "start": 1165024248,
            "stop": 1165024697
        },
        {
            "start": 1165026480,
            "stop": 1165039808
        },
        {
            "start": 1165044516,
            "stop": 1165053952
        },
        {
            "start": 1165055780,
            "stop": 1165071815
        },
        {
            "start": 1165072230,
            "stop": 1165077235
        },
        {
            "start": 1165097976,
            "stop": 1165098128
        },
        {
            "start": 1165098172,
            "stop": 1165100866
        },
        {
            "start": 1165109312,
            "stop": 1165110360
        },
        {
            "start": 1165111275,
            "stop": 1165171824
        },
        {
            "start": 1165171924,
            "stop": 1165191021
        },
        {
            "start": 1165191088,
            "stop": 1165191416
        },
        {
            "start": 1165191478,
            "stop": 1165191617
        },
        {
            "start": 1165192405,
            "stop": 1165192464
        },
        {
            "start": 1165193313,
            "stop": 1165212580
        },
        {
            "start": 1165217978,
            "stop": 1165220136
        },
        {
            "start": 1165220431,
            "stop": 1165226046
        },
        {
            "start": 1165229548,
            "stop": 1165230356
        }
    ]
}