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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5270",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5271,
    "results": [
        {
            "start": 875227339,
            "stop": 875227394
        },
        {
            "start": 875227402,
            "stop": 875227435
        },
        {
            "start": 875227442,
            "stop": 875227488
        },
        {
            "start": 875227495,
            "stop": 875227496
        },
        {
            "start": 875227503,
            "stop": 875227504
        },
        {
            "start": 875227513,
            "stop": 875227566
        },
        {
            "start": 875227573,
            "stop": 875227602
        },
        {
            "start": 875227609,
            "stop": 875227623
        },
        {
            "start": 875227630,
            "stop": 875227632
        },
        {
            "start": 875227640,
            "stop": 875227652
        },
        {
            "start": 875227660,
            "stop": 875227688
        },
        {
            "start": 875227695,
            "stop": 875227777
        },
        {
            "start": 875227784,
            "stop": 875227811
        },
        {
            "start": 875227818,
            "stop": 875227886
        },
        {
            "start": 875227893,
            "stop": 875227974
        },
        {
            "start": 875227981,
            "stop": 875227987
        },
        {
            "start": 875227995,
            "stop": 875228002
        },
        {
            "start": 875228010,
            "stop": 875228030
        },
        {
            "start": 875228037,
            "stop": 875228057
        },
        {
            "start": 875228064,
            "stop": 875228070
        }
    ]
}