Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7553
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7554",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7552",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7553,
    "results": [
        {
            "start": 970469102,
            "stop": 970469119
        },
        {
            "start": 970469122,
            "stop": 970469148
        },
        {
            "start": 970469152,
            "stop": 970469177
        },
        {
            "start": 970469180,
            "stop": 970469184
        },
        {
            "start": 970469187,
            "stop": 970469195
        },
        {
            "start": 970469198,
            "stop": 970469200
        },
        {
            "start": 970469203,
            "stop": 970469209
        },
        {
            "start": 970469212,
            "stop": 970469235
        },
        {
            "start": 970469238,
            "stop": 970469259
        },
        {
            "start": 970469262,
            "stop": 970469272
        },
        {
            "start": 970469275,
            "stop": 970469287
        },
        {
            "start": 970469290,
            "stop": 970469319
        },
        {
            "start": 970469322,
            "stop": 970469377
        },
        {
            "start": 970469380,
            "stop": 970469400
        },
        {
            "start": 970469403,
            "stop": 970469452
        },
        {
            "start": 970469455,
            "stop": 970469478
        },
        {
            "start": 970469482,
            "stop": 970469493
        },
        {
            "start": 970469511,
            "stop": 970469536
        },
        {
            "start": 970469539,
            "stop": 970469543
        },
        {
            "start": 970469549,
            "stop": 970469552
        }
    ]
}