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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=335",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 336,
    "results": [
        {
            "start": 823267350,
            "stop": 823271870
        },
        {
            "start": 823271950,
            "stop": 823273960
        },
        {
            "start": 823274402,
            "stop": 823275890
        },
        {
            "start": 823276210,
            "stop": 823276790
        },
        {
            "start": 823276870,
            "stop": 823277149
        },
        {
            "start": 823277157,
            "stop": 823277390
        },
        {
            "start": 823277470,
            "stop": 823277661
        },
        {
            "start": 823279064,
            "stop": 823279850
        },
        {
            "start": 823279930,
            "stop": 823280233
        },
        {
            "start": 823281109,
            "stop": 823281470
        },
        {
            "start": 823281610,
            "stop": 823281650
        },
        {
            "start": 823281730,
            "stop": 823282130
        },
        {
            "start": 823282210,
            "stop": 823282943
        },
        {
            "start": 823328161,
            "stop": 823331330
        },
        {
            "start": 823331410,
            "stop": 823336848
        },
        {
            "start": 823339195,
            "stop": 823345550
        },
        {
            "start": 823345630,
            "stop": 823347975
        },
        {
            "start": 823347979,
            "stop": 823350530
        },
        {
            "start": 823350670,
            "stop": 823351248
        },
        {
            "start": 823351371,
            "stop": 823355071
        }
    ]
}