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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=125",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 126,
    "results": [
        {
            "start": 1131160038,
            "stop": 1131160044
        },
        {
            "start": 1131160045,
            "stop": 1131160063
        },
        {
            "start": 1131160065,
            "stop": 1131160090
        },
        {
            "start": 1131160091,
            "stop": 1131160093
        },
        {
            "start": 1131160094,
            "stop": 1131160105
        },
        {
            "start": 1131160106,
            "stop": 1131160118
        },
        {
            "start": 1131160119,
            "stop": 1131160158
        },
        {
            "start": 1131160159,
            "stop": 1131160172
        },
        {
            "start": 1131160173,
            "stop": 1131160180
        },
        {
            "start": 1131160181,
            "stop": 1131160218
        },
        {
            "start": 1131160220,
            "stop": 1131160258
        },
        {
            "start": 1131160259,
            "stop": 1131160269
        },
        {
            "start": 1131160270,
            "stop": 1131160271
        },
        {
            "start": 1131160272,
            "stop": 1131160275
        },
        {
            "start": 1131160276,
            "stop": 1131160278
        },
        {
            "start": 1131160279,
            "stop": 1131160286
        },
        {
            "start": 1131160287,
            "stop": 1131160313
        },
        {
            "start": 1131160314,
            "stop": 1131160391
        },
        {
            "start": 1131160392,
            "stop": 1131160405
        },
        {
            "start": 1131160406,
            "stop": 1131160429
        }
    ]
}