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=2353
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=2354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2352",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2353,
    "results": [
        {
            "start": 872131412,
            "stop": 872131440
        },
        {
            "start": 872131560,
            "stop": 872131582
        },
        {
            "start": 872131609,
            "stop": 872131616
        },
        {
            "start": 872131800,
            "stop": 872131821
        },
        {
            "start": 872131832,
            "stop": 872131917
        },
        {
            "start": 872131924,
            "stop": 872131942
        },
        {
            "start": 872131955,
            "stop": 872131975
        },
        {
            "start": 872132160,
            "stop": 872132219
        },
        {
            "start": 872132228,
            "stop": 872132274
        },
        {
            "start": 872132400,
            "stop": 872132404
        },
        {
            "start": 872132411,
            "stop": 872132527
        },
        {
            "start": 872132534,
            "stop": 872132672
        },
        {
            "start": 872132679,
            "stop": 872132734
        },
        {
            "start": 872132756,
            "stop": 872132975
        },
        {
            "start": 872132982,
            "stop": 872133229
        },
        {
            "start": 872133236,
            "stop": 872133767
        },
        {
            "start": 872133784,
            "stop": 872133932
        },
        {
            "start": 872133949,
            "stop": 872134140
        },
        {
            "start": 872134200,
            "stop": 872134215
        },
        {
            "start": 872134232,
            "stop": 872136767
        }
    ]
}