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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=201",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 202,
    "results": [
        {
            "start": 820495522,
            "stop": 820495595
        },
        {
            "start": 820495598,
            "stop": 820495630
        },
        {
            "start": 820495633,
            "stop": 820495711
        },
        {
            "start": 820495714,
            "stop": 820495749
        },
        {
            "start": 820495752,
            "stop": 820495788
        },
        {
            "start": 820495792,
            "stop": 820496154
        },
        {
            "start": 820496157,
            "stop": 820496160
        },
        {
            "start": 820496163,
            "stop": 820496664
        },
        {
            "start": 820496669,
            "stop": 820496741
        },
        {
            "start": 820496745,
            "stop": 820496756
        },
        {
            "start": 820496760,
            "stop": 820497078
        },
        {
            "start": 820497081,
            "stop": 820497335
        },
        {
            "start": 820497338,
            "stop": 820497341
        },
        {
            "start": 820497344,
            "stop": 820497393
        },
        {
            "start": 820497396,
            "stop": 820497399
        },
        {
            "start": 820497402,
            "stop": 820497463
        },
        {
            "start": 820497466,
            "stop": 820497581
        },
        {
            "start": 820497584,
            "stop": 820497699
        },
        {
            "start": 820497702,
            "stop": 820498137
        },
        {
            "start": 820498141,
            "stop": 820498317
        }
    ]
}