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=2028
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=2029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2027",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2028,
    "results": [
        {
            "start": 859081933,
            "stop": 859082104
        },
        {
            "start": 859082455,
            "stop": 859082622
        },
        {
            "start": 859082922,
            "stop": 859083132
        },
        {
            "start": 859083242,
            "stop": 859083384
        },
        {
            "start": 859083684,
            "stop": 859084050
        },
        {
            "start": 859084110,
            "stop": 859084590
        },
        {
            "start": 859084650,
            "stop": 859084702
        },
        {
            "start": 859084705,
            "stop": 859084715
        },
        {
            "start": 859084825,
            "stop": 859084878
        },
        {
            "start": 859085399,
            "stop": 859085536
        },
        {
            "start": 859085836,
            "stop": 859085900
        },
        {
            "start": 859092206,
            "stop": 859093675
        },
        {
            "start": 859093975,
            "stop": 859093999
        },
        {
            "start": 859094299,
            "stop": 859094887
        },
        {
            "start": 859095187,
            "stop": 859095510
        },
        {
            "start": 859095570,
            "stop": 859095597
        },
        {
            "start": 859095599,
            "stop": 859095645
        },
        {
            "start": 859095995,
            "stop": 859096242
        },
        {
            "start": 859096605,
            "stop": 859096801
        },
        {
            "start": 859097274,
            "stop": 859123329
        }
    ]
}