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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8060",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8058",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8059,
    "results": [
        {
            "start": 970469092,
            "stop": 970469099
        },
        {
            "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
        }
    ]
}