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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7060",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7061,
    "results": [
        {
            "start": 874014586,
            "stop": 874014614
        },
        {
            "start": 874014615,
            "stop": 874014639
        },
        {
            "start": 874014641,
            "stop": 874014699
        },
        {
            "start": 874014700,
            "stop": 874014884
        },
        {
            "start": 874014885,
            "stop": 874015051
        },
        {
            "start": 874015415,
            "stop": 874015766
        },
        {
            "start": 874015767,
            "stop": 874016131
        },
        {
            "start": 874016132,
            "stop": 874016250
        },
        {
            "start": 874016252,
            "stop": 874016255
        },
        {
            "start": 874016256,
            "stop": 874016261
        },
        {
            "start": 874016263,
            "stop": 874016265
        },
        {
            "start": 874016266,
            "stop": 874016268
        },
        {
            "start": 874016269,
            "stop": 874016271
        },
        {
            "start": 874016273,
            "stop": 874016274
        },
        {
            "start": 874016276,
            "stop": 874016277
        },
        {
            "start": 874016279,
            "stop": 874016288
        },
        {
            "start": 874016289,
            "stop": 874016318
        },
        {
            "start": 874016319,
            "stop": 874016642
        },
        {
            "start": 874016643,
            "stop": 874016694
        },
        {
            "start": 874016695,
            "stop": 874017694
        }
    ]
}