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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=53",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 54,
    "results": [
        {
            "start": 949506284,
            "stop": 949507000
        },
        {
            "start": 949509167,
            "stop": 949515838
        },
        {
            "start": 949532733,
            "stop": 949532864
        },
        {
            "start": 949535400,
            "stop": 949558996
        },
        {
            "start": 949599343,
            "stop": 949605676
        },
        {
            "start": 949617647,
            "stop": 949617655
        },
        {
            "start": 949621060,
            "stop": 949657792
        },
        {
            "start": 949665369,
            "stop": 949666903
        },
        {
            "start": 949669261,
            "stop": 949685391
        },
        {
            "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": 949877213
        },
        {
            "start": 949878147,
            "stop": 949881090
        },
        {
            "start": 949888419,
            "stop": 949893402
        }
    ]
}