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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=7",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 8,
    "results": [
        {
            "start": 1126766230,
            "stop": 1126768491
        },
        {
            "start": 1126768494,
            "stop": 1126773036
        },
        {
            "start": 1126773037,
            "stop": 1126778408
        },
        {
            "start": 1126778409,
            "stop": 1126791120
        },
        {
            "start": 1126791121,
            "stop": 1126793871
        },
        {
            "start": 1126793872,
            "stop": 1126794721
        },
        {
            "start": 1126794722,
            "stop": 1126795587
        },
        {
            "start": 1126795588,
            "stop": 1126796396
        },
        {
            "start": 1126796398,
            "stop": 1126805144
        },
        {
            "start": 1126805145,
            "stop": 1126805371
        },
        {
            "start": 1126805372,
            "stop": 1126806391
        },
        {
            "start": 1126806392,
            "stop": 1126807637
        },
        {
            "start": 1126807697,
            "stop": 1126808537
        },
        {
            "start": 1126808597,
            "stop": 1126808777
        },
        {
            "start": 1126808837,
            "stop": 1126810637
        },
        {
            "start": 1126810817,
            "stop": 1126813597
        },
        {
            "start": 1126813598,
            "stop": 1126813656
        },
        {
            "start": 1126813657,
            "stop": 1126813680
        },
        {
            "start": 1126813681,
            "stop": 1126813757
        },
        {
            "start": 1126813817,
            "stop": 1126813877
        }
    ]
}