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=5215
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=5216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5214",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5215,
    "results": [
        {
            "start": 875217555,
            "stop": 875217663
        },
        {
            "start": 875217682,
            "stop": 875217705
        },
        {
            "start": 875217724,
            "stop": 875217754
        },
        {
            "start": 875217790,
            "stop": 875217794
        },
        {
            "start": 875217815,
            "stop": 875217834
        },
        {
            "start": 875217867,
            "stop": 875217915
        },
        {
            "start": 875217940,
            "stop": 875217958
        },
        {
            "start": 875217977,
            "stop": 875218020
        },
        {
            "start": 875218054,
            "stop": 875218087
        },
        {
            "start": 875218120,
            "stop": 875218123
        },
        {
            "start": 875218148,
            "stop": 875218156
        },
        {
            "start": 875218175,
            "stop": 875218194
        },
        {
            "start": 875218224,
            "stop": 875218309
        },
        {
            "start": 875218328,
            "stop": 875218396
        },
        {
            "start": 875218415,
            "stop": 875218441
        },
        {
            "start": 875218476,
            "stop": 875218527
        },
        {
            "start": 875218546,
            "stop": 875218554
        },
        {
            "start": 875218578,
            "stop": 875218618
        },
        {
            "start": 875218638,
            "stop": 875218686
        },
        {
            "start": 875218705,
            "stop": 875218759
        }
    ]
}