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=394
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=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=393",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 394,
    "results": [
        {
            "start": 825970850,
            "stop": 825970922
        },
        {
            "start": 825971513,
            "stop": 825972566
        },
        {
            "start": 825972579,
            "stop": 825972599
        },
        {
            "start": 825972603,
            "stop": 825972710
        },
        {
            "start": 825972717,
            "stop": 825973096
        },
        {
            "start": 825973103,
            "stop": 825973260
        },
        {
            "start": 825973380,
            "stop": 825973681
        },
        {
            "start": 825973688,
            "stop": 825973992
        },
        {
            "start": 825973999,
            "stop": 825974154
        },
        {
            "start": 825974162,
            "stop": 825974344
        },
        {
            "start": 825974348,
            "stop": 825974364
        },
        {
            "start": 825974372,
            "stop": 825974406
        },
        {
            "start": 825974415,
            "stop": 825974526
        },
        {
            "start": 825974533,
            "stop": 825974547
        },
        {
            "start": 825974555,
            "stop": 825974703
        },
        {
            "start": 825974710,
            "stop": 825974761
        },
        {
            "start": 825974768,
            "stop": 825974801
        },
        {
            "start": 825974808,
            "stop": 825974871
        },
        {
            "start": 825974884,
            "stop": 825974888
        },
        {
            "start": 825974895,
            "stop": 825974900
        }
    ]
}