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=2119
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=2120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2118",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2119,
    "results": [
        {
            "start": 872146844,
            "stop": 872146899
        },
        {
            "start": 872146925,
            "stop": 872146960
        },
        {
            "start": 872146979,
            "stop": 872146994
        },
        {
            "start": 872147013,
            "stop": 872147039
        },
        {
            "start": 872147059,
            "stop": 872147062
        },
        {
            "start": 872147081,
            "stop": 872147098
        },
        {
            "start": 872147120,
            "stop": 872147121
        },
        {
            "start": 872147202,
            "stop": 872147220
        },
        {
            "start": 872147245,
            "stop": 872147377
        },
        {
            "start": 872147397,
            "stop": 872147402
        },
        {
            "start": 872147568,
            "stop": 872147572
        },
        {
            "start": 872147599,
            "stop": 872147682
        },
        {
            "start": 872147710,
            "stop": 872147782
        },
        {
            "start": 872147801,
            "stop": 872147853
        },
        {
            "start": 872147872,
            "stop": 872147930
        },
        {
            "start": 872147952,
            "stop": 872148040
        },
        {
            "start": 872148071,
            "stop": 872148250
        },
        {
            "start": 872148312,
            "stop": 872148313
        },
        {
            "start": 872148333,
            "stop": 872148386
        },
        {
            "start": 872148405,
            "stop": 872148409
        }
    ]
}