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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=3",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 4,
    "results": [
        {
            "start": 1164977626,
            "stop": 1164977896
        },
        {
            "start": 1164977900,
            "stop": 1164985061
        },
        {
            "start": 1164985065,
            "stop": 1164987351
        },
        {
            "start": 1164987354,
            "stop": 1164988975
        },
        {
            "start": 1165024248,
            "stop": 1165024697
        },
        {
            "start": 1165026480,
            "stop": 1165039808
        },
        {
            "start": 1165044516,
            "stop": 1165053952
        },
        {
            "start": 1165055780,
            "stop": 1165068172
        },
        {
            "start": 1165068176,
            "stop": 1165071815
        },
        {
            "start": 1165072230,
            "stop": 1165077235
        },
        {
            "start": 1165097976,
            "stop": 1165098128
        },
        {
            "start": 1165098172,
            "stop": 1165100866
        },
        {
            "start": 1165109312,
            "stop": 1165110360
        },
        {
            "start": 1165111275,
            "stop": 1165126838
        },
        {
            "start": 1165126842,
            "stop": 1165126846
        },
        {
            "start": 1165126850,
            "stop": 1165134153
        },
        {
            "start": 1165134157,
            "stop": 1165138016
        },
        {
            "start": 1165138020,
            "stop": 1165143221
        },
        {
            "start": 1165143225,
            "stop": 1165145666
        },
        {
            "start": 1165145670,
            "stop": 1165147817
        }
    ]
}