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=5262
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=5263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5261",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5262,
    "results": [
        {
            "start": 874660798,
            "stop": 874660883
        },
        {
            "start": 874660952,
            "stop": 874661239
        },
        {
            "start": 874661246,
            "stop": 874661702
        },
        {
            "start": 874661738,
            "stop": 874662013
        },
        {
            "start": 874662020,
            "stop": 874662060
        },
        {
            "start": 874662240,
            "stop": 874662300
        },
        {
            "start": 874662483,
            "stop": 874662540
        },
        {
            "start": 874663260,
            "stop": 874663278
        },
        {
            "start": 874663290,
            "stop": 874663320
        },
        {
            "start": 874663380,
            "stop": 874663440
        },
        {
            "start": 874663800,
            "stop": 874663860
        },
        {
            "start": 874663920,
            "stop": 874664072
        },
        {
            "start": 874664079,
            "stop": 874664142
        },
        {
            "start": 874664181,
            "stop": 874665625
        },
        {
            "start": 874665663,
            "stop": 874665792
        },
        {
            "start": 874665830,
            "stop": 874667717
        },
        {
            "start": 874667753,
            "stop": 874668665
        },
        {
            "start": 874668702,
            "stop": 874669702
        },
        {
            "start": 874669746,
            "stop": 874670282
        },
        {
            "start": 874670322,
            "stop": 874670415
        }
    ]
}