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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8881",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8882,
    "results": [
        {
            "start": 875064420,
            "stop": 875064480
        },
        {
            "start": 875064600,
            "stop": 875064660
        },
        {
            "start": 875064960,
            "stop": 875065020
        },
        {
            "start": 875065080,
            "stop": 875065140
        },
        {
            "start": 875065380,
            "stop": 875065500
        },
        {
            "start": 875065560,
            "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": 875069793
        },
        {
            "start": 875069913,
            "stop": 875070338
        },
        {
            "start": 875070458,
            "stop": 875071135
        },
        {
            "start": 875071255,
            "stop": 875072280
        },
        {
            "start": 875072340,
            "stop": 875072400
        },
        {
            "start": 875072460,
            "stop": 875072596
        },
        {
            "start": 875072613,
            "stop": 875073600
        }
    ]
}