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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3650",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3651,
    "results": [
        {
            "start": 872621576,
            "stop": 872622802
        },
        {
            "start": 872622900,
            "stop": 872623276
        },
        {
            "start": 872623293,
            "stop": 872623680
        },
        {
            "start": 872623740,
            "stop": 872624100
        },
        {
            "start": 872624280,
            "stop": 872625120
        },
        {
            "start": 872625180,
            "stop": 872625780
        },
        {
            "start": 872625900,
            "stop": 872625960
        },
        {
            "start": 872625976,
            "stop": 872626142
        },
        {
            "start": 872627375,
            "stop": 872627458
        },
        {
            "start": 872627475,
            "stop": 872627787
        },
        {
            "start": 872627808,
            "stop": 872629144
        },
        {
            "start": 872629153,
            "stop": 872629175
        },
        {
            "start": 872629178,
            "stop": 872629440
        },
        {
            "start": 872629665,
            "stop": 872629744
        },
        {
            "start": 872629761,
            "stop": 872629927
        },
        {
            "start": 872630040,
            "stop": 872630384
        },
        {
            "start": 872630760,
            "stop": 872630820
        },
        {
            "start": 872630940,
            "stop": 872631164
        },
        {
            "start": 872631345,
            "stop": 872631420
        },
        {
            "start": 872631480,
            "stop": 872631600
        }
    ]
}