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=6955
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=6956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6954",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6955,
    "results": [
        {
            "start": 873751208,
            "stop": 873751270
        },
        {
            "start": 873751273,
            "stop": 873751440
        },
        {
            "start": 873751500,
            "stop": 873751620
        },
        {
            "start": 873751680,
            "stop": 873751765
        },
        {
            "start": 873751775,
            "stop": 873751787
        },
        {
            "start": 873751790,
            "stop": 873751886
        },
        {
            "start": 873751890,
            "stop": 873751944
        },
        {
            "start": 873751947,
            "stop": 873751950
        },
        {
            "start": 873751953,
            "stop": 873751983
        },
        {
            "start": 873751986,
            "stop": 873752176
        },
        {
            "start": 873752184,
            "stop": 873752238
        },
        {
            "start": 873752241,
            "stop": 873752280
        },
        {
            "start": 873752340,
            "stop": 873752521
        },
        {
            "start": 873752524,
            "stop": 873752561
        },
        {
            "start": 873752566,
            "stop": 873752580
        },
        {
            "start": 873752700,
            "stop": 873752736
        },
        {
            "start": 873752740,
            "stop": 873752782
        },
        {
            "start": 873752789,
            "stop": 873752820
        },
        {
            "start": 873753300,
            "stop": 873753335
        },
        {
            "start": 873753338,
            "stop": 873753360
        }
    ]
}