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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=204",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 205,
    "results": [
        {
            "start": 818211606,
            "stop": 818211608
        },
        {
            "start": 818211615,
            "stop": 818211617
        },
        {
            "start": 818211622,
            "stop": 818211626
        },
        {
            "start": 818211630,
            "stop": 818211632
        },
        {
            "start": 818211644,
            "stop": 818211645
        },
        {
            "start": 818211662,
            "stop": 818211663
        },
        {
            "start": 818211692,
            "stop": 818211695
        },
        {
            "start": 818211699,
            "stop": 818211700
        },
        {
            "start": 818211703,
            "stop": 818211708
        },
        {
            "start": 818211716,
            "stop": 818211717
        },
        {
            "start": 818211720,
            "stop": 818211721
        },
        {
            "start": 818211728,
            "stop": 818211729
        },
        {
            "start": 818211734,
            "stop": 818211736
        },
        {
            "start": 818211746,
            "stop": 818211748
        },
        {
            "start": 818211754,
            "stop": 818211757
        },
        {
            "start": 818211776,
            "stop": 818211777
        },
        {
            "start": 818211780,
            "stop": 818211785
        },
        {
            "start": 818211792,
            "stop": 818211793
        },
        {
            "start": 818211796,
            "stop": 818211798
        },
        {
            "start": 818211803,
            "stop": 818211807
        }
    ]
}