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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=275",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 276,
    "results": [
        {
            "start": 856730941,
            "stop": 856730995
        },
        {
            "start": 856743290,
            "stop": 856743959
        },
        {
            "start": 856743976,
            "stop": 856745439
        },
        {
            "start": 856746382,
            "stop": 856748430
        },
        {
            "start": 856748790,
            "stop": 856778602
        },
        {
            "start": 856781630,
            "stop": 856791990
        },
        {
            "start": 856791995,
            "stop": 856804550
        },
        {
            "start": 856804674,
            "stop": 856806460
        },
        {
            "start": 856806550,
            "stop": 856808425
        },
        {
            "start": 856809489,
            "stop": 856811044
        },
        {
            "start": 856811066,
            "stop": 856811112
        },
        {
            "start": 856811133,
            "stop": 856814044
        },
        {
            "start": 856814126,
            "stop": 856815104
        },
        {
            "start": 856815128,
            "stop": 856817622
        },
        {
            "start": 856817756,
            "stop": 856820287
        },
        {
            "start": 856820321,
            "stop": 856820329
        },
        {
            "start": 856820351,
            "stop": 856822371
        },
        {
            "start": 856822472,
            "stop": 856823014
        },
        {
            "start": 856823036,
            "stop": 856824185
        },
        {
            "start": 856824204,
            "stop": 856826314
        }
    ]
}