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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=524",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=522",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 523,
    "results": [
        {
            "start": 966369221,
            "stop": 966371328
        },
        {
            "start": 966388140,
            "stop": 966414854
        },
        {
            "start": 966416641,
            "stop": 966421994
        },
        {
            "start": 966421995,
            "stop": 966422274
        },
        {
            "start": 966422275,
            "stop": 966422511
        },
        {
            "start": 966422512,
            "stop": 966423758
        },
        {
            "start": 966423759,
            "stop": 966437768
        },
        {
            "start": 966441389,
            "stop": 966457125
        },
        {
            "start": 966460486,
            "stop": 966467673
        },
        {
            "start": 966471228,
            "stop": 966490656
        },
        {
            "start": 966493081,
            "stop": 966505515
        },
        {
            "start": 966507409,
            "stop": 966512036
        },
        {
            "start": 966512037,
            "stop": 966550265
        },
        {
            "start": 966551748,
            "stop": 966554601
        },
        {
            "start": 966554603,
            "stop": 966554674
        },
        {
            "start": 966565457,
            "stop": 966566543
        },
        {
            "start": 966568416,
            "stop": 966570663
        },
        {
            "start": 966570665,
            "stop": 966609288
        },
        {
            "start": 966609289,
            "stop": 966613773
        },
        {
            "start": 966616104,
            "stop": 966636811
        }
    ]
}