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=8090
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=8091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8089",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8090,
    "results": [
        {
            "start": 872492061,
            "stop": 872492106
        },
        {
            "start": 872492135,
            "stop": 872492982
        },
        {
            "start": 872492999,
            "stop": 872493578
        },
        {
            "start": 872493595,
            "stop": 872493662
        },
        {
            "start": 872493682,
            "stop": 872493718
        },
        {
            "start": 872493784,
            "stop": 872494119
        },
        {
            "start": 872494136,
            "stop": 872494886
        },
        {
            "start": 872494903,
            "stop": 872495909
        },
        {
            "start": 872495926,
            "stop": 872495941
        },
        {
            "start": 872495958,
            "stop": 872495970
        },
        {
            "start": 872497895,
            "stop": 872498369
        },
        {
            "start": 872498386,
            "stop": 872498391
        },
        {
            "start": 872498412,
            "stop": 872498521
        },
        {
            "start": 872498540,
            "stop": 872500611
        },
        {
            "start": 872500628,
            "stop": 872501031
        },
        {
            "start": 872501050,
            "stop": 872501176
        },
        {
            "start": 872501196,
            "stop": 872501201
        },
        {
            "start": 872501222,
            "stop": 872501700
        },
        {
            "start": 872501719,
            "stop": 872501953
        },
        {
            "start": 872501998,
            "stop": 872502028
        }
    ]
}