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=2149
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=2150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2148",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2149,
    "results": [
        {
            "start": 868618710,
            "stop": 868630582
        },
        {
            "start": 868630590,
            "stop": 868630650
        },
        {
            "start": 868630658,
            "stop": 868631033
        },
        {
            "start": 868634936,
            "stop": 868638463
        },
        {
            "start": 868639138,
            "stop": 868641577
        },
        {
            "start": 868641583,
            "stop": 868641607
        },
        {
            "start": 868641613,
            "stop": 868643022
        },
        {
            "start": 868643028,
            "stop": 868643040
        },
        {
            "start": 868643048,
            "stop": 868643711
        },
        {
            "start": 868643712,
            "stop": 868649155
        },
        {
            "start": 868649160,
            "stop": 868649167
        },
        {
            "start": 868649178,
            "stop": 868649185
        },
        {
            "start": 868649193,
            "stop": 868651560
        },
        {
            "start": 868653548,
            "stop": 868653578
        },
        {
            "start": 868653949,
            "stop": 868654759
        },
        {
            "start": 868654939,
            "stop": 868655500
        },
        {
            "start": 868656031,
            "stop": 868656032
        },
        {
            "start": 868656037,
            "stop": 868660873
        },
        {
            "start": 868661097,
            "stop": 868661469
        },
        {
            "start": 868661817,
            "stop": 868662464
        }
    ]
}