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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2312",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2313,
    "results": [
        {
            "start": 871537946,
            "stop": 871539212
        },
        {
            "start": 871539229,
            "stop": 871539477
        },
        {
            "start": 871539546,
            "stop": 871541071
        },
        {
            "start": 871541088,
            "stop": 871541418
        },
        {
            "start": 871541435,
            "stop": 871541458
        },
        {
            "start": 871541486,
            "stop": 871541507
        },
        {
            "start": 871541524,
            "stop": 871542136
        },
        {
            "start": 871542153,
            "stop": 871542204
        },
        {
            "start": 871542221,
            "stop": 871542252
        },
        {
            "start": 871542269,
            "stop": 871543272
        },
        {
            "start": 871543289,
            "stop": 871544408
        },
        {
            "start": 871544425,
            "stop": 871544426
        },
        {
            "start": 871544443,
            "stop": 871545522
        },
        {
            "start": 871545539,
            "stop": 871545824
        },
        {
            "start": 871546005,
            "stop": 871546235
        },
        {
            "start": 871546252,
            "stop": 871546664
        },
        {
            "start": 871546845,
            "stop": 871546855
        },
        {
            "start": 871546872,
            "stop": 871547109
        },
        {
            "start": 871547126,
            "stop": 871547324
        },
        {
            "start": 871547505,
            "stop": 871547564
        }
    ]
}