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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5167",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5168,
    "results": [
        {
            "start": 873800176,
            "stop": 873800470
        },
        {
            "start": 873800477,
            "stop": 873800694
        },
        {
            "start": 873800709,
            "stop": 873800722
        },
        {
            "start": 873800737,
            "stop": 873800806
        },
        {
            "start": 873800817,
            "stop": 873800853
        },
        {
            "start": 873800860,
            "stop": 873800962
        },
        {
            "start": 873800973,
            "stop": 873801054
        },
        {
            "start": 873801062,
            "stop": 873801329
        },
        {
            "start": 873801363,
            "stop": 873801562
        },
        {
            "start": 873801569,
            "stop": 873801594
        },
        {
            "start": 873801601,
            "stop": 873801888
        },
        {
            "start": 873801895,
            "stop": 873801957
        },
        {
            "start": 873801965,
            "stop": 873801974
        },
        {
            "start": 873801981,
            "stop": 873802230
        },
        {
            "start": 873802238,
            "stop": 873802258
        },
        {
            "start": 873802265,
            "stop": 873802367
        },
        {
            "start": 873802374,
            "stop": 873802389
        },
        {
            "start": 873802404,
            "stop": 873802534
        },
        {
            "start": 873802541,
            "stop": 873802691
        },
        {
            "start": 873802707,
            "stop": 873802713
        }
    ]
}