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/L1_BURST_CAT3/segments?format=api&page=5214
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5215",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5213",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5214,
    "results": [
        {
            "start": 1136287564,
            "stop": 1136287565
        },
        {
            "start": 1136287567,
            "stop": 1136287573
        },
        {
            "start": 1136287575,
            "stop": 1136287579
        },
        {
            "start": 1136287581,
            "stop": 1136287591
        },
        {
            "start": 1136287593,
            "stop": 1136287615
        },
        {
            "start": 1136287617,
            "stop": 1136287632
        },
        {
            "start": 1136287634,
            "stop": 1136287645
        },
        {
            "start": 1136287647,
            "stop": 1136287707
        },
        {
            "start": 1136287709,
            "stop": 1136287745
        },
        {
            "start": 1136287747,
            "stop": 1136287760
        },
        {
            "start": 1136287762,
            "stop": 1136287825
        },
        {
            "start": 1136287827,
            "stop": 1136287897
        },
        {
            "start": 1136287899,
            "stop": 1136287913
        },
        {
            "start": 1136287915,
            "stop": 1136287918
        },
        {
            "start": 1136287920,
            "stop": 1136287975
        },
        {
            "start": 1136287977,
            "stop": 1136287980
        },
        {
            "start": 1136287982,
            "stop": 1136288003
        },
        {
            "start": 1136288006,
            "stop": 1136288031
        },
        {
            "start": 1136288033,
            "stop": 1136288173
        },
        {
            "start": 1136288175,
            "stop": 1136288185
        }
    ]
}