Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=68",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 69,
    "results": [
        {
            "start": 825534332,
            "stop": 825540014
        },
        {
            "start": 825541382,
            "stop": 825545364
        },
        {
            "start": 825545573,
            "stop": 825545890
        },
        {
            "start": 825546686,
            "stop": 825554920
        },
        {
            "start": 825555920,
            "stop": 825582016
        },
        {
            "start": 825585263,
            "stop": 825590819
        },
        {
            "start": 825597440,
            "stop": 825615222
        },
        {
            "start": 825615230,
            "stop": 825615258
        },
        {
            "start": 825617321,
            "stop": 825645177
        },
        {
            "start": 825645184,
            "stop": 825654182
        },
        {
            "start": 825656828,
            "stop": 825656839
        },
        {
            "start": 825657186,
            "stop": 825696107
        },
        {
            "start": 825697158,
            "stop": 825700111
        },
        {
            "start": 825700119,
            "stop": 825701642
        },
        {
            "start": 825701651,
            "stop": 825711357
        },
        {
            "start": 825711365,
            "stop": 825713999
        },
        {
            "start": 825714007,
            "stop": 825714043
        },
        {
            "start": 825714064,
            "stop": 825714075
        },
        {
            "start": 825714084,
            "stop": 825720225
        },
        {
            "start": 825720346,
            "stop": 825722259
        }
    ]
}