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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=181",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 182,
    "results": [
        {
            "start": 820491417,
            "stop": 820491476
        },
        {
            "start": 820491483,
            "stop": 820492232
        },
        {
            "start": 820492239,
            "stop": 820492471
        },
        {
            "start": 820492479,
            "stop": 820492569
        },
        {
            "start": 820492576,
            "stop": 820492747
        },
        {
            "start": 820492755,
            "stop": 820492811
        },
        {
            "start": 820492826,
            "stop": 820493140
        },
        {
            "start": 820493147,
            "stop": 820493434
        },
        {
            "start": 820493441,
            "stop": 820493504
        },
        {
            "start": 820493512,
            "stop": 820493707
        },
        {
            "start": 820493715,
            "stop": 820493939
        },
        {
            "start": 820493946,
            "stop": 820494107
        },
        {
            "start": 820494114,
            "stop": 820494143
        },
        {
            "start": 820494151,
            "stop": 820494161
        },
        {
            "start": 820494168,
            "stop": 820494215
        },
        {
            "start": 820494222,
            "stop": 820494458
        },
        {
            "start": 820494466,
            "stop": 820494495
        },
        {
            "start": 820494502,
            "stop": 820494915
        },
        {
            "start": 820494923,
            "stop": 820495067
        },
        {
            "start": 820495074,
            "stop": 820495236
        }
    ]
}