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=6351
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=6352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6350",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6351,
    "results": [
        {
            "start": 873440473,
            "stop": 873440561
        },
        {
            "start": 873440562,
            "stop": 873440613
        },
        {
            "start": 873440614,
            "stop": 873440785
        },
        {
            "start": 873440786,
            "stop": 873440791
        },
        {
            "start": 873440792,
            "stop": 873441183
        },
        {
            "start": 873441184,
            "stop": 873441974
        },
        {
            "start": 873441975,
            "stop": 873442103
        },
        {
            "start": 873442104,
            "stop": 873442382
        },
        {
            "start": 873442383,
            "stop": 873442705
        },
        {
            "start": 873442706,
            "stop": 873442905
        },
        {
            "start": 873442906,
            "stop": 873443681
        },
        {
            "start": 873443682,
            "stop": 873443692
        },
        {
            "start": 873443693,
            "stop": 873443987
        },
        {
            "start": 873443988,
            "stop": 873444061
        },
        {
            "start": 873444062,
            "stop": 873444483
        },
        {
            "start": 873444484,
            "stop": 873445214
        },
        {
            "start": 873445216,
            "stop": 873445275
        },
        {
            "start": 873445276,
            "stop": 873445283
        },
        {
            "start": 873445284,
            "stop": 873445324
        },
        {
            "start": 873445325,
            "stop": 873445332
        }
    ]
}