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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=484",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=482",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 483,
    "results": [
        {
            "start": 821791015,
            "stop": 821791016
        },
        {
            "start": 821791019,
            "stop": 821791027
        },
        {
            "start": 821791030,
            "stop": 821791032
        },
        {
            "start": 821791035,
            "stop": 821791049
        },
        {
            "start": 821791054,
            "stop": 821791057
        },
        {
            "start": 821791060,
            "stop": 821791064
        },
        {
            "start": 821791078,
            "stop": 821791081
        },
        {
            "start": 821791091,
            "stop": 821791092
        },
        {
            "start": 821791095,
            "stop": 821791106
        },
        {
            "start": 821791112,
            "stop": 821791144
        },
        {
            "start": 821791147,
            "stop": 821791151
        },
        {
            "start": 821791154,
            "stop": 821791164
        },
        {
            "start": 821791167,
            "stop": 821791168
        },
        {
            "start": 821791171,
            "stop": 821791174
        },
        {
            "start": 821791177,
            "stop": 821791178
        },
        {
            "start": 821791184,
            "stop": 821791186
        },
        {
            "start": 821791198,
            "stop": 821791199
        },
        {
            "start": 821791204,
            "stop": 821791209
        },
        {
            "start": 821791217,
            "stop": 821791218
        },
        {
            "start": 821791221,
            "stop": 821791224
        }
    ]
}