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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1746",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1744",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1745,
    "results": [
        {
            "start": 958645051,
            "stop": 958645054
        },
        {
            "start": 958645056,
            "stop": 958645230
        },
        {
            "start": 958645234,
            "stop": 958645237
        },
        {
            "start": 958645241,
            "stop": 958645259
        },
        {
            "start": 958645261,
            "stop": 958645290
        },
        {
            "start": 958645292,
            "stop": 958645302
        },
        {
            "start": 958645304,
            "stop": 958645309
        },
        {
            "start": 958645313,
            "stop": 958645501
        },
        {
            "start": 958645507,
            "stop": 958645533
        },
        {
            "start": 958645535,
            "stop": 958645538
        },
        {
            "start": 958645541,
            "stop": 958645542
        },
        {
            "start": 958645544,
            "stop": 958645625
        },
        {
            "start": 958645627,
            "stop": 958645672
        },
        {
            "start": 958645674,
            "stop": 958645686
        },
        {
            "start": 958645688,
            "stop": 958645796
        },
        {
            "start": 958658468,
            "stop": 958661024
        },
        {
            "start": 958661031,
            "stop": 958661085
        },
        {
            "start": 958661091,
            "stop": 958661523
        },
        {
            "start": 958661525,
            "stop": 958661797
        },
        {
            "start": 958661803,
            "stop": 958662063
        }
    ]
}