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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=295",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 296,
    "results": [
        {
            "start": 935377515,
            "stop": 935378280
        },
        {
            "start": 935378282,
            "stop": 935378519
        },
        {
            "start": 935378521,
            "stop": 935378924
        },
        {
            "start": 935378926,
            "stop": 935379524
        },
        {
            "start": 935381055,
            "stop": 935381099
        },
        {
            "start": 935381102,
            "stop": 935381115
        },
        {
            "start": 935381117,
            "stop": 935381129
        },
        {
            "start": 935381132,
            "stop": 935381144
        },
        {
            "start": 935381147,
            "stop": 935381295
        },
        {
            "start": 935381297,
            "stop": 935382210
        },
        {
            "start": 935382212,
            "stop": 935382645
        },
        {
            "start": 935382647,
            "stop": 935382674
        },
        {
            "start": 935382677,
            "stop": 935382689
        },
        {
            "start": 935382692,
            "stop": 935382704
        },
        {
            "start": 935382708,
            "stop": 935382734
        },
        {
            "start": 935382737,
            "stop": 935382765
        },
        {
            "start": 935382767,
            "stop": 935382839
        },
        {
            "start": 935382842,
            "stop": 935383170
        },
        {
            "start": 935383172,
            "stop": 935383394
        },
        {
            "start": 935383397,
            "stop": 935384415
        }
    ]
}