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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=180",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 181,
    "results": [
        {
            "start": 846545531,
            "stop": 846545682
        },
        {
            "start": 846545850,
            "stop": 846620087
        },
        {
            "start": 846622710,
            "stop": 846623360
        },
        {
            "start": 846626034,
            "stop": 846632725
        },
        {
            "start": 846636853,
            "stop": 846641638
        },
        {
            "start": 846641958,
            "stop": 846642235
        },
        {
            "start": 846642635,
            "stop": 846646183
        },
        {
            "start": 846646622,
            "stop": 846675219
        },
        {
            "start": 846676314,
            "stop": 846689875
        },
        {
            "start": 846690977,
            "stop": 846692403
        },
        {
            "start": 846693400,
            "stop": 846698838
        },
        {
            "start": 846700050,
            "stop": 846746029
        },
        {
            "start": 846750254,
            "stop": 846751139
        },
        {
            "start": 846756016,
            "stop": 846826176
        },
        {
            "start": 846827781,
            "stop": 846834604
        },
        {
            "start": 846836951,
            "stop": 846853799
        },
        {
            "start": 846917049,
            "stop": 846917675
        },
        {
            "start": 846918075,
            "stop": 846918112
        },
        {
            "start": 846918432,
            "stop": 846920420
        },
        {
            "start": 846922904,
            "stop": 846923442
        }
    ]
}