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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=284",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 285,
    "results": [
        {
            "start": 931685959,
            "stop": 931685960
        },
        {
            "start": 931685963,
            "stop": 931685964
        },
        {
            "start": 931685975,
            "stop": 931685976
        },
        {
            "start": 931685995,
            "stop": 931685996
        },
        {
            "start": 931685997,
            "stop": 931686002
        },
        {
            "start": 931686024,
            "stop": 931686025
        },
        {
            "start": 931686066,
            "stop": 931686069
        },
        {
            "start": 931686086,
            "stop": 931686087
        },
        {
            "start": 931686097,
            "stop": 931686098
        },
        {
            "start": 931686109,
            "stop": 931686115
        },
        {
            "start": 931686120,
            "stop": 931686121
        },
        {
            "start": 931686151,
            "stop": 931686154
        },
        {
            "start": 931686157,
            "stop": 931686160
        },
        {
            "start": 931686169,
            "stop": 931686170
        },
        {
            "start": 931711211,
            "stop": 931712911
        },
        {
            "start": 931714796,
            "stop": 931717949
        },
        {
            "start": 931725493,
            "stop": 931726093
        },
        {
            "start": 931737912,
            "stop": 931737913
        },
        {
            "start": 931738938,
            "stop": 931738940
        },
        {
            "start": 931739964,
            "stop": 931739966
        }
    ]
}