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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3963",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3964,
    "results": [
        {
            "start": 874411301,
            "stop": 874411358
        },
        {
            "start": 874411361,
            "stop": 874411366
        },
        {
            "start": 874411374,
            "stop": 874411430
        },
        {
            "start": 874411433,
            "stop": 874411438
        },
        {
            "start": 874411441,
            "stop": 874411491
        },
        {
            "start": 874411495,
            "stop": 874411502
        },
        {
            "start": 874411505,
            "stop": 874411510
        },
        {
            "start": 874411516,
            "stop": 874411557
        },
        {
            "start": 874411560,
            "stop": 874411583
        },
        {
            "start": 874411586,
            "stop": 874411858
        },
        {
            "start": 874411861,
            "stop": 874411873
        },
        {
            "start": 874411876,
            "stop": 874411881
        },
        {
            "start": 874411885,
            "stop": 874412046
        },
        {
            "start": 874412047,
            "stop": 874412049
        },
        {
            "start": 874412050,
            "stop": 874412056
        },
        {
            "start": 874412059,
            "stop": 874412103
        },
        {
            "start": 874412106,
            "stop": 874412112
        },
        {
            "start": 874412115,
            "stop": 874412148
        },
        {
            "start": 874412158,
            "stop": 874412168
        },
        {
            "start": 874412177,
            "stop": 874412180
        }
    ]
}