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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3733",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3734,
    "results": [
        {
            "start": 873653526,
            "stop": 873653657
        },
        {
            "start": 873653957,
            "stop": 873654860
        },
        {
            "start": 873654877,
            "stop": 873655904
        },
        {
            "start": 873655982,
            "stop": 873657090
        },
        {
            "start": 873657228,
            "stop": 873657240
        },
        {
            "start": 873657599,
            "stop": 873657768
        },
        {
            "start": 873658068,
            "stop": 873658105
        },
        {
            "start": 873658260,
            "stop": 873658280
        },
        {
            "start": 873658580,
            "stop": 873658616
        },
        {
            "start": 873658916,
            "stop": 873659067
        },
        {
            "start": 873659367,
            "stop": 873659607
        },
        {
            "start": 873659717,
            "stop": 873659720
        },
        {
            "start": 873660020,
            "stop": 873660243
        },
        {
            "start": 873660353,
            "stop": 873660834
        },
        {
            "start": 873661134,
            "stop": 873661265
        },
        {
            "start": 873661375,
            "stop": 873661395
        },
        {
            "start": 873661695,
            "stop": 873662684
        },
        {
            "start": 873662865,
            "stop": 873664254
        },
        {
            "start": 873664271,
            "stop": 873664620
        },
        {
            "start": 873664680,
            "stop": 873665057
        }
    ]
}