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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=106",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 107,
    "results": [
        {
            "start": 825141799,
            "stop": 825143638
        },
        {
            "start": 825143640,
            "stop": 825144057
        },
        {
            "start": 825144060,
            "stop": 825144071
        },
        {
            "start": 825144073,
            "stop": 825144075
        },
        {
            "start": 825144077,
            "stop": 825150210
        },
        {
            "start": 825150659,
            "stop": 825150818
        },
        {
            "start": 825150928,
            "stop": 825151187
        },
        {
            "start": 825151487,
            "stop": 825151639
        },
        {
            "start": 825151749,
            "stop": 825152900
        },
        {
            "start": 825153200,
            "stop": 825168191
        },
        {
            "start": 825168197,
            "stop": 825168207
        },
        {
            "start": 825168209,
            "stop": 825168210
        },
        {
            "start": 825168213,
            "stop": 825168215
        },
        {
            "start": 825168217,
            "stop": 825168238
        },
        {
            "start": 825168240,
            "stop": 825168254
        },
        {
            "start": 825168256,
            "stop": 825168258
        },
        {
            "start": 825168260,
            "stop": 825168262
        },
        {
            "start": 825168264,
            "stop": 825168351
        },
        {
            "start": 825168355,
            "stop": 825169646
        },
        {
            "start": 825169649,
            "stop": 825170441
        }
    ]
}