Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=221
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=220",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 221,
    "results": [
        {
            "start": 931458586,
            "stop": 931458600
        },
        {
            "start": 931458602,
            "stop": 931458614
        },
        {
            "start": 931458616,
            "stop": 931458619
        },
        {
            "start": 931458622,
            "stop": 931458623
        },
        {
            "start": 931458625,
            "stop": 931458633
        },
        {
            "start": 931458635,
            "stop": 931458639
        },
        {
            "start": 931458642,
            "stop": 931458654
        },
        {
            "start": 931458656,
            "stop": 931458660
        },
        {
            "start": 931458662,
            "stop": 931458677
        },
        {
            "start": 931458679,
            "stop": 931458685
        },
        {
            "start": 931458688,
            "stop": 931458692
        },
        {
            "start": 931458694,
            "stop": 931458698
        },
        {
            "start": 931458700,
            "stop": 931458705
        },
        {
            "start": 931458709,
            "stop": 931458723
        },
        {
            "start": 931458724,
            "stop": 931458728
        },
        {
            "start": 931458730,
            "stop": 931458731
        },
        {
            "start": 931458733,
            "stop": 931458737
        },
        {
            "start": 931458739,
            "stop": 931458748
        },
        {
            "start": 931458752,
            "stop": 931458754
        },
        {
            "start": 931458758,
            "stop": 931458771
        }
    ]
}