Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=43",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 44,
    "results": [
        {
            "start": 822613496,
            "stop": 822614610
        },
        {
            "start": 822614865,
            "stop": 822617563
        },
        {
            "start": 822617618,
            "stop": 822619312
        },
        {
            "start": 822619390,
            "stop": 822621379
        },
        {
            "start": 822621455,
            "stop": 822622294
        },
        {
            "start": 822622373,
            "stop": 822625014
        },
        {
            "start": 822625110,
            "stop": 822625403
        },
        {
            "start": 822625466,
            "stop": 822625764
        },
        {
            "start": 822625801,
            "stop": 822626019
        },
        {
            "start": 822626081,
            "stop": 822626298
        },
        {
            "start": 822626363,
            "stop": 822626537
        },
        {
            "start": 822626834,
            "stop": 822634479
        },
        {
            "start": 822637533,
            "stop": 822638013
        },
        {
            "start": 822638089,
            "stop": 822638151
        },
        {
            "start": 822638242,
            "stop": 822639864
        },
        {
            "start": 822639903,
            "stop": 822640585
        },
        {
            "start": 822640749,
            "stop": 822641690
        },
        {
            "start": 822641757,
            "stop": 822651468
        },
        {
            "start": 822651562,
            "stop": 822654207
        },
        {
            "start": 822654296,
            "stop": 822665888
        }
    ]
}