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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6440",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6441,
    "results": [
        {
            "start": 873849244,
            "stop": 873849550
        },
        {
            "start": 873849551,
            "stop": 873849881
        },
        {
            "start": 873849882,
            "stop": 873850046
        },
        {
            "start": 873850047,
            "stop": 873850192
        },
        {
            "start": 873850193,
            "stop": 873850598
        },
        {
            "start": 873850599,
            "stop": 873851056
        },
        {
            "start": 873851058,
            "stop": 873851160
        },
        {
            "start": 873851161,
            "stop": 873851574
        },
        {
            "start": 873851575,
            "stop": 873851868
        },
        {
            "start": 873851870,
            "stop": 873852414
        },
        {
            "start": 873852415,
            "stop": 873852844
        },
        {
            "start": 873852845,
            "stop": 873853084
        },
        {
            "start": 873853085,
            "stop": 873853174
        },
        {
            "start": 873853175,
            "stop": 873853444
        },
        {
            "start": 873853446,
            "stop": 873853764
        },
        {
            "start": 873853765,
            "stop": 873854655
        },
        {
            "start": 873854657,
            "stop": 873854764
        },
        {
            "start": 873854765,
            "stop": 873855147
        },
        {
            "start": 873855149,
            "stop": 873855465
        },
        {
            "start": 873855466,
            "stop": 873855920
        }
    ]
}