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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6918",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6919,
    "results": [
        {
            "start": 873613809,
            "stop": 873613814
        },
        {
            "start": 873613815,
            "stop": 873613817
        },
        {
            "start": 873613818,
            "stop": 873613887
        },
        {
            "start": 873613888,
            "stop": 873613935
        },
        {
            "start": 873613936,
            "stop": 873614963
        },
        {
            "start": 873615945,
            "stop": 873616237
        },
        {
            "start": 873616769,
            "stop": 873617538
        },
        {
            "start": 873617541,
            "stop": 873620250
        },
        {
            "start": 873621830,
            "stop": 873621895
        },
        {
            "start": 873622077,
            "stop": 873623984
        },
        {
            "start": 873623987,
            "stop": 873624731
        },
        {
            "start": 873624734,
            "stop": 873625849
        },
        {
            "start": 873625852,
            "stop": 873626248
        },
        {
            "start": 873626251,
            "stop": 873626309
        },
        {
            "start": 873626312,
            "stop": 873626313
        },
        {
            "start": 873626316,
            "stop": 873626813
        },
        {
            "start": 873627121,
            "stop": 873627190
        },
        {
            "start": 873627193,
            "stop": 873627497
        },
        {
            "start": 873627500,
            "stop": 873627551
        },
        {
            "start": 873627843,
            "stop": 873631410
        }
    ]
}