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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=222",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 223,
    "results": [
        {
            "start": 849894445,
            "stop": 849894454
        },
        {
            "start": 849894754,
            "stop": 849894767
        },
        {
            "start": 849894877,
            "stop": 849895092
        },
        {
            "start": 849896798,
            "stop": 849899542
        },
        {
            "start": 849899568,
            "stop": 849899569
        },
        {
            "start": 849899591,
            "stop": 849901127
        },
        {
            "start": 849901566,
            "stop": 849903531
        },
        {
            "start": 849907751,
            "stop": 849908409
        },
        {
            "start": 849909927,
            "stop": 849911699
        },
        {
            "start": 849925255,
            "stop": 849926173
        },
        {
            "start": 849926193,
            "stop": 849927279
        },
        {
            "start": 849930978,
            "stop": 849950618
        },
        {
            "start": 849950728,
            "stop": 849950741
        },
        {
            "start": 849951428,
            "stop": 849951485
        },
        {
            "start": 849951595,
            "stop": 849952799
        },
        {
            "start": 849953099,
            "stop": 849953173
        },
        {
            "start": 849953473,
            "stop": 849958506
        },
        {
            "start": 849959265,
            "stop": 849959368
        },
        {
            "start": 849959668,
            "stop": 849959733
        },
        {
            "start": 849960205,
            "stop": 849961050
        }
    ]
}