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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=30",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 31,
    "results": [
        {
            "start": 819311777,
            "stop": 819317133
        },
        {
            "start": 819318028,
            "stop": 819325392
        },
        {
            "start": 819326651,
            "stop": 819341567
        },
        {
            "start": 819341568,
            "stop": 819344811
        },
        {
            "start": 819344818,
            "stop": 819346429
        },
        {
            "start": 819346436,
            "stop": 819347593
        },
        {
            "start": 819347600,
            "stop": 819347696
        },
        {
            "start": 819347703,
            "stop": 819348006
        },
        {
            "start": 819351752,
            "stop": 819352639
        },
        {
            "start": 819352646,
            "stop": 819355866
        },
        {
            "start": 819356150,
            "stop": 819384811
        },
        {
            "start": 819384817,
            "stop": 819386152
        },
        {
            "start": 819386157,
            "stop": 819386849
        },
        {
            "start": 819386850,
            "stop": 819392424
        },
        {
            "start": 819392431,
            "stop": 819401380
        },
        {
            "start": 819403058,
            "stop": 819409240
        },
        {
            "start": 819411369,
            "stop": 819480762
        },
        {
            "start": 819482620,
            "stop": 819580137
        },
        {
            "start": 819580138,
            "stop": 819603937
        },
        {
            "start": 819603938,
            "stop": 819604158
        }
    ]
}