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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=158",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 159,
    "results": [
        {
            "start": 819897131,
            "stop": 819900458
        },
        {
            "start": 819900465,
            "stop": 819901114
        },
        {
            "start": 819901121,
            "stop": 819901444
        },
        {
            "start": 819901445,
            "stop": 819901740
        },
        {
            "start": 819901937,
            "stop": 819904949
        },
        {
            "start": 819904956,
            "stop": 819906669
        },
        {
            "start": 819906677,
            "stop": 819912232
        },
        {
            "start": 819912239,
            "stop": 819917452
        },
        {
            "start": 819917459,
            "stop": 819917478
        },
        {
            "start": 819917485,
            "stop": 819922498
        },
        {
            "start": 819922730,
            "stop": 819927309
        },
        {
            "start": 819929371,
            "stop": 819929586
        },
        {
            "start": 819929828,
            "stop": 819930929
        },
        {
            "start": 819930936,
            "stop": 819942701
        },
        {
            "start": 819942708,
            "stop": 819942869
        },
        {
            "start": 819942876,
            "stop": 819946119
        },
        {
            "start": 819946126,
            "stop": 819947826
        },
        {
            "start": 819947834,
            "stop": 819950689
        },
        {
            "start": 819950697,
            "stop": 819951072
        },
        {
            "start": 819951080,
            "stop": 819952830
        }
    ]
}