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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=688",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 689,
    "results": [
        {
            "start": 862896990,
            "stop": 862897001
        },
        {
            "start": 862897540,
            "stop": 862942187
        },
        {
            "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
        }
    ]
}