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=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_CAT3/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=275",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 276,
    "results": [
        {
            "start": 822477825,
            "stop": 822477826
        },
        {
            "start": 822478157,
            "stop": 822478273
        },
        {
            "start": 822478491,
            "stop": 822478594
        },
        {
            "start": 822478601,
            "stop": 822478633
        },
        {
            "start": 822478640,
            "stop": 822478710
        },
        {
            "start": 822478717,
            "stop": 822478753
        },
        {
            "start": 822478767,
            "stop": 822478768
        },
        {
            "start": 822480318,
            "stop": 822480329
        },
        {
            "start": 822480342,
            "stop": 822480500
        },
        {
            "start": 822480508,
            "stop": 822480635
        },
        {
            "start": 822480643,
            "stop": 822480860
        },
        {
            "start": 822480867,
            "stop": 822480981
        },
        {
            "start": 822480989,
            "stop": 822481025
        },
        {
            "start": 822481032,
            "stop": 822481084
        },
        {
            "start": 822481092,
            "stop": 822481118
        },
        {
            "start": 822481125,
            "stop": 822481167
        },
        {
            "start": 822481184,
            "stop": 822481221
        },
        {
            "start": 822481228,
            "stop": 822481249
        },
        {
            "start": 822481256,
            "stop": 822481357
        },
        {
            "start": 822481365,
            "stop": 822481523
        }
    ]
}