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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7139",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7140,
    "results": [
        {
            "start": 874842840,
            "stop": 874842843
        },
        {
            "start": 874842846,
            "stop": 874843269
        },
        {
            "start": 874843272,
            "stop": 874843302
        },
        {
            "start": 874843305,
            "stop": 874843458
        },
        {
            "start": 874843461,
            "stop": 874843470
        },
        {
            "start": 874843474,
            "stop": 874843568
        },
        {
            "start": 874843572,
            "stop": 874843891
        },
        {
            "start": 874843894,
            "stop": 874844786
        },
        {
            "start": 874844789,
            "stop": 874844792
        },
        {
            "start": 874844795,
            "stop": 874845379
        },
        {
            "start": 874846066,
            "stop": 874846680
        },
        {
            "start": 874846740,
            "stop": 874846884
        },
        {
            "start": 874846888,
            "stop": 874846931
        },
        {
            "start": 874846934,
            "stop": 874846980
        },
        {
            "start": 874865677,
            "stop": 874865686
        },
        {
            "start": 874865687,
            "stop": 874865691
        },
        {
            "start": 874865692,
            "stop": 874865696
        },
        {
            "start": 874865697,
            "stop": 874865702
        },
        {
            "start": 874865703,
            "stop": 874865723
        },
        {
            "start": 874865724,
            "stop": 874865729
        }
    ]
}