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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=98",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 99,
    "results": [
        {
            "start": 1131148043,
            "stop": 1131148140
        },
        {
            "start": 1131148141,
            "stop": 1131148143
        },
        {
            "start": 1131148144,
            "stop": 1131148147
        },
        {
            "start": 1131148148,
            "stop": 1131148176
        },
        {
            "start": 1131148177,
            "stop": 1131148191
        },
        {
            "start": 1131148192,
            "stop": 1131148209
        },
        {
            "start": 1131148210,
            "stop": 1131148239
        },
        {
            "start": 1131148240,
            "stop": 1131148250
        },
        {
            "start": 1131148251,
            "stop": 1131148257
        },
        {
            "start": 1131148258,
            "stop": 1131148267
        },
        {
            "start": 1131148268,
            "stop": 1131148272
        },
        {
            "start": 1131148273,
            "stop": 1131148288
        },
        {
            "start": 1131148289,
            "stop": 1131148305
        },
        {
            "start": 1131148306,
            "stop": 1131148313
        },
        {
            "start": 1131148314,
            "stop": 1131148335
        },
        {
            "start": 1131148336,
            "stop": 1131148359
        },
        {
            "start": 1131148361,
            "stop": 1131148378
        },
        {
            "start": 1131148379,
            "stop": 1131148415
        },
        {
            "start": 1131148416,
            "stop": 1131148444
        },
        {
            "start": 1131148445,
            "stop": 1131148460
        }
    ]
}