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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=58",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 59,
    "results": [
        {
            "start": 821167494,
            "stop": 821167519
        },
        {
            "start": 821167522,
            "stop": 821167552
        },
        {
            "start": 821167558,
            "stop": 821167687
        },
        {
            "start": 821167690,
            "stop": 821167696
        },
        {
            "start": 821167699,
            "stop": 821167976
        },
        {
            "start": 821167979,
            "stop": 821168005
        },
        {
            "start": 821168008,
            "stop": 821168043
        },
        {
            "start": 821168046,
            "stop": 821168193
        },
        {
            "start": 821168196,
            "stop": 821168312
        },
        {
            "start": 821168315,
            "stop": 821168423
        },
        {
            "start": 821168426,
            "stop": 821168615
        },
        {
            "start": 821168618,
            "stop": 821172813
        },
        {
            "start": 821172816,
            "stop": 821173755
        },
        {
            "start": 821173758,
            "stop": 821173903
        },
        {
            "start": 821173906,
            "stop": 821173992
        },
        {
            "start": 821173995,
            "stop": 821174407
        },
        {
            "start": 821174410,
            "stop": 821174503
        },
        {
            "start": 821174506,
            "stop": 821174513
        },
        {
            "start": 821174711,
            "stop": 821174778
        },
        {
            "start": 821174781,
            "stop": 821174788
        }
    ]
}