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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2172",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2173,
    "results": [
        {
            "start": 872435279,
            "stop": 872435302
        },
        {
            "start": 872435536,
            "stop": 872435552
        },
        {
            "start": 872435569,
            "stop": 872435574
        },
        {
            "start": 872435602,
            "stop": 872435622
        },
        {
            "start": 872435666,
            "stop": 872435802
        },
        {
            "start": 872435855,
            "stop": 872435880
        },
        {
            "start": 872435940,
            "stop": 872435960
        },
        {
            "start": 872435996,
            "stop": 872436068
        },
        {
            "start": 872436093,
            "stop": 872436163
        },
        {
            "start": 872436363,
            "stop": 872436370
        },
        {
            "start": 872436833,
            "stop": 872437218
        },
        {
            "start": 872437236,
            "stop": 872437657
        },
        {
            "start": 872437676,
            "stop": 872437869
        },
        {
            "start": 872437886,
            "stop": 872437958
        },
        {
            "start": 872437975,
            "stop": 872438183
        },
        {
            "start": 872438200,
            "stop": 872438207
        },
        {
            "start": 872438224,
            "stop": 872438342
        },
        {
            "start": 872438359,
            "stop": 872438556
        },
        {
            "start": 872438573,
            "stop": 872439013
        },
        {
            "start": 872439030,
            "stop": 872439337
        }
    ]
}