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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16710",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16708",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16709,
    "results": [
        {
            "start": 874997061,
            "stop": 874997069
        },
        {
            "start": 874997071,
            "stop": 874997129
        },
        {
            "start": 874997130,
            "stop": 874997402
        },
        {
            "start": 874997403,
            "stop": 874997578
        },
        {
            "start": 874997579,
            "stop": 874997645
        },
        {
            "start": 874997646,
            "stop": 874997682
        },
        {
            "start": 874997683,
            "stop": 874997745
        },
        {
            "start": 874997746,
            "stop": 874997751
        },
        {
            "start": 874997752,
            "stop": 874997806
        },
        {
            "start": 874997808,
            "stop": 874998042
        },
        {
            "start": 874998043,
            "stop": 874998569
        },
        {
            "start": 874998570,
            "stop": 874998578
        },
        {
            "start": 874998580,
            "stop": 874998749
        },
        {
            "start": 874998750,
            "stop": 874998908
        },
        {
            "start": 874998909,
            "stop": 874998942
        },
        {
            "start": 874998944,
            "stop": 874998980
        },
        {
            "start": 874998981,
            "stop": 874999358
        },
        {
            "start": 874999359,
            "stop": 874999829
        },
        {
            "start": 874999831,
            "stop": 874999889
        },
        {
            "start": 874999891,
            "stop": 875000174
        }
    ]
}