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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4377",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4378,
    "results": [
        {
            "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": 875069443
        },
        {
            "start": 875069462,
            "stop": 875069535
        },
        {
            "start": 875069554,
            "stop": 875069793
        },
        {
            "start": 875069913,
            "stop": 875070338
        },
        {
            "start": 875070458,
            "stop": 875071112
        },
        {
            "start": 875071131,
            "stop": 875071135
        },
        {
            "start": 875071255,
            "stop": 875072280
        },
        {
            "start": 875072340,
            "stop": 875072400
        },
        {
            "start": 875072460,
            "stop": 875073085
        },
        {
            "start": 875073104,
            "stop": 875073600
        },
        {
            "start": 875073720,
            "stop": 875073960
        },
        {
            "start": 875074020,
            "stop": 875074140
        },
        {
            "start": 875074260,
            "stop": 875074380
        },
        {
            "start": 875074560,
            "stop": 875074680
        }
    ]
}