Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=212
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=211",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 212,
    "results": [
        {
            "start": 1126860046,
            "stop": 1126860417
        },
        {
            "start": 1126860419,
            "stop": 1126860626
        },
        {
            "start": 1126860628,
            "stop": 1126860775
        },
        {
            "start": 1126860776,
            "stop": 1126861143
        },
        {
            "start": 1126861144,
            "stop": 1126861408
        },
        {
            "start": 1126861410,
            "stop": 1126861502
        },
        {
            "start": 1126861504,
            "stop": 1126861866
        },
        {
            "start": 1126861868,
            "stop": 1126861992
        },
        {
            "start": 1126861994,
            "stop": 1126862239
        },
        {
            "start": 1126862240,
            "stop": 1126862389
        },
        {
            "start": 1126862390,
            "stop": 1126862592
        },
        {
            "start": 1126862593,
            "stop": 1126862609
        },
        {
            "start": 1126862611,
            "stop": 1126862933
        },
        {
            "start": 1126862935,
            "stop": 1126862946
        },
        {
            "start": 1126862948,
            "stop": 1126862951
        },
        {
            "start": 1126862953,
            "stop": 1126863298
        },
        {
            "start": 1126863299,
            "stop": 1126863370
        },
        {
            "start": 1126863371,
            "stop": 1126863648
        },
        {
            "start": 1126863650,
            "stop": 1126863829
        },
        {
            "start": 1126863830,
            "stop": 1126863970
        }
    ]
}