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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=712",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=710",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 711,
    "results": [
        {
            "start": 830294386,
            "stop": 830295619
        },
        {
            "start": 830295638,
            "stop": 830295937
        },
        {
            "start": 830295940,
            "stop": 830296265
        },
        {
            "start": 830296282,
            "stop": 830297184
        },
        {
            "start": 830297198,
            "stop": 830297205
        },
        {
            "start": 830297219,
            "stop": 830299674
        },
        {
            "start": 830299691,
            "stop": 830302372
        },
        {
            "start": 830302375,
            "stop": 830310855
        },
        {
            "start": 830310858,
            "stop": 830311687
        },
        {
            "start": 830311704,
            "stop": 830311755
        },
        {
            "start": 830311772,
            "stop": 830320083
        },
        {
            "start": 830320087,
            "stop": 830320698
        },
        {
            "start": 830320722,
            "stop": 830321940
        },
        {
            "start": 830322060,
            "stop": 830324395
        },
        {
            "start": 830324695,
            "stop": 830324995
        },
        {
            "start": 830324998,
            "stop": 830326645
        },
        {
            "start": 830326662,
            "stop": 830326827
        },
        {
            "start": 830326844,
            "stop": 830328658
        },
        {
            "start": 830328675,
            "stop": 830329935
        },
        {
            "start": 830329952,
            "stop": 830330256
        }
    ]
}