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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40883",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40884,
    "results": [
        {
            "start": 875068836,
            "stop": 875068843
        },
        {
            "start": 875068844,
            "stop": 875068872
        },
        {
            "start": 875068873,
            "stop": 875068892
        },
        {
            "start": 875068893,
            "stop": 875068894
        },
        {
            "start": 875068896,
            "stop": 875069021
        },
        {
            "start": 875069022,
            "stop": 875069064
        },
        {
            "start": 875069065,
            "stop": 875069085
        },
        {
            "start": 875069086,
            "stop": 875069098
        },
        {
            "start": 875069099,
            "stop": 875069127
        },
        {
            "start": 875069129,
            "stop": 875069144
        },
        {
            "start": 875069145,
            "stop": 875069283
        },
        {
            "start": 875069285,
            "stop": 875069288
        },
        {
            "start": 875069289,
            "stop": 875069290
        },
        {
            "start": 875069292,
            "stop": 875069298
        },
        {
            "start": 875069299,
            "stop": 875069310
        },
        {
            "start": 875069312,
            "stop": 875069320
        },
        {
            "start": 875069321,
            "stop": 875069333
        },
        {
            "start": 875069335,
            "stop": 875069348
        },
        {
            "start": 875069349,
            "stop": 875069362
        },
        {
            "start": 875069363,
            "stop": 875069370
        }
    ]
}