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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=140",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 141,
    "results": [
        {
            "start": 818075386,
            "stop": 818075388
        },
        {
            "start": 818075391,
            "stop": 818075406
        },
        {
            "start": 818075409,
            "stop": 818075422
        },
        {
            "start": 818075425,
            "stop": 818075438
        },
        {
            "start": 818075441,
            "stop": 818075450
        },
        {
            "start": 818075453,
            "stop": 818075456
        },
        {
            "start": 818075465,
            "stop": 818075481
        },
        {
            "start": 818075485,
            "stop": 818075489
        },
        {
            "start": 818075492,
            "stop": 818075494
        },
        {
            "start": 818075497,
            "stop": 818075499
        },
        {
            "start": 818075503,
            "stop": 818075527
        },
        {
            "start": 818075530,
            "stop": 818075536
        },
        {
            "start": 818075544,
            "stop": 818075547
        },
        {
            "start": 818075556,
            "stop": 818075563
        },
        {
            "start": 818075569,
            "stop": 818075576
        },
        {
            "start": 818075581,
            "stop": 818075595
        },
        {
            "start": 818075601,
            "stop": 818075609
        },
        {
            "start": 818075614,
            "stop": 818075615
        },
        {
            "start": 818075621,
            "stop": 818075631
        },
        {
            "start": 818075634,
            "stop": 818075635
        }
    ]
}