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=5176
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=5177",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5175",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5176,
    "results": [
        {
            "start": 1136269045,
            "stop": 1136269066
        },
        {
            "start": 1136269068,
            "stop": 1136269110
        },
        {
            "start": 1136269112,
            "stop": 1136269115
        },
        {
            "start": 1136269118,
            "stop": 1136269134
        },
        {
            "start": 1136269136,
            "stop": 1136269180
        },
        {
            "start": 1136269182,
            "stop": 1136269190
        },
        {
            "start": 1136269192,
            "stop": 1136269217
        },
        {
            "start": 1136269219,
            "stop": 1136269255
        },
        {
            "start": 1136269257,
            "stop": 1136269332
        },
        {
            "start": 1136269334,
            "stop": 1136269344
        },
        {
            "start": 1136269346,
            "stop": 1136269380
        },
        {
            "start": 1136269382,
            "stop": 1136269402
        },
        {
            "start": 1136269404,
            "stop": 1136269405
        },
        {
            "start": 1136269407,
            "stop": 1136269410
        },
        {
            "start": 1136269412,
            "stop": 1136269427
        },
        {
            "start": 1136269429,
            "stop": 1136269437
        },
        {
            "start": 1136269439,
            "stop": 1136269469
        },
        {
            "start": 1136269471,
            "stop": 1136269478
        },
        {
            "start": 1136269480,
            "stop": 1136269488
        },
        {
            "start": 1136269490,
            "stop": 1136269522
        }
    ]
}