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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=15",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 16,
    "results": [
        {
            "start": 1127359037,
            "stop": 1127359097
        },
        {
            "start": 1127359217,
            "stop": 1127359277
        },
        {
            "start": 1127359397,
            "stop": 1127359457
        },
        {
            "start": 1127359517,
            "stop": 1127359577
        },
        {
            "start": 1127359697,
            "stop": 1127360057
        },
        {
            "start": 1127360117,
            "stop": 1127364257
        },
        {
            "start": 1127364557,
            "stop": 1127364677
        },
        {
            "start": 1127364737,
            "stop": 1127367377
        },
        {
            "start": 1127367437,
            "stop": 1127367737
        },
        {
            "start": 1127368457,
            "stop": 1127368517
        },
        {
            "start": 1127368577,
            "stop": 1127368877
        },
        {
            "start": 1127368937,
            "stop": 1127369117
        },
        {
            "start": 1127369177,
            "stop": 1127369237
        },
        {
            "start": 1127369357,
            "stop": 1127386037
        },
        {
            "start": 1127386097,
            "stop": 1127387357
        },
        {
            "start": 1127387417,
            "stop": 1127398817
        },
        {
            "start": 1127399057,
            "stop": 1127420057
        },
        {
            "start": 1127420957,
            "stop": 1127421077
        },
        {
            "start": 1127421317,
            "stop": 1127421497
        },
        {
            "start": 1127421917,
            "stop": 1127421977
        }
    ]
}