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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2066",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2067,
    "results": [
        {
            "start": 870872076,
            "stop": 870872149
        },
        {
            "start": 870872173,
            "stop": 870872217
        },
        {
            "start": 870872236,
            "stop": 870872245
        },
        {
            "start": 870872268,
            "stop": 870872275
        },
        {
            "start": 870872293,
            "stop": 870872300
        },
        {
            "start": 870872317,
            "stop": 870872325
        },
        {
            "start": 870872342,
            "stop": 870872345
        },
        {
            "start": 870872371,
            "stop": 870872496
        },
        {
            "start": 870872527,
            "stop": 870872671
        },
        {
            "start": 870872703,
            "stop": 870872782
        },
        {
            "start": 870872799,
            "stop": 870872890
        },
        {
            "start": 870872938,
            "stop": 870873071
        },
        {
            "start": 870873088,
            "stop": 870873177
        },
        {
            "start": 870873199,
            "stop": 870873224
        },
        {
            "start": 870873241,
            "stop": 870873293
        },
        {
            "start": 870873310,
            "stop": 870873459
        },
        {
            "start": 870873477,
            "stop": 870873501
        },
        {
            "start": 870873523,
            "stop": 870873692
        },
        {
            "start": 870873709,
            "stop": 870873715
        },
        {
            "start": 870873746,
            "stop": 870873793
        }
    ]
}