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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=143",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 144,
    "results": [
        {
            "start": 931991461,
            "stop": 931991489
        },
        {
            "start": 931991491,
            "stop": 931991504
        },
        {
            "start": 931991506,
            "stop": 931991699
        },
        {
            "start": 931991701,
            "stop": 931991822
        },
        {
            "start": 931998060,
            "stop": 931998938
        },
        {
            "start": 932001611,
            "stop": 932002536
        },
        {
            "start": 932002541,
            "stop": 932002637
        },
        {
            "start": 932002643,
            "stop": 932002690
        },
        {
            "start": 932002810,
            "stop": 932002826
        },
        {
            "start": 932002828,
            "stop": 932002833
        },
        {
            "start": 932002835,
            "stop": 932002887
        },
        {
            "start": 932002889,
            "stop": 932002894
        },
        {
            "start": 932002896,
            "stop": 932002918
        },
        {
            "start": 932002990,
            "stop": 932003025
        },
        {
            "start": 932003030,
            "stop": 932003039
        },
        {
            "start": 932003045,
            "stop": 932003049
        },
        {
            "start": 932003290,
            "stop": 932003314
        },
        {
            "start": 932003319,
            "stop": 932003548
        },
        {
            "start": 932003551,
            "stop": 932003645
        },
        {
            "start": 932003647,
            "stop": 932003649
        }
    ]
}