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=491
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=492",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=490",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 491,
    "results": [
        {
            "start": 822463118,
            "stop": 822476238
        },
        {
            "start": 822476590,
            "stop": 822477272
        },
        {
            "start": 822477398,
            "stop": 822477535
        },
        {
            "start": 822479718,
            "stop": 822481813
        },
        {
            "start": 822482729,
            "stop": 822483075
        },
        {
            "start": 822483083,
            "stop": 822483373
        },
        {
            "start": 822483379,
            "stop": 822484403
        },
        {
            "start": 822484991,
            "stop": 822485854
        },
        {
            "start": 822485861,
            "stop": 822486010
        },
        {
            "start": 822486458,
            "stop": 822486569
        },
        {
            "start": 822486688,
            "stop": 822487058
        },
        {
            "start": 822487132,
            "stop": 822487691
        },
        {
            "start": 822487698,
            "stop": 822487899
        },
        {
            "start": 822491020,
            "stop": 822491155
        },
        {
            "start": 822491170,
            "stop": 822491274
        },
        {
            "start": 822491281,
            "stop": 822491474
        },
        {
            "start": 822491481,
            "stop": 822491774
        },
        {
            "start": 822491782,
            "stop": 822492239
        },
        {
            "start": 822492246,
            "stop": 822493166
        },
        {
            "start": 822493588,
            "stop": 822494691
        }
    ]
}