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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=326",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 327,
    "results": [
        {
            "start": 823064507,
            "stop": 823065417
        },
        {
            "start": 823065431,
            "stop": 823065663
        },
        {
            "start": 823065670,
            "stop": 823065718
        },
        {
            "start": 823065725,
            "stop": 823065732
        },
        {
            "start": 823065739,
            "stop": 823066054
        },
        {
            "start": 823066061,
            "stop": 823066336
        },
        {
            "start": 823066344,
            "stop": 823066356
        },
        {
            "start": 823066370,
            "stop": 823066618
        },
        {
            "start": 823066625,
            "stop": 823066895
        },
        {
            "start": 823066902,
            "stop": 823067082
        },
        {
            "start": 823067090,
            "stop": 823067557
        },
        {
            "start": 823067575,
            "stop": 823067637
        },
        {
            "start": 823067644,
            "stop": 823067989
        },
        {
            "start": 823068009,
            "stop": 823068037
        },
        {
            "start": 823068044,
            "stop": 823068106
        },
        {
            "start": 823068120,
            "stop": 823068274
        },
        {
            "start": 823068281,
            "stop": 823068400
        },
        {
            "start": 823068407,
            "stop": 823068705
        },
        {
            "start": 823068712,
            "stop": 823068729
        },
        {
            "start": 823068742,
            "stop": 823068876
        }
    ]
}