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/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=198
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=197",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 198,
    "results": [
        {
            "start": 1375000913,
            "stop": 1375003152
        },
        {
            "start": 1375003154,
            "stop": 1375005229
        },
        {
            "start": 1375005231,
            "stop": 1375008358
        },
        {
            "start": 1375066722,
            "stop": 1375068414
        },
        {
            "start": 1375068415,
            "stop": 1375075144
        },
        {
            "start": 1375075146,
            "stop": 1375076330
        },
        {
            "start": 1375076334,
            "stop": 1375076424
        },
        {
            "start": 1375076429,
            "stop": 1375077270
        },
        {
            "start": 1375077271,
            "stop": 1375079354
        },
        {
            "start": 1375079355,
            "stop": 1375079989
        },
        {
            "start": 1375079990,
            "stop": 1375084253
        },
        {
            "start": 1375084257,
            "stop": 1375085931
        },
        {
            "start": 1375085932,
            "stop": 1375086560
        },
        {
            "start": 1375086562,
            "stop": 1375087622
        },
        {
            "start": 1375087623,
            "stop": 1375091971
        },
        {
            "start": 1375140731,
            "stop": 1375141110
        },
        {
            "start": 1375141113,
            "stop": 1375141557
        },
        {
            "start": 1375141559,
            "stop": 1375142473
        },
        {
            "start": 1375142475,
            "stop": 1375143838
        },
        {
            "start": 1375143839,
            "stop": 1375144854
        }
    ]
}