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=5188
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=5189",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5187",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5188,
    "results": [
        {
            "start": 1136274739,
            "stop": 1136274763
        },
        {
            "start": 1136274765,
            "stop": 1136274780
        },
        {
            "start": 1136274782,
            "stop": 1136274798
        },
        {
            "start": 1136274800,
            "stop": 1136274804
        },
        {
            "start": 1136274806,
            "stop": 1136274943
        },
        {
            "start": 1136274945,
            "stop": 1136274966
        },
        {
            "start": 1136274968,
            "stop": 1136274972
        },
        {
            "start": 1136274974,
            "stop": 1136274975
        },
        {
            "start": 1136274977,
            "stop": 1136274996
        },
        {
            "start": 1136274998,
            "stop": 1136275043
        },
        {
            "start": 1136275045,
            "stop": 1136275048
        },
        {
            "start": 1136275050,
            "stop": 1136275120
        },
        {
            "start": 1136275122,
            "stop": 1136275129
        },
        {
            "start": 1136275131,
            "stop": 1136275132
        },
        {
            "start": 1136275134,
            "stop": 1136275190
        },
        {
            "start": 1136275194,
            "stop": 1136275205
        },
        {
            "start": 1136275209,
            "stop": 1136275216
        },
        {
            "start": 1136275218,
            "stop": 1136275220
        },
        {
            "start": 1136275222,
            "stop": 1136275223
        },
        {
            "start": 1136275225,
            "stop": 1136275235
        }
    ]
}