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=365
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=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=364",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 365,
    "results": [
        {
            "start": 821759102,
            "stop": 821759112
        },
        {
            "start": 821759115,
            "stop": 821759117
        },
        {
            "start": 821759125,
            "stop": 821759126
        },
        {
            "start": 821759131,
            "stop": 821759136
        },
        {
            "start": 821759139,
            "stop": 821759145
        },
        {
            "start": 821759148,
            "stop": 821759153
        },
        {
            "start": 821759157,
            "stop": 821759161
        },
        {
            "start": 821759165,
            "stop": 821759168
        },
        {
            "start": 821759173,
            "stop": 821759179
        },
        {
            "start": 821759183,
            "stop": 821759184
        },
        {
            "start": 821759190,
            "stop": 821759192
        },
        {
            "start": 821759195,
            "stop": 821759204
        },
        {
            "start": 821759207,
            "stop": 821759219
        },
        {
            "start": 821759225,
            "stop": 821759242
        },
        {
            "start": 821759254,
            "stop": 821759259
        },
        {
            "start": 821759262,
            "stop": 821759267
        },
        {
            "start": 821759273,
            "stop": 821759274
        },
        {
            "start": 821759280,
            "stop": 821759283
        },
        {
            "start": 821759287,
            "stop": 821759302
        },
        {
            "start": 821759308,
            "stop": 821759315
        }
    ]
}