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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8235",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8236,
    "results": [
        {
            "start": 873745608,
            "stop": 873745610
        },
        {
            "start": 873745629,
            "stop": 873745640
        },
        {
            "start": 873745661,
            "stop": 873745695
        },
        {
            "start": 873745714,
            "stop": 873745758
        },
        {
            "start": 873745778,
            "stop": 873745842
        },
        {
            "start": 873745862,
            "stop": 873745978
        },
        {
            "start": 873746020,
            "stop": 873746375
        },
        {
            "start": 873746394,
            "stop": 873746492
        },
        {
            "start": 873746514,
            "stop": 873746549
        },
        {
            "start": 873746569,
            "stop": 873746703
        },
        {
            "start": 873746722,
            "stop": 873746729
        },
        {
            "start": 873746748,
            "stop": 873746780
        },
        {
            "start": 873746990,
            "stop": 873747085
        },
        {
            "start": 873747105,
            "stop": 873747155
        },
        {
            "start": 873747720,
            "stop": 873747780
        },
        {
            "start": 873747900,
            "stop": 873747916
        },
        {
            "start": 873748080,
            "stop": 873748280
        },
        {
            "start": 873748300,
            "stop": 873748336
        },
        {
            "start": 873748576,
            "stop": 873748614
        },
        {
            "start": 873748633,
            "stop": 873749115
        }
    ]
}