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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=260",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 261,
    "results": [
        {
            "start": 820494503,
            "stop": 820494800
        },
        {
            "start": 820494804,
            "stop": 820496347
        },
        {
            "start": 820496350,
            "stop": 820496801
        },
        {
            "start": 820496805,
            "stop": 820496807
        },
        {
            "start": 820496811,
            "stop": 820497075
        },
        {
            "start": 820497079,
            "stop": 820497120
        },
        {
            "start": 820497152,
            "stop": 820497459
        },
        {
            "start": 820497463,
            "stop": 820497611
        },
        {
            "start": 820497615,
            "stop": 820497797
        },
        {
            "start": 820497800,
            "stop": 820497837
        },
        {
            "start": 820497841,
            "stop": 820498134
        },
        {
            "start": 820498137,
            "stop": 820498198
        },
        {
            "start": 820498201,
            "stop": 820498832
        },
        {
            "start": 820498835,
            "stop": 820498878
        },
        {
            "start": 820498882,
            "stop": 820499474
        },
        {
            "start": 820499477,
            "stop": 820499709
        },
        {
            "start": 820499712,
            "stop": 820500112
        },
        {
            "start": 820500115,
            "stop": 820500148
        },
        {
            "start": 820500158,
            "stop": 820500704
        },
        {
            "start": 820500736,
            "stop": 820501111
        }
    ]
}