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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=449",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 450,
    "results": [
        {
            "start": 872636474,
            "stop": 872639970
        },
        {
            "start": 872640030,
            "stop": 872643562
        },
        {
            "start": 872644177,
            "stop": 872644270
        },
        {
            "start": 872644597,
            "stop": 872645008
        },
        {
            "start": 872645025,
            "stop": 872645062
        },
        {
            "start": 872645080,
            "stop": 872645098
        },
        {
            "start": 872645559,
            "stop": 872645686
        },
        {
            "start": 872649803,
            "stop": 872665139
        },
        {
            "start": 872665161,
            "stop": 872702619
        },
        {
            "start": 872702641,
            "stop": 872703699
        },
        {
            "start": 872703721,
            "stop": 872704590
        },
        {
            "start": 872704650,
            "stop": 872704671
        },
        {
            "start": 872704781,
            "stop": 872705740
        },
        {
            "start": 872706040,
            "stop": 872706064
        },
        {
            "start": 872706174,
            "stop": 872706329
        },
        {
            "start": 872706629,
            "stop": 872706678
        },
        {
            "start": 872708189,
            "stop": 872708235
        },
        {
            "start": 872708345,
            "stop": 872708828
        },
        {
            "start": 872715147,
            "stop": 872720179
        },
        {
            "start": 872720197,
            "stop": 872720212
        }
    ]
}