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=3750
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=3751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3749",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3750,
    "results": [
        {
            "start": 872973562,
            "stop": 872973592
        },
        {
            "start": 872973594,
            "stop": 872973605
        },
        {
            "start": 872973606,
            "stop": 872973623
        },
        {
            "start": 872973625,
            "stop": 872973685
        },
        {
            "start": 872973687,
            "stop": 872973722
        },
        {
            "start": 872973724,
            "stop": 872973738
        },
        {
            "start": 872973740,
            "stop": 872973765
        },
        {
            "start": 872973766,
            "stop": 872973771
        },
        {
            "start": 872973772,
            "stop": 872973773
        },
        {
            "start": 872973774,
            "stop": 872973778
        },
        {
            "start": 872973779,
            "stop": 872973787
        },
        {
            "start": 872973788,
            "stop": 872973839
        },
        {
            "start": 872973840,
            "stop": 872973900
        },
        {
            "start": 872973902,
            "stop": 872973924
        },
        {
            "start": 872973926,
            "stop": 872973952
        },
        {
            "start": 872973954,
            "stop": 872974003
        },
        {
            "start": 872974005,
            "stop": 872974025
        },
        {
            "start": 872974027,
            "stop": 872974043
        },
        {
            "start": 872974045,
            "stop": 872974108
        },
        {
            "start": 872974110,
            "stop": 872974198
        }
    ]
}