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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8707",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8705",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8706,
    "results": [
        {
            "start": 872288487,
            "stop": 872289350
        },
        {
            "start": 872289430,
            "stop": 872290338
        },
        {
            "start": 872290581,
            "stop": 872290910
        },
        {
            "start": 872290990,
            "stop": 872291519
        },
        {
            "start": 872291639,
            "stop": 872292925
        },
        {
            "start": 872293045,
            "stop": 872293817
        },
        {
            "start": 872293834,
            "stop": 872293850
        },
        {
            "start": 872294035,
            "stop": 872296257
        },
        {
            "start": 872296377,
            "stop": 872296649
        },
        {
            "start": 872296769,
            "stop": 872297390
        },
        {
            "start": 872297530,
            "stop": 872298000
        },
        {
            "start": 872298060,
            "stop": 872299380
        },
        {
            "start": 872299397,
            "stop": 872299460
        },
        {
            "start": 872299477,
            "stop": 872299569
        },
        {
            "start": 872300184,
            "stop": 872300881
        },
        {
            "start": 872300898,
            "stop": 872300975
        },
        {
            "start": 872301126,
            "stop": 872302537
        },
        {
            "start": 872302657,
            "stop": 872302670
        },
        {
            "start": 872302750,
            "stop": 872303369
        },
        {
            "start": 872303386,
            "stop": 872303993
        }
    ]
}