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=8296
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=8297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8295",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8296,
    "results": [
        {
            "start": 874079126,
            "stop": 874079600
        },
        {
            "start": 874079619,
            "stop": 874079908
        },
        {
            "start": 874079931,
            "stop": 874079971
        },
        {
            "start": 874079988,
            "stop": 874080810
        },
        {
            "start": 874082216,
            "stop": 874082235
        },
        {
            "start": 874082255,
            "stop": 874082271
        },
        {
            "start": 874082290,
            "stop": 874082408
        },
        {
            "start": 874082426,
            "stop": 874082614
        },
        {
            "start": 874082631,
            "stop": 874082884
        },
        {
            "start": 874083004,
            "stop": 874083011
        },
        {
            "start": 874083028,
            "stop": 874083060
        },
        {
            "start": 874083180,
            "stop": 874083205
        },
        {
            "start": 874083222,
            "stop": 874083240
        },
        {
            "start": 874083300,
            "stop": 874083363
        },
        {
            "start": 874083382,
            "stop": 874083503
        },
        {
            "start": 874083532,
            "stop": 874083541
        },
        {
            "start": 874083558,
            "stop": 874083562
        },
        {
            "start": 874083726,
            "stop": 874083752
        },
        {
            "start": 874083769,
            "stop": 874084694
        },
        {
            "start": 874084711,
            "stop": 874085133
        }
    ]
}