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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=215",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 216,
    "results": [
        {
            "start": 820490960,
            "stop": 820491156
        },
        {
            "start": 820491163,
            "stop": 820491216
        },
        {
            "start": 820491224,
            "stop": 820491409
        },
        {
            "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
        }
    ]
}