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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=133",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 134,
    "results": [
        {
            "start": 862714895,
            "stop": 862716224
        },
        {
            "start": 862717081,
            "stop": 862732316
        },
        {
            "start": 862734908,
            "stop": 862768791
        },
        {
            "start": 862769604,
            "stop": 862773079
        },
        {
            "start": 862773795,
            "stop": 862780472
        },
        {
            "start": 862805869,
            "stop": 862813910
        },
        {
            "start": 862815287,
            "stop": 862855423
        },
        {
            "start": 862858185,
            "stop": 862858298
        },
        {
            "start": 862859535,
            "stop": 862870007
        },
        {
            "start": 862873513,
            "stop": 862880078
        },
        {
            "start": 862881023,
            "stop": 862897001
        },
        {
            "start": 862897540,
            "stop": 862942187
        },
        {
            "start": 862943076,
            "stop": 862944111
        },
        {
            "start": 862944821,
            "stop": 862947238
        },
        {
            "start": 862948273,
            "stop": 862948332
        },
        {
            "start": 862951432,
            "stop": 862954130
        },
        {
            "start": 862954586,
            "stop": 862976639
        },
        {
            "start": 862978343,
            "stop": 863034381
        },
        {
            "start": 863035271,
            "stop": 863052299
        },
        {
            "start": 863055582,
            "stop": 863073109
        }
    ]
}