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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=10",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 11,
    "results": [
        {
            "start": 1127297777,
            "stop": 1127297957
        },
        {
            "start": 1127298017,
            "stop": 1127298077
        },
        {
            "start": 1127298137,
            "stop": 1127298197
        },
        {
            "start": 1127298257,
            "stop": 1127298377
        },
        {
            "start": 1127298437,
            "stop": 1127298977
        },
        {
            "start": 1127299037,
            "stop": 1127299157
        },
        {
            "start": 1127299277,
            "stop": 1127299577
        },
        {
            "start": 1127299697,
            "stop": 1127299757
        },
        {
            "start": 1127300237,
            "stop": 1127300297
        },
        {
            "start": 1127300477,
            "stop": 1127300777
        },
        {
            "start": 1127301437,
            "stop": 1127301497
        },
        {
            "start": 1127301797,
            "stop": 1127301917
        },
        {
            "start": 1127302037,
            "stop": 1127302097
        },
        {
            "start": 1127302157,
            "stop": 1127302217
        },
        {
            "start": 1127302277,
            "stop": 1127302337
        },
        {
            "start": 1127303357,
            "stop": 1127303417
        },
        {
            "start": 1127303657,
            "stop": 1127303777
        },
        {
            "start": 1127303837,
            "stop": 1127303957
        },
        {
            "start": 1127304197,
            "stop": 1127304317
        },
        {
            "start": 1127304437,
            "stop": 1127304617
        }
    ]
}