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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3568",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3566",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3567,
    "results": [
        {
            "start": 871720159,
            "stop": 871720162
        },
        {
            "start": 871720179,
            "stop": 871720572
        },
        {
            "start": 871720589,
            "stop": 871720639
        },
        {
            "start": 871720656,
            "stop": 871720773
        },
        {
            "start": 871720790,
            "stop": 871721136
        },
        {
            "start": 871721153,
            "stop": 871721182
        },
        {
            "start": 871721199,
            "stop": 871721563
        },
        {
            "start": 871721580,
            "stop": 871722229
        },
        {
            "start": 871722246,
            "stop": 871723232
        },
        {
            "start": 871723249,
            "stop": 871724655
        },
        {
            "start": 871724672,
            "stop": 871724744
        },
        {
            "start": 871724761,
            "stop": 871725053
        },
        {
            "start": 871725070,
            "stop": 871725361
        },
        {
            "start": 871725378,
            "stop": 871725402
        },
        {
            "start": 871725420,
            "stop": 871725443
        },
        {
            "start": 871725460,
            "stop": 871725464
        },
        {
            "start": 871725483,
            "stop": 871726480
        },
        {
            "start": 871726497,
            "stop": 871726498
        },
        {
            "start": 871726528,
            "stop": 871726799
        },
        {
            "start": 871726816,
            "stop": 871727085
        }
    ]
}