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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46902",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46903,
    "results": [
        {
            "start": 875177595,
            "stop": 875177602
        },
        {
            "start": 875177603,
            "stop": 875177620
        },
        {
            "start": 875177621,
            "stop": 875177631
        },
        {
            "start": 875177633,
            "stop": 875177671
        },
        {
            "start": 875177672,
            "stop": 875177678
        },
        {
            "start": 875177679,
            "stop": 875177696
        },
        {
            "start": 875177697,
            "stop": 875177720
        },
        {
            "start": 875177721,
            "stop": 875177781
        },
        {
            "start": 875177783,
            "stop": 875177800
        },
        {
            "start": 875177801,
            "stop": 875177822
        },
        {
            "start": 875177825,
            "stop": 875177851
        },
        {
            "start": 875177852,
            "stop": 875177866
        },
        {
            "start": 875177867,
            "stop": 875177887
        },
        {
            "start": 875177888,
            "stop": 875177890
        },
        {
            "start": 875177891,
            "stop": 875177909
        },
        {
            "start": 875177910,
            "stop": 875177929
        },
        {
            "start": 875177931,
            "stop": 875177947
        },
        {
            "start": 875177949,
            "stop": 875177950
        },
        {
            "start": 875177951,
            "stop": 875177952
        },
        {
            "start": 875177953,
            "stop": 875177961
        }
    ]
}