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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6416",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6417,
    "results": [
        {
            "start": 873749814,
            "stop": 873750190
        },
        {
            "start": 873750192,
            "stop": 873750278
        },
        {
            "start": 873750279,
            "stop": 873750393
        },
        {
            "start": 873750395,
            "stop": 873750445
        },
        {
            "start": 873750447,
            "stop": 873750552
        },
        {
            "start": 873750553,
            "stop": 873750683
        },
        {
            "start": 873750684,
            "stop": 873750996
        },
        {
            "start": 873750998,
            "stop": 873751004
        },
        {
            "start": 873751005,
            "stop": 873751044
        },
        {
            "start": 873751045,
            "stop": 873751149
        },
        {
            "start": 873751150,
            "stop": 873751328
        },
        {
            "start": 873751329,
            "stop": 873751344
        },
        {
            "start": 873751345,
            "stop": 873751387
        },
        {
            "start": 873751389,
            "stop": 873752402
        },
        {
            "start": 873752403,
            "stop": 873752751
        },
        {
            "start": 873752752,
            "stop": 873752878
        },
        {
            "start": 873752879,
            "stop": 873752953
        },
        {
            "start": 873752954,
            "stop": 873752995
        },
        {
            "start": 873752996,
            "stop": 873753104
        },
        {
            "start": 873753106,
            "stop": 873753131
        }
    ]
}