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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=80",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 81,
    "results": [
        {
            "start": 821430519,
            "stop": 821430810
        },
        {
            "start": 821430813,
            "stop": 821431014
        },
        {
            "start": 821431017,
            "stop": 821431302
        },
        {
            "start": 821431305,
            "stop": 821431481
        },
        {
            "start": 821431484,
            "stop": 821432067
        },
        {
            "start": 821432070,
            "stop": 821432100
        },
        {
            "start": 821432103,
            "stop": 821432514
        },
        {
            "start": 821432517,
            "stop": 821432712
        },
        {
            "start": 821432715,
            "stop": 821432780
        },
        {
            "start": 821432783,
            "stop": 821433070
        },
        {
            "start": 821433073,
            "stop": 821433099
        },
        {
            "start": 821433104,
            "stop": 821433279
        },
        {
            "start": 821433284,
            "stop": 821433385
        },
        {
            "start": 821433388,
            "stop": 821433412
        },
        {
            "start": 821433415,
            "stop": 821433442
        },
        {
            "start": 821433445,
            "stop": 821433625
        },
        {
            "start": 821433628,
            "stop": 821433716
        },
        {
            "start": 821433719,
            "stop": 821434137
        },
        {
            "start": 821434140,
            "stop": 821434388
        },
        {
            "start": 821434391,
            "stop": 821434683
        }
    ]
}