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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33127",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33128,
    "results": [
        {
            "start": 970563944,
            "stop": 970563973
        },
        {
            "start": 970563975,
            "stop": 970563986
        },
        {
            "start": 970563988,
            "stop": 970564016
        },
        {
            "start": 970564018,
            "stop": 970564024
        },
        {
            "start": 970564025,
            "stop": 970564026
        },
        {
            "start": 970564027,
            "stop": 970564048
        },
        {
            "start": 970564052,
            "stop": 970564071
        },
        {
            "start": 970564072,
            "stop": 970564073
        },
        {
            "start": 970564075,
            "stop": 970564088
        },
        {
            "start": 970564089,
            "stop": 970564093
        },
        {
            "start": 970564095,
            "stop": 970564114
        },
        {
            "start": 970564117,
            "stop": 970564118
        },
        {
            "start": 970564121,
            "stop": 970564159
        },
        {
            "start": 970564161,
            "stop": 970564201
        },
        {
            "start": 970564202,
            "stop": 970564207
        },
        {
            "start": 970564208,
            "stop": 970564217
        },
        {
            "start": 970564218,
            "stop": 970564219
        },
        {
            "start": 970564221,
            "stop": 970564223
        },
        {
            "start": 970564225,
            "stop": 970564253
        },
        {
            "start": 970564254,
            "stop": 970564262
        }
    ]
}