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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=323",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 324,
    "results": [
        {
            "start": 860790909,
            "stop": 860796581
        },
        {
            "start": 860797122,
            "stop": 860827370
        },
        {
            "start": 860827690,
            "stop": 860846512
        },
        {
            "start": 860846536,
            "stop": 860855987
        },
        {
            "start": 860856021,
            "stop": 860856082
        },
        {
            "start": 860856103,
            "stop": 860857250
        },
        {
            "start": 860874647,
            "stop": 860876746
        },
        {
            "start": 860876763,
            "stop": 860877449
        },
        {
            "start": 860877842,
            "stop": 860878738
        },
        {
            "start": 860879926,
            "stop": 860887359
        },
        {
            "start": 860888491,
            "stop": 860888751
        },
        {
            "start": 860891128,
            "stop": 860894432
        },
        {
            "start": 860894942,
            "stop": 860921067
        },
        {
            "start": 860923746,
            "stop": 860926259
        },
        {
            "start": 860926281,
            "stop": 860943027
        },
        {
            "start": 860943068,
            "stop": 860943069
        },
        {
            "start": 860943091,
            "stop": 860944696
        },
        {
            "start": 860945855,
            "stop": 860946345
        },
        {
            "start": 860946363,
            "stop": 860947754
        },
        {
            "start": 860948452,
            "stop": 860953372
        }
    ]
}