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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8645",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8646,
    "results": [
        {
            "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
        },
        {
            "start": 871547745,
            "stop": 871548180
        },
        {
            "start": 871548240,
            "stop": 871548526
        },
        {
            "start": 871548543,
            "stop": 871550064
        },
        {
            "start": 871550081,
            "stop": 871550142
        },
        {
            "start": 871550159,
            "stop": 871550161
        },
        {
            "start": 871550178,
            "stop": 871550261
        }
    ]
}