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=5321
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=5322",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5320",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5321,
    "results": [
        {
            "start": 1136525600,
            "stop": 1136525603
        },
        {
            "start": 1136525605,
            "stop": 1136525700
        },
        {
            "start": 1136525702,
            "stop": 1136525714
        },
        {
            "start": 1136525716,
            "stop": 1136525742
        },
        {
            "start": 1136525744,
            "stop": 1136525782
        },
        {
            "start": 1136525784,
            "stop": 1136525787
        },
        {
            "start": 1136525789,
            "stop": 1136525853
        },
        {
            "start": 1136525855,
            "stop": 1136525871
        },
        {
            "start": 1136525873,
            "stop": 1136525911
        },
        {
            "start": 1136525913,
            "stop": 1136525949
        },
        {
            "start": 1136525951,
            "stop": 1136525972
        },
        {
            "start": 1136525974,
            "stop": 1136526012
        },
        {
            "start": 1136526014,
            "stop": 1136526026
        },
        {
            "start": 1136526028,
            "stop": 1136526036
        },
        {
            "start": 1136526038,
            "stop": 1136526060
        },
        {
            "start": 1136526062,
            "stop": 1136526095
        },
        {
            "start": 1136526097,
            "stop": 1136526145
        },
        {
            "start": 1136526149,
            "stop": 1136526150
        },
        {
            "start": 1136526152,
            "stop": 1136526181
        },
        {
            "start": 1136526183,
            "stop": 1136526234
        }
    ]
}