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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=193",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 194,
    "results": [
        {
            "start": 821661066,
            "stop": 821661086
        },
        {
            "start": 821661089,
            "stop": 821661116
        },
        {
            "start": 821661119,
            "stop": 821661125
        },
        {
            "start": 821661128,
            "stop": 821661150
        },
        {
            "start": 821661153,
            "stop": 821661171
        },
        {
            "start": 821661175,
            "stop": 821661176
        },
        {
            "start": 821661179,
            "stop": 821661182
        },
        {
            "start": 821661185,
            "stop": 821661189
        },
        {
            "start": 821661192,
            "stop": 821661193
        },
        {
            "start": 821661196,
            "stop": 821661208
        },
        {
            "start": 821661211,
            "stop": 821661214
        },
        {
            "start": 821661217,
            "stop": 821661231
        },
        {
            "start": 821661235,
            "stop": 821661260
        },
        {
            "start": 821661263,
            "stop": 821661286
        },
        {
            "start": 821661289,
            "stop": 821661295
        },
        {
            "start": 821661298,
            "stop": 821661319
        },
        {
            "start": 821661323,
            "stop": 821661328
        },
        {
            "start": 821661331,
            "stop": 821661341
        },
        {
            "start": 821661344,
            "stop": 821661348
        },
        {
            "start": 821661352,
            "stop": 821661374
        }
    ]
}