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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1108",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1106",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1107,
    "results": [
        {
            "start": 1136425969,
            "stop": 1136425971
        },
        {
            "start": 1136426063,
            "stop": 1136426064
        },
        {
            "start": 1136426069,
            "stop": 1136426071
        },
        {
            "start": 1136426105,
            "stop": 1136426110
        },
        {
            "start": 1136426134,
            "stop": 1136426135
        },
        {
            "start": 1136426138,
            "stop": 1136426139
        },
        {
            "start": 1136426143,
            "stop": 1136426144
        },
        {
            "start": 1136426170,
            "stop": 1136426171
        },
        {
            "start": 1136426190,
            "stop": 1136426195
        },
        {
            "start": 1136426202,
            "stop": 1136426204
        },
        {
            "start": 1136426207,
            "stop": 1136426213
        },
        {
            "start": 1136426238,
            "stop": 1136426239
        },
        {
            "start": 1136426247,
            "stop": 1136426248
        },
        {
            "start": 1136426251,
            "stop": 1136426252
        },
        {
            "start": 1136426255,
            "stop": 1136426257
        },
        {
            "start": 1136426270,
            "stop": 1136426272
        },
        {
            "start": 1136426311,
            "stop": 1136426312
        },
        {
            "start": 1136426317,
            "stop": 1136426318
        },
        {
            "start": 1136426351,
            "stop": 1136426352
        },
        {
            "start": 1136426358,
            "stop": 1136426360
        }
    ]
}