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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16719",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16720,
    "results": [
        {
            "start": 875009783,
            "stop": 875009800
        },
        {
            "start": 875009801,
            "stop": 875009816
        },
        {
            "start": 875009817,
            "stop": 875009836
        },
        {
            "start": 875009837,
            "stop": 875009904
        },
        {
            "start": 875009911,
            "stop": 875009918
        },
        {
            "start": 875009919,
            "stop": 875009926
        },
        {
            "start": 875009930,
            "stop": 875009931
        },
        {
            "start": 875009934,
            "stop": 875009936
        },
        {
            "start": 875009939,
            "stop": 875009940
        },
        {
            "start": 875009949,
            "stop": 875009951
        },
        {
            "start": 875009952,
            "stop": 875009960
        },
        {
            "start": 875009962,
            "stop": 875009966
        },
        {
            "start": 875009967,
            "stop": 875010018
        },
        {
            "start": 875010020,
            "stop": 875010050
        },
        {
            "start": 875010053,
            "stop": 875010057
        },
        {
            "start": 875010060,
            "stop": 875010091
        },
        {
            "start": 875010092,
            "stop": 875010093
        },
        {
            "start": 875010098,
            "stop": 875010149
        },
        {
            "start": 875010150,
            "stop": 875010177
        },
        {
            "start": 875010178,
            "stop": 875010183
        }
    ]
}