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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=392",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 393,
    "results": [
        {
            "start": 1184527968,
            "stop": 1184528331
        },
        {
            "start": 1184528334,
            "stop": 1184528372
        },
        {
            "start": 1184537239,
            "stop": 1184538358
        },
        {
            "start": 1184538368,
            "stop": 1184538390
        },
        {
            "start": 1184538396,
            "stop": 1184538428
        },
        {
            "start": 1184538454,
            "stop": 1184539877
        },
        {
            "start": 1184540346,
            "stop": 1184548085
        },
        {
            "start": 1184548089,
            "stop": 1184559079
        },
        {
            "start": 1184561504,
            "stop": 1184566384
        },
        {
            "start": 1184568203,
            "stop": 1184572867
        },
        {
            "start": 1184572873,
            "stop": 1184573132
        },
        {
            "start": 1184573154,
            "stop": 1184573155
        },
        {
            "start": 1184573179,
            "stop": 1184573184
        },
        {
            "start": 1184573192,
            "stop": 1184573293
        },
        {
            "start": 1184573307,
            "stop": 1184573325
        },
        {
            "start": 1184573333,
            "stop": 1184573415
        },
        {
            "start": 1184573421,
            "stop": 1184573445
        },
        {
            "start": 1184573451,
            "stop": 1184573585
        },
        {
            "start": 1184573590,
            "stop": 1184573659
        },
        {
            "start": 1184573668,
            "stop": 1184573705
        }
    ]
}