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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9942",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9943,
    "results": [
        {
            "start": 875064420,
            "stop": 875064480
        },
        {
            "start": 875064600,
            "stop": 875064660
        },
        {
            "start": 875064960,
            "stop": 875065020
        },
        {
            "start": 875065080,
            "stop": 875065140
        },
        {
            "start": 875065380,
            "stop": 875065500
        },
        {
            "start": 875065560,
            "stop": 875065659
        },
        {
            "start": 875065676,
            "stop": 875066460
        },
        {
            "start": 875066520,
            "stop": 875066580
        },
        {
            "start": 875066820,
            "stop": 875066920
        },
        {
            "start": 875067040,
            "stop": 875067120
        },
        {
            "start": 875067180,
            "stop": 875067540
        },
        {
            "start": 875067780,
            "stop": 875067840
        },
        {
            "start": 875067900,
            "stop": 875067960
        },
        {
            "start": 875068440,
            "stop": 875068500
        },
        {
            "start": 875068680,
            "stop": 875068835
        },
        {
            "start": 875068852,
            "stop": 875069793
        },
        {
            "start": 875069913,
            "stop": 875070338
        },
        {
            "start": 875070458,
            "stop": 875071130
        },
        {
            "start": 875071255,
            "stop": 875072280
        },
        {
            "start": 875072340,
            "stop": 875072400
        }
    ]
}