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=441
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=442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=440",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 441,
    "results": [
        {
            "start": 827209901,
            "stop": 827209927
        },
        {
            "start": 827209934,
            "stop": 827209949
        },
        {
            "start": 827209956,
            "stop": 827210295
        },
        {
            "start": 827210302,
            "stop": 827210557
        },
        {
            "start": 827210571,
            "stop": 827210619
        },
        {
            "start": 827210626,
            "stop": 827210632
        },
        {
            "start": 827210639,
            "stop": 827210714
        },
        {
            "start": 827210724,
            "stop": 827210979
        },
        {
            "start": 827210990,
            "stop": 827211303
        },
        {
            "start": 827211313,
            "stop": 827211501
        },
        {
            "start": 827211513,
            "stop": 827211555
        },
        {
            "start": 827211563,
            "stop": 827211953
        },
        {
            "start": 827211960,
            "stop": 827211974
        },
        {
            "start": 827211982,
            "stop": 827212279
        },
        {
            "start": 827212286,
            "stop": 827212295
        },
        {
            "start": 827212305,
            "stop": 827212436
        },
        {
            "start": 827212444,
            "stop": 827212447
        },
        {
            "start": 827212463,
            "stop": 827212477
        },
        {
            "start": 827212491,
            "stop": 827212557
        },
        {
            "start": 827212564,
            "stop": 827212623
        }
    ]
}