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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=179",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 180,
    "results": [
        {
            "start": 818070888,
            "stop": 818070902
        },
        {
            "start": 818070911,
            "stop": 818070915
        },
        {
            "start": 818070920,
            "stop": 818070934
        },
        {
            "start": 818070937,
            "stop": 818070938
        },
        {
            "start": 818070943,
            "stop": 818070948
        },
        {
            "start": 818070951,
            "stop": 818070955
        },
        {
            "start": 818070967,
            "stop": 818070968
        },
        {
            "start": 818075520,
            "stop": 818075527
        },
        {
            "start": 818075530,
            "stop": 818075536
        },
        {
            "start": 818075544,
            "stop": 818075547
        },
        {
            "start": 818075556,
            "stop": 818075563
        },
        {
            "start": 818075569,
            "stop": 818075576
        },
        {
            "start": 818075940,
            "stop": 818075942
        },
        {
            "start": 818075948,
            "stop": 818075949
        },
        {
            "start": 818075958,
            "stop": 818075965
        },
        {
            "start": 818075968,
            "stop": 818075983
        },
        {
            "start": 818075986,
            "stop": 818075987
        },
        {
            "start": 818076002,
            "stop": 818076004
        },
        {
            "start": 818076007,
            "stop": 818076013
        },
        {
            "start": 818076022,
            "stop": 818076033
        }
    ]
}