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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5196",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5197,
    "results": [
        {
            "start": 875163780,
            "stop": 875166084
        },
        {
            "start": 875166103,
            "stop": 875166175
        },
        {
            "start": 875166213,
            "stop": 875166231
        },
        {
            "start": 875175780,
            "stop": 875175840
        },
        {
            "start": 875176212,
            "stop": 875176282
        },
        {
            "start": 875176301,
            "stop": 875176532
        },
        {
            "start": 875176551,
            "stop": 875176680
        },
        {
            "start": 875176740,
            "stop": 875176890
        },
        {
            "start": 875176909,
            "stop": 875176980
        },
        {
            "start": 875177040,
            "stop": 875177091
        },
        {
            "start": 875177110,
            "stop": 875177357
        },
        {
            "start": 875177380,
            "stop": 875177526
        },
        {
            "start": 875177545,
            "stop": 875177814
        },
        {
            "start": 875177833,
            "stop": 875177972
        },
        {
            "start": 875177991,
            "stop": 875178046
        },
        {
            "start": 875178065,
            "stop": 875179078
        },
        {
            "start": 875179097,
            "stop": 875179870
        },
        {
            "start": 875179907,
            "stop": 875179915
        },
        {
            "start": 875179934,
            "stop": 875179950
        },
        {
            "start": 875179969,
            "stop": 875180051
        }
    ]
}