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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=197",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 198,
    "results": [
        {
            "start": 820193480,
            "stop": 820193529
        },
        {
            "start": 820193532,
            "stop": 820193716
        },
        {
            "start": 820193720,
            "stop": 820193773
        },
        {
            "start": 820193776,
            "stop": 820193913
        },
        {
            "start": 820193916,
            "stop": 820193979
        },
        {
            "start": 820193982,
            "stop": 820194009
        },
        {
            "start": 820194012,
            "stop": 820194066
        },
        {
            "start": 820194069,
            "stop": 820194070
        },
        {
            "start": 820194073,
            "stop": 820194090
        },
        {
            "start": 820194094,
            "stop": 820194110
        },
        {
            "start": 820194113,
            "stop": 820194168
        },
        {
            "start": 820194171,
            "stop": 820194248
        },
        {
            "start": 820194568,
            "stop": 820194578
        },
        {
            "start": 820194581,
            "stop": 820194601
        },
        {
            "start": 820194606,
            "stop": 820194608
        },
        {
            "start": 820194611,
            "stop": 820194633
        },
        {
            "start": 820194637,
            "stop": 820194699
        },
        {
            "start": 820194703,
            "stop": 820194756
        },
        {
            "start": 820195156,
            "stop": 820195210
        },
        {
            "start": 820195214,
            "stop": 820195340
        }
    ]
}