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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=365",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 366,
    "results": [
        {
            "start": 821495125,
            "stop": 821495171
        },
        {
            "start": 821495174,
            "stop": 821495197
        },
        {
            "start": 821495204,
            "stop": 821495216
        },
        {
            "start": 821495219,
            "stop": 821495284
        },
        {
            "start": 821495289,
            "stop": 821495351
        },
        {
            "start": 821495354,
            "stop": 821495357
        },
        {
            "start": 821495360,
            "stop": 821495405
        },
        {
            "start": 821495408,
            "stop": 821495461
        },
        {
            "start": 821495464,
            "stop": 821495526
        },
        {
            "start": 821495534,
            "stop": 821495557
        },
        {
            "start": 821495564,
            "stop": 821495579
        },
        {
            "start": 821495582,
            "stop": 821495605
        },
        {
            "start": 821495608,
            "stop": 821495628
        },
        {
            "start": 821495631,
            "stop": 821495694
        },
        {
            "start": 821495697,
            "stop": 821495780
        },
        {
            "start": 821495783,
            "stop": 821495846
        },
        {
            "start": 821495854,
            "stop": 821495861
        },
        {
            "start": 821495864,
            "stop": 821495915
        },
        {
            "start": 821495918,
            "stop": 821495929
        },
        {
            "start": 821495937,
            "stop": 821495952
        }
    ]
}