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=16740
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=16741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16739",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16740,
    "results": [
        {
            "start": 875056375,
            "stop": 875056459
        },
        {
            "start": 875056460,
            "stop": 875056688
        },
        {
            "start": 875056689,
            "stop": 875056836
        },
        {
            "start": 875056839,
            "stop": 875057121
        },
        {
            "start": 875057123,
            "stop": 875057230
        },
        {
            "start": 875057231,
            "stop": 875057276
        },
        {
            "start": 875057277,
            "stop": 875057335
        },
        {
            "start": 875057336,
            "stop": 875057963
        },
        {
            "start": 875057964,
            "stop": 875058030
        },
        {
            "start": 875058032,
            "stop": 875058117
        },
        {
            "start": 875058118,
            "stop": 875058156
        },
        {
            "start": 875058157,
            "stop": 875058248
        },
        {
            "start": 875058249,
            "stop": 875058553
        },
        {
            "start": 875058554,
            "stop": 875058628
        },
        {
            "start": 875058629,
            "stop": 875058907
        },
        {
            "start": 875058909,
            "stop": 875059003
        },
        {
            "start": 875059005,
            "stop": 875059152
        },
        {
            "start": 875059154,
            "stop": 875059339
        },
        {
            "start": 875059340,
            "stop": 875059415
        },
        {
            "start": 875059416,
            "stop": 875059641
        }
    ]
}