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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=298",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 299,
    "results": [
        {
            "start": 822413766,
            "stop": 822413857
        },
        {
            "start": 822413863,
            "stop": 822413914
        },
        {
            "start": 822413926,
            "stop": 822414047
        },
        {
            "start": 822414052,
            "stop": 822414084
        },
        {
            "start": 822414089,
            "stop": 822414097
        },
        {
            "start": 822414104,
            "stop": 822414133
        },
        {
            "start": 822414138,
            "stop": 822414145
        },
        {
            "start": 822414151,
            "stop": 822414387
        },
        {
            "start": 822414392,
            "stop": 822414471
        },
        {
            "start": 822414487,
            "stop": 822414676
        },
        {
            "start": 822414681,
            "stop": 822415098
        },
        {
            "start": 822415105,
            "stop": 822415191
        },
        {
            "start": 822415196,
            "stop": 822415357
        },
        {
            "start": 822415364,
            "stop": 822415460
        },
        {
            "start": 822415465,
            "stop": 822415510
        },
        {
            "start": 822415523,
            "stop": 822415694
        },
        {
            "start": 822415699,
            "stop": 822415857
        },
        {
            "start": 822415862,
            "stop": 822415948
        },
        {
            "start": 822415953,
            "stop": 822416078
        },
        {
            "start": 822416083,
            "stop": 822416104
        }
    ]
}