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/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=194",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 195,
    "results": [
        {
            "start": 820209878,
            "stop": 820209920
        },
        {
            "start": 820209927,
            "stop": 820209992
        },
        {
            "start": 820210000,
            "stop": 820210006
        },
        {
            "start": 820210013,
            "stop": 820210067
        },
        {
            "start": 820210080,
            "stop": 820210103
        },
        {
            "start": 820210111,
            "stop": 820210146
        },
        {
            "start": 820210153,
            "stop": 820210176
        },
        {
            "start": 820210183,
            "stop": 820210221
        },
        {
            "start": 820210233,
            "stop": 820210281
        },
        {
            "start": 820210289,
            "stop": 820210407
        },
        {
            "start": 820210415,
            "stop": 820210441
        },
        {
            "start": 820210448,
            "stop": 820210500
        },
        {
            "start": 820210514,
            "stop": 820210602
        },
        {
            "start": 820210609,
            "stop": 820210633
        },
        {
            "start": 820211746,
            "stop": 820211924
        },
        {
            "start": 820212105,
            "stop": 820212114
        },
        {
            "start": 820212121,
            "stop": 820212138
        },
        {
            "start": 820212146,
            "stop": 820212250
        },
        {
            "start": 820212258,
            "stop": 820212284
        },
        {
            "start": 820212465,
            "stop": 820212766
        }
    ]
}