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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3949",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3950,
    "results": [
        {
            "start": 874412050,
            "stop": 874412056
        },
        {
            "start": 874412059,
            "stop": 874412103
        },
        {
            "start": 874412106,
            "stop": 874412112
        },
        {
            "start": 874412115,
            "stop": 874412148
        },
        {
            "start": 874412158,
            "stop": 874412168
        },
        {
            "start": 874412177,
            "stop": 874412180
        },
        {
            "start": 874412183,
            "stop": 874412187
        },
        {
            "start": 874412190,
            "stop": 874412191
        },
        {
            "start": 874412197,
            "stop": 874412268
        },
        {
            "start": 874412271,
            "stop": 874412339
        },
        {
            "start": 874412342,
            "stop": 874412343
        },
        {
            "start": 874412346,
            "stop": 874412373
        },
        {
            "start": 874412376,
            "stop": 874412377
        },
        {
            "start": 874412380,
            "stop": 874412469
        },
        {
            "start": 874412472,
            "stop": 874412571
        },
        {
            "start": 874412574,
            "stop": 874413237
        },
        {
            "start": 874413239,
            "stop": 874414148
        },
        {
            "start": 874414149,
            "stop": 874414312
        },
        {
            "start": 874414313,
            "stop": 874414547
        },
        {
            "start": 874414550,
            "stop": 874414559
        }
    ]
}