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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=124",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 125,
    "results": [
        {
            "start": 1131159473,
            "stop": 1131159476
        },
        {
            "start": 1131159477,
            "stop": 1131159521
        },
        {
            "start": 1131159522,
            "stop": 1131159559
        },
        {
            "start": 1131159560,
            "stop": 1131159596
        },
        {
            "start": 1131159597,
            "stop": 1131159641
        },
        {
            "start": 1131159642,
            "stop": 1131159658
        },
        {
            "start": 1131159659,
            "stop": 1131159675
        },
        {
            "start": 1131159676,
            "stop": 1131159691
        },
        {
            "start": 1131159692,
            "stop": 1131159701
        },
        {
            "start": 1131159702,
            "stop": 1131159704
        },
        {
            "start": 1131159705,
            "stop": 1131159711
        },
        {
            "start": 1131159712,
            "stop": 1131159728
        },
        {
            "start": 1131159729,
            "stop": 1131159825
        },
        {
            "start": 1131159826,
            "stop": 1131159866
        },
        {
            "start": 1131159869,
            "stop": 1131159873
        },
        {
            "start": 1131159874,
            "stop": 1131159879
        },
        {
            "start": 1131159880,
            "stop": 1131159884
        },
        {
            "start": 1131159885,
            "stop": 1131159921
        },
        {
            "start": 1131159922,
            "stop": 1131159950
        },
        {
            "start": 1131159951,
            "stop": 1131160037
        }
    ]
}