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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=126",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 127,
    "results": [
        {
            "start": 1176546038,
            "stop": 1176546060
        },
        {
            "start": 1176546061,
            "stop": 1176553681
        },
        {
            "start": 1176595909,
            "stop": 1176596022
        },
        {
            "start": 1176598973,
            "stop": 1176599768
        },
        {
            "start": 1176599770,
            "stop": 1176599952
        },
        {
            "start": 1176599954,
            "stop": 1176599955
        },
        {
            "start": 1176599957,
            "stop": 1176599962
        },
        {
            "start": 1176599963,
            "stop": 1176599964
        },
        {
            "start": 1176599979,
            "stop": 1176600162
        },
        {
            "start": 1176600165,
            "stop": 1176604486
        },
        {
            "start": 1176604487,
            "stop": 1176606597
        },
        {
            "start": 1176606598,
            "stop": 1176606602
        },
        {
            "start": 1176606603,
            "stop": 1176606643
        },
        {
            "start": 1176606645,
            "stop": 1176606702
        },
        {
            "start": 1176606703,
            "stop": 1176606737
        },
        {
            "start": 1176606740,
            "stop": 1176606776
        },
        {
            "start": 1176606777,
            "stop": 1176607216
        },
        {
            "start": 1176607217,
            "stop": 1176607309
        },
        {
            "start": 1176607311,
            "stop": 1176607855
        },
        {
            "start": 1176608737,
            "stop": 1176610278
        }
    ]
}