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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4971",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4972,
    "results": [
        {
            "start": 874469632,
            "stop": 874469959
        },
        {
            "start": 874469966,
            "stop": 874470087
        },
        {
            "start": 874470094,
            "stop": 874470224
        },
        {
            "start": 874470231,
            "stop": 874470246
        },
        {
            "start": 874470253,
            "stop": 874470312
        },
        {
            "start": 874470322,
            "stop": 874470344
        },
        {
            "start": 874470358,
            "stop": 874470429
        },
        {
            "start": 874470437,
            "stop": 874470676
        },
        {
            "start": 874470683,
            "stop": 874470765
        },
        {
            "start": 874470774,
            "stop": 874470993
        },
        {
            "start": 874471000,
            "stop": 874471029
        },
        {
            "start": 874471036,
            "stop": 874471288
        },
        {
            "start": 874471295,
            "stop": 874471706
        },
        {
            "start": 874471713,
            "stop": 874471933
        },
        {
            "start": 874471940,
            "stop": 874471989
        },
        {
            "start": 874471996,
            "stop": 874472498
        },
        {
            "start": 874472505,
            "stop": 874472516
        },
        {
            "start": 874472523,
            "stop": 874472538
        },
        {
            "start": 874472545,
            "stop": 874472566
        },
        {
            "start": 874472573,
            "stop": 874472578
        }
    ]
}