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=5267
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=5268",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5266",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5267,
    "results": [
        {
            "start": 1136395462,
            "stop": 1136395466
        },
        {
            "start": 1136395468,
            "stop": 1136395515
        },
        {
            "start": 1136395517,
            "stop": 1136395564
        },
        {
            "start": 1136395566,
            "stop": 1136395569
        },
        {
            "start": 1136395571,
            "stop": 1136395596
        },
        {
            "start": 1136395598,
            "stop": 1136395620
        },
        {
            "start": 1136395622,
            "stop": 1136395633
        },
        {
            "start": 1136395635,
            "stop": 1136395697
        },
        {
            "start": 1136395699,
            "stop": 1136395708
        },
        {
            "start": 1136395710,
            "stop": 1136395723
        },
        {
            "start": 1136395725,
            "stop": 1136395798
        },
        {
            "start": 1136395799,
            "stop": 1136395876
        },
        {
            "start": 1136395878,
            "stop": 1136395888
        },
        {
            "start": 1136395889,
            "stop": 1136395897
        },
        {
            "start": 1136395899,
            "stop": 1136395968
        },
        {
            "start": 1136395970,
            "stop": 1136395974
        },
        {
            "start": 1136395976,
            "stop": 1136395981
        },
        {
            "start": 1136395983,
            "stop": 1136395987
        },
        {
            "start": 1136395989,
            "stop": 1136395994
        },
        {
            "start": 1136395996,
            "stop": 1136396001
        }
    ]
}