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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=177",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 178,
    "results": [
        {
            "start": 820180777,
            "stop": 820181137
        },
        {
            "start": 820181144,
            "stop": 820181210
        },
        {
            "start": 820181217,
            "stop": 820181231
        },
        {
            "start": 820181238,
            "stop": 820181270
        },
        {
            "start": 820181284,
            "stop": 820181334
        },
        {
            "start": 820181342,
            "stop": 820181367
        },
        {
            "start": 820181381,
            "stop": 820181417
        },
        {
            "start": 820181424,
            "stop": 820181428
        },
        {
            "start": 820181435,
            "stop": 820181820
        },
        {
            "start": 820181828,
            "stop": 820181846
        },
        {
            "start": 820181859,
            "stop": 820181906
        },
        {
            "start": 820181913,
            "stop": 820182039
        },
        {
            "start": 820182047,
            "stop": 820182109
        },
        {
            "start": 820182116,
            "stop": 820182282
        },
        {
            "start": 820182289,
            "stop": 820182800
        },
        {
            "start": 820182807,
            "stop": 820182934
        },
        {
            "start": 820182941,
            "stop": 820183082
        },
        {
            "start": 820183089,
            "stop": 820183111
        },
        {
            "start": 820183118,
            "stop": 820183285
        },
        {
            "start": 820183292,
            "stop": 820183356
        }
    ]
}