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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=218",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 219,
    "results": [
        {
            "start": 958282277,
            "stop": 958290408
        },
        {
            "start": 958299220,
            "stop": 958310061
        },
        {
            "start": 958312011,
            "stop": 958320859
        },
        {
            "start": 958325429,
            "stop": 958326120
        },
        {
            "start": 958328862,
            "stop": 958336212
        },
        {
            "start": 958337706,
            "stop": 958338220
        },
        {
            "start": 958338231,
            "stop": 958340009
        },
        {
            "start": 958340014,
            "stop": 958341235
        },
        {
            "start": 958341239,
            "stop": 958341241
        },
        {
            "start": 958341249,
            "stop": 958349746
        },
        {
            "start": 958349749,
            "stop": 958349853
        },
        {
            "start": 958349856,
            "stop": 958349903
        },
        {
            "start": 958349909,
            "stop": 958349917
        },
        {
            "start": 958349945,
            "stop": 958349949
        },
        {
            "start": 958349961,
            "stop": 958349969
        },
        {
            "start": 958350041,
            "stop": 958350043
        },
        {
            "start": 958350057,
            "stop": 958350060
        },
        {
            "start": 958350065,
            "stop": 958350088
        },
        {
            "start": 958350091,
            "stop": 958350094
        },
        {
            "start": 958350098,
            "stop": 958350106
        }
    ]
}