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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=571",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=569",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 570,
    "results": [
        {
            "start": 836664965,
            "stop": 836665244
        },
        {
            "start": 836701816,
            "stop": 836709943
        },
        {
            "start": 836710680,
            "stop": 836763587
        },
        {
            "start": 836763592,
            "stop": 836769058
        },
        {
            "start": 836769067,
            "stop": 836769088
        },
        {
            "start": 836770538,
            "stop": 836771135
        },
        {
            "start": 836771783,
            "stop": 836776355
        },
        {
            "start": 836777056,
            "stop": 836779005
        },
        {
            "start": 836779010,
            "stop": 836779117
        },
        {
            "start": 836779122,
            "stop": 836782325
        },
        {
            "start": 836796571,
            "stop": 836853277
        },
        {
            "start": 836854059,
            "stop": 836858163
        },
        {
            "start": 836858173,
            "stop": 836861782
        },
        {
            "start": 836862538,
            "stop": 836880375
        },
        {
            "start": 836882638,
            "stop": 836929024
        },
        {
            "start": 836930041,
            "stop": 836932109
        },
        {
            "start": 836934070,
            "stop": 836943515
        },
        {
            "start": 836944478,
            "stop": 836948867
        },
        {
            "start": 836948873,
            "stop": 836948874
        },
        {
            "start": 836948889,
            "stop": 836948895
        }
    ]
}