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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5243",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5244,
    "results": [
        {
            "start": 874411121,
            "stop": 874411131
        },
        {
            "start": 874411184,
            "stop": 874411202
        },
        {
            "start": 874411250,
            "stop": 874411277
        },
        {
            "start": 874411326,
            "stop": 874411350
        },
        {
            "start": 874411399,
            "stop": 874411422
        },
        {
            "start": 874411466,
            "stop": 874411483
        },
        {
            "start": 874411541,
            "stop": 874411549
        },
        {
            "start": 874411611,
            "stop": 874411850
        },
        {
            "start": 874411910,
            "stop": 874412038
        },
        {
            "start": 874412084,
            "stop": 874412095
        },
        {
            "start": 874412222,
            "stop": 874412260
        },
        {
            "start": 874412296,
            "stop": 874412331
        },
        {
            "start": 874412664,
            "stop": 874412776
        },
        {
            "start": 874413290,
            "stop": 874414140
        },
        {
            "start": 874414174,
            "stop": 874414304
        },
        {
            "start": 874414338,
            "stop": 874414487
        },
        {
            "start": 874414494,
            "stop": 874414539
        },
        {
            "start": 874414617,
            "stop": 874415211
        },
        {
            "start": 874415218,
            "stop": 874415774
        },
        {
            "start": 874415942,
            "stop": 874416164
        }
    ]
}