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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=67",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 68,
    "results": [
        {
            "start": 822605448,
            "stop": 822606450
        },
        {
            "start": 822606510,
            "stop": 822606517
        },
        {
            "start": 822606672,
            "stop": 822610139
        },
        {
            "start": 822610439,
            "stop": 822612030
        },
        {
            "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": 822632796
        },
        {
            "start": 822633384,
            "stop": 822634169
        },
        {
            "start": 822634279,
            "stop": 822634479
        },
        {
            "start": 822637533,
            "stop": 822638013
        },
        {
            "start": 822638089,
            "stop": 822638151
        }
    ]
}