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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=212",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 213,
    "results": [
        {
            "start": 820233202,
            "stop": 820233423
        },
        {
            "start": 820233426,
            "stop": 820233473
        },
        {
            "start": 820233476,
            "stop": 820233670
        },
        {
            "start": 820233674,
            "stop": 820233710
        },
        {
            "start": 820233713,
            "stop": 820233715
        },
        {
            "start": 820233721,
            "stop": 820234322
        },
        {
            "start": 820234325,
            "stop": 820234769
        },
        {
            "start": 820234773,
            "stop": 820234774
        },
        {
            "start": 820234779,
            "stop": 820234816
        },
        {
            "start": 820234820,
            "stop": 820234913
        },
        {
            "start": 820234917,
            "stop": 820234937
        },
        {
            "start": 820234940,
            "stop": 820235162
        },
        {
            "start": 820235165,
            "stop": 820235364
        },
        {
            "start": 820235367,
            "stop": 820235381
        },
        {
            "start": 820235386,
            "stop": 820235456
        },
        {
            "start": 820235459,
            "stop": 820235775
        },
        {
            "start": 820235778,
            "stop": 820235844
        },
        {
            "start": 820235847,
            "stop": 820235849
        },
        {
            "start": 820235853,
            "stop": 820236410
        },
        {
            "start": 820236413,
            "stop": 820236478
        }
    ]
}