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=5197
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=5198",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5196",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5197,
    "results": [
        {
            "start": 1136278783,
            "stop": 1136278796
        },
        {
            "start": 1136278799,
            "stop": 1136278812
        },
        {
            "start": 1136278814,
            "stop": 1136278844
        },
        {
            "start": 1136278846,
            "stop": 1136278856
        },
        {
            "start": 1136278859,
            "stop": 1136278877
        },
        {
            "start": 1136278879,
            "stop": 1136278937
        },
        {
            "start": 1136278939,
            "stop": 1136278943
        },
        {
            "start": 1136278945,
            "stop": 1136278983
        },
        {
            "start": 1136278987,
            "stop": 1136279070
        },
        {
            "start": 1136279072,
            "stop": 1136279109
        },
        {
            "start": 1136279111,
            "stop": 1136279159
        },
        {
            "start": 1136279161,
            "stop": 1136279277
        },
        {
            "start": 1136279279,
            "stop": 1136279308
        },
        {
            "start": 1136279310,
            "stop": 1136279329
        },
        {
            "start": 1136279331,
            "stop": 1136279336
        },
        {
            "start": 1136279338,
            "stop": 1136279354
        },
        {
            "start": 1136279356,
            "stop": 1136279377
        },
        {
            "start": 1136279379,
            "stop": 1136279450
        },
        {
            "start": 1136279452,
            "stop": 1136279480
        },
        {
            "start": 1136279482,
            "stop": 1136279494
        }
    ]
}