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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=773",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 774,
    "results": [
        {
            "start": 862943076,
            "stop": 862944111
        },
        {
            "start": 862944821,
            "stop": 862947238
        },
        {
            "start": 862948273,
            "stop": 862948332
        },
        {
            "start": 862951432,
            "stop": 862954110
        },
        {
            "start": 862954586,
            "stop": 862957841
        },
        {
            "start": 862958296,
            "stop": 862968750
        },
        {
            "start": 862968810,
            "stop": 862976639
        },
        {
            "start": 862978343,
            "stop": 863034381
        },
        {
            "start": 863035271,
            "stop": 863051580
        },
        {
            "start": 863051640,
            "stop": 863052299
        },
        {
            "start": 863055582,
            "stop": 863071320
        },
        {
            "start": 863071380,
            "stop": 863073109
        },
        {
            "start": 863074966,
            "stop": 863091498
        },
        {
            "start": 863092650,
            "stop": 863117730
        },
        {
            "start": 863117790,
            "stop": 863119433
        },
        {
            "start": 863123846,
            "stop": 863126665
        },
        {
            "start": 863129775,
            "stop": 863140164
        },
        {
            "start": 863172908,
            "stop": 863201542
        },
        {
            "start": 863202315,
            "stop": 863202450
        },
        {
            "start": 863202510,
            "stop": 863202516
        }
    ]
}