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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=31",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 32,
    "results": [
        {
            "start": 1136192801,
            "stop": 1136217629
        },
        {
            "start": 1136260445,
            "stop": 1136304022
        },
        {
            "start": 1136346535,
            "stop": 1136347154
        },
        {
            "start": 1136347704,
            "stop": 1136376123
        },
        {
            "start": 1136376659,
            "stop": 1136399182
        },
        {
            "start": 1136400642,
            "stop": 1136408548
        },
        {
            "start": 1136411629,
            "stop": 1136414325
        },
        {
            "start": 1136414785,
            "stop": 1136419210
        },
        {
            "start": 1136419562,
            "stop": 1136428437
        },
        {
            "start": 1136431145,
            "stop": 1136432453
        },
        {
            "start": 1136432454,
            "stop": 1136435017
        },
        {
            "start": 1136435077,
            "stop": 1136435569
        },
        {
            "start": 1136435858,
            "stop": 1136462440
        },
        {
            "start": 1136463255,
            "stop": 1136466239
        },
        {
            "start": 1136476672,
            "stop": 1136479761
        },
        {
            "start": 1136482802,
            "stop": 1136527335
        },
        {
            "start": 1136528553,
            "stop": 1136560537
        },
        {
            "start": 1136560796,
            "stop": 1136567007
        },
        {
            "start": 1136582038,
            "stop": 1136584903
        },
        {
            "start": 1136585203,
            "stop": 1136596292
        }
    ]
}