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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=118",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 119,
    "results": [
        {
            "start": 819966448,
            "stop": 819966534
        },
        {
            "start": 819966542,
            "stop": 819966628
        },
        {
            "start": 819966635,
            "stop": 819967041
        },
        {
            "start": 819967048,
            "stop": 819967185
        },
        {
            "start": 819967198,
            "stop": 819967205
        },
        {
            "start": 819967218,
            "stop": 819967239
        },
        {
            "start": 819967246,
            "stop": 819967266
        },
        {
            "start": 819967273,
            "stop": 819967564
        },
        {
            "start": 819967571,
            "stop": 819967756
        },
        {
            "start": 819967763,
            "stop": 819967801
        },
        {
            "start": 819967814,
            "stop": 819967903
        },
        {
            "start": 819967911,
            "stop": 819968081
        },
        {
            "start": 819968089,
            "stop": 819968475
        },
        {
            "start": 819968482,
            "stop": 819968533
        },
        {
            "start": 819968534,
            "stop": 819968535
        },
        {
            "start": 819977247,
            "stop": 819977265
        },
        {
            "start": 819977272,
            "stop": 819977348
        },
        {
            "start": 819977355,
            "stop": 819977431
        },
        {
            "start": 819977438,
            "stop": 819977473
        },
        {
            "start": 819977482,
            "stop": 819977533
        }
    ]
}