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=427
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=428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=426",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 427,
    "results": [
        {
            "start": 827173535,
            "stop": 827173931
        },
        {
            "start": 827173939,
            "stop": 827174257
        },
        {
            "start": 827174264,
            "stop": 827174361
        },
        {
            "start": 827174368,
            "stop": 827174415
        },
        {
            "start": 827174423,
            "stop": 827174644
        },
        {
            "start": 827174657,
            "stop": 827174679
        },
        {
            "start": 827174686,
            "stop": 827174715
        },
        {
            "start": 827174725,
            "stop": 827174738
        },
        {
            "start": 827174745,
            "stop": 827174935
        },
        {
            "start": 827174942,
            "stop": 827175004
        },
        {
            "start": 827175014,
            "stop": 827175069
        },
        {
            "start": 827175076,
            "stop": 827175101
        },
        {
            "start": 827175110,
            "stop": 827175133
        },
        {
            "start": 827175151,
            "stop": 827175154
        },
        {
            "start": 827178045,
            "stop": 827178078
        },
        {
            "start": 827178086,
            "stop": 827178141
        },
        {
            "start": 827178148,
            "stop": 827178170
        },
        {
            "start": 827178177,
            "stop": 827178190
        },
        {
            "start": 827178197,
            "stop": 827178266
        },
        {
            "start": 827178277,
            "stop": 827178437
        }
    ]
}