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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=236",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 237,
    "results": [
        {
            "start": 818220764,
            "stop": 818220766
        },
        {
            "start": 818220770,
            "stop": 818220773
        },
        {
            "start": 818220778,
            "stop": 818220782
        },
        {
            "start": 818220789,
            "stop": 818220791
        },
        {
            "start": 818220796,
            "stop": 818220801
        },
        {
            "start": 818220805,
            "stop": 818220807
        },
        {
            "start": 818220814,
            "stop": 818220815
        },
        {
            "start": 818220822,
            "stop": 818220823
        },
        {
            "start": 818220826,
            "stop": 818220828
        },
        {
            "start": 818220842,
            "stop": 818220848
        },
        {
            "start": 818220855,
            "stop": 818220859
        },
        {
            "start": 818220864,
            "stop": 818220873
        },
        {
            "start": 818220876,
            "stop": 818220880
        },
        {
            "start": 818220887,
            "stop": 818220892
        },
        {
            "start": 818220933,
            "stop": 818220934
        },
        {
            "start": 818220937,
            "stop": 818220939
        },
        {
            "start": 818220949,
            "stop": 818220950
        },
        {
            "start": 818220969,
            "stop": 818220972
        },
        {
            "start": 818220981,
            "stop": 818220991
        },
        {
            "start": 818221016,
            "stop": 818221017
        }
    ]
}