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=2362
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=2363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2361",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2362,
    "results": [
        {
            "start": 872284182,
            "stop": 872285150
        },
        {
            "start": 872285230,
            "stop": 872286530
        },
        {
            "start": 872286613,
            "stop": 872289350
        },
        {
            "start": 872289430,
            "stop": 872290910
        },
        {
            "start": 872290990,
            "stop": 872293817
        },
        {
            "start": 872293834,
            "stop": 872293850
        },
        {
            "start": 872293930,
            "stop": 872297390
        },
        {
            "start": 872297530,
            "stop": 872298000
        },
        {
            "start": 872298060,
            "stop": 872299380
        },
        {
            "start": 872299397,
            "stop": 872299460
        },
        {
            "start": 872299477,
            "stop": 872299574
        },
        {
            "start": 872299690,
            "stop": 872299790
        },
        {
            "start": 872300090,
            "stop": 872300881
        },
        {
            "start": 872300898,
            "stop": 872302670
        },
        {
            "start": 872302750,
            "stop": 872303369
        },
        {
            "start": 872303386,
            "stop": 872304610
        },
        {
            "start": 872304910,
            "stop": 872306570
        },
        {
            "start": 872306710,
            "stop": 872308830
        },
        {
            "start": 872308920,
            "stop": 872313050
        },
        {
            "start": 872313130,
            "stop": 872314067
        }
    ]
}