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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=81",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 82,
    "results": [
        {
            "start": 1131056079,
            "stop": 1131056082
        },
        {
            "start": 1131056085,
            "stop": 1131056087
        },
        {
            "start": 1131056089,
            "stop": 1131056090
        },
        {
            "start": 1131056093,
            "stop": 1131056143
        },
        {
            "start": 1131056144,
            "stop": 1131056147
        },
        {
            "start": 1131056149,
            "stop": 1131056185
        },
        {
            "start": 1131056187,
            "stop": 1131056191
        },
        {
            "start": 1131056192,
            "stop": 1131056322
        },
        {
            "start": 1131056323,
            "stop": 1131056324
        },
        {
            "start": 1131056326,
            "stop": 1131056327
        },
        {
            "start": 1131056328,
            "stop": 1131056329
        },
        {
            "start": 1131056330,
            "stop": 1131056348
        },
        {
            "start": 1131056350,
            "stop": 1131056354
        },
        {
            "start": 1131056356,
            "stop": 1131056361
        },
        {
            "start": 1131056362,
            "stop": 1131056394
        },
        {
            "start": 1131056395,
            "stop": 1131056396
        },
        {
            "start": 1131056397,
            "stop": 1131058520
        },
        {
            "start": 1131058521,
            "stop": 1131058522
        },
        {
            "start": 1131058523,
            "stop": 1131058525
        },
        {
            "start": 1131058527,
            "stop": 1131058528
        }
    ]
}