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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=33",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 34,
    "results": [
        {
            "start": 820251634,
            "stop": 820251643
        },
        {
            "start": 820251657,
            "stop": 820273451
        },
        {
            "start": 820273686,
            "stop": 820275929
        },
        {
            "start": 820280886,
            "stop": 820280902
        },
        {
            "start": 820280976,
            "stop": 820284794
        },
        {
            "start": 820285510,
            "stop": 820301971
        },
        {
            "start": 820301978,
            "stop": 820304494
        },
        {
            "start": 820304918,
            "stop": 820316390
        },
        {
            "start": 820316628,
            "stop": 820321194
        },
        {
            "start": 820321810,
            "stop": 820322264
        },
        {
            "start": 820322418,
            "stop": 820327238
        },
        {
            "start": 820327808,
            "stop": 820338086
        },
        {
            "start": 820338288,
            "stop": 820340202
        },
        {
            "start": 820359180,
            "stop": 820359381
        },
        {
            "start": 820359678,
            "stop": 820364671
        },
        {
            "start": 820365762,
            "stop": 820370993
        },
        {
            "start": 820373426,
            "stop": 820375120
        },
        {
            "start": 820375126,
            "stop": 820380198
        },
        {
            "start": 820381418,
            "stop": 820382000
        },
        {
            "start": 820382080,
            "stop": 820394438
        }
    ]
}