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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=122",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 123,
    "results": [
        {
            "start": 931367524,
            "stop": 931367667
        },
        {
            "start": 931367668,
            "stop": 931367677
        },
        {
            "start": 931367678,
            "stop": 931367707
        },
        {
            "start": 931367710,
            "stop": 931367767
        },
        {
            "start": 931367769,
            "stop": 931367794
        },
        {
            "start": 931367797,
            "stop": 931367798
        },
        {
            "start": 931367800,
            "stop": 931367983
        },
        {
            "start": 931367985,
            "stop": 931367986
        },
        {
            "start": 931367988,
            "stop": 931368105
        },
        {
            "start": 931368107,
            "stop": 931368250
        },
        {
            "start": 931368251,
            "stop": 931368612
        },
        {
            "start": 931368615,
            "stop": 931368694
        },
        {
            "start": 931368696,
            "stop": 931368849
        },
        {
            "start": 931368850,
            "stop": 931368957
        },
        {
            "start": 931368959,
            "stop": 931368972
        },
        {
            "start": 931368974,
            "stop": 931368987
        },
        {
            "start": 931368989,
            "stop": 931368997
        },
        {
            "start": 931368998,
            "stop": 931369057
        },
        {
            "start": 931369060,
            "stop": 931369062
        },
        {
            "start": 931369064,
            "stop": 931369101
        }
    ]
}