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=2298
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=2299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2297",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2298,
    "results": [
        {
            "start": 873963241,
            "stop": 873965286
        },
        {
            "start": 873965305,
            "stop": 873966940
        },
        {
            "start": 873966960,
            "stop": 873969140
        },
        {
            "start": 873969158,
            "stop": 873969229
        },
        {
            "start": 873970336,
            "stop": 873970581
        },
        {
            "start": 873970600,
            "stop": 873971511
        },
        {
            "start": 873971530,
            "stop": 873974949
        },
        {
            "start": 873974974,
            "stop": 873975098
        },
        {
            "start": 873975117,
            "stop": 873977081
        },
        {
            "start": 873977100,
            "stop": 873977408
        },
        {
            "start": 873977427,
            "stop": 873977626
        },
        {
            "start": 873977652,
            "stop": 873978337
        },
        {
            "start": 873978367,
            "stop": 873979635
        },
        {
            "start": 873979659,
            "stop": 873979998
        },
        {
            "start": 873980027,
            "stop": 873981585
        },
        {
            "start": 873981604,
            "stop": 873982502
        },
        {
            "start": 873982536,
            "stop": 873982560
        },
        {
            "start": 873982602,
            "stop": 873982626
        },
        {
            "start": 873982645,
            "stop": 873982726
        },
        {
            "start": 873982748,
            "stop": 873982778
        }
    ]
}