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=453
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=454",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=452",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 453,
    "results": [
        {
            "start": 949726733,
            "stop": 949728040
        },
        {
            "start": 949729068,
            "stop": 949733344
        },
        {
            "start": 949736254,
            "stop": 949762854
        },
        {
            "start": 949810685,
            "stop": 949816100
        },
        {
            "start": 949818863,
            "stop": 949831906
        },
        {
            "start": 949834010,
            "stop": 949847712
        },
        {
            "start": 949850332,
            "stop": 949857636
        },
        {
            "start": 949872936,
            "stop": 949873193
        },
        {
            "start": 949874868,
            "stop": 949876402
        },
        {
            "start": 949876405,
            "stop": 949876602
        },
        {
            "start": 949876603,
            "stop": 949876745
        },
        {
            "start": 949876747,
            "stop": 949876894
        },
        {
            "start": 949876898,
            "stop": 949876923
        },
        {
            "start": 949876925,
            "stop": 949876999
        },
        {
            "start": 949877001,
            "stop": 949877213
        },
        {
            "start": 949878147,
            "stop": 949880607
        },
        {
            "start": 949880609,
            "stop": 949881090
        },
        {
            "start": 949888419,
            "stop": 949893402
        },
        {
            "start": 949898617,
            "stop": 949900373
        },
        {
            "start": 949900375,
            "stop": 949915302
        }
    ]
}