Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6054
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6053",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6054,
    "results": [
        {
            "start": 873773964,
            "stop": 873774437
        },
        {
            "start": 873774438,
            "stop": 873775081
        },
        {
            "start": 873775085,
            "stop": 873775090
        },
        {
            "start": 873775093,
            "stop": 873775111
        },
        {
            "start": 873775115,
            "stop": 873775118
        },
        {
            "start": 873775121,
            "stop": 873775193
        },
        {
            "start": 873775196,
            "stop": 873775204
        },
        {
            "start": 873775207,
            "stop": 873775641
        },
        {
            "start": 873775644,
            "stop": 873775880
        },
        {
            "start": 873775883,
            "stop": 873775885
        },
        {
            "start": 873775889,
            "stop": 873775891
        },
        {
            "start": 873775894,
            "stop": 873775896
        },
        {
            "start": 873775900,
            "stop": 873775995
        },
        {
            "start": 873775999,
            "stop": 873776166
        },
        {
            "start": 873776169,
            "stop": 873776326
        },
        {
            "start": 873776329,
            "stop": 873776538
        },
        {
            "start": 873776543,
            "stop": 873776574
        },
        {
            "start": 873776577,
            "stop": 873776579
        },
        {
            "start": 873776582,
            "stop": 873776623
        },
        {
            "start": 873776626,
            "stop": 873776675
        }
    ]
}