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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1884",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1882",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1883,
    "results": [
        {
            "start": 1251116033,
            "stop": 1251116416
        },
        {
            "start": 1251116417,
            "stop": 1251116418
        },
        {
            "start": 1251116419,
            "stop": 1251116670
        },
        {
            "start": 1251116675,
            "stop": 1251117085
        },
        {
            "start": 1251117086,
            "stop": 1251117112
        },
        {
            "start": 1251117113,
            "stop": 1251117119
        },
        {
            "start": 1251117138,
            "stop": 1251117141
        },
        {
            "start": 1251117142,
            "stop": 1251117143
        },
        {
            "start": 1251117147,
            "stop": 1251117150
        },
        {
            "start": 1251117158,
            "stop": 1251117187
        },
        {
            "start": 1251117189,
            "stop": 1251117396
        },
        {
            "start": 1251117400,
            "stop": 1251117402
        },
        {
            "start": 1251117409,
            "stop": 1251117561
        },
        {
            "start": 1251117562,
            "stop": 1251119719
        },
        {
            "start": 1251119722,
            "stop": 1251120298
        },
        {
            "start": 1251120306,
            "stop": 1251120548
        },
        {
            "start": 1251120551,
            "stop": 1251121270
        },
        {
            "start": 1251121273,
            "stop": 1251122330
        },
        {
            "start": 1251122333,
            "stop": 1251122675
        },
        {
            "start": 1251122678,
            "stop": 1251122719
        }
    ]
}