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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8927",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8928,
    "results": [
        {
            "start": 873492250,
            "stop": 873492309
        },
        {
            "start": 873492329,
            "stop": 873492660
        },
        {
            "start": 873492720,
            "stop": 873492799
        },
        {
            "start": 873492818,
            "stop": 873493182
        },
        {
            "start": 873493202,
            "stop": 873493256
        },
        {
            "start": 873493276,
            "stop": 873493440
        },
        {
            "start": 873493620,
            "stop": 873493681
        },
        {
            "start": 873493703,
            "stop": 873493720
        },
        {
            "start": 873493739,
            "stop": 873493940
        },
        {
            "start": 873493970,
            "stop": 873495576
        },
        {
            "start": 873495593,
            "stop": 873496581
        },
        {
            "start": 873497767,
            "stop": 873497802
        },
        {
            "start": 873497819,
            "stop": 873499650
        },
        {
            "start": 873500610,
            "stop": 873501677
        },
        {
            "start": 873503015,
            "stop": 873504533
        },
        {
            "start": 873504550,
            "stop": 873506733
        },
        {
            "start": 873506752,
            "stop": 873508218
        },
        {
            "start": 873508235,
            "stop": 873508262
        },
        {
            "start": 873508279,
            "stop": 873509268
        },
        {
            "start": 873509286,
            "stop": 873510393
        }
    ]
}