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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=108",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 109,
    "results": [
        {
            "start": 834526784,
            "stop": 834563863
        },
        {
            "start": 834564616,
            "stop": 834586032
        },
        {
            "start": 834587435,
            "stop": 834590259
        },
        {
            "start": 834591038,
            "stop": 834591368
        },
        {
            "start": 834591592,
            "stop": 834592836
        },
        {
            "start": 834617524,
            "stop": 834636901
        },
        {
            "start": 834640214,
            "stop": 834650516
        },
        {
            "start": 834652381,
            "stop": 834663694
        },
        {
            "start": 834664450,
            "stop": 834679397
        },
        {
            "start": 834679502,
            "stop": 834691389
        },
        {
            "start": 834698392,
            "stop": 834700113
        },
        {
            "start": 834700370,
            "stop": 834737352
        },
        {
            "start": 834738350,
            "stop": 834753205
        },
        {
            "start": 834755123,
            "stop": 834765321
        },
        {
            "start": 834765446,
            "stop": 834769299
        },
        {
            "start": 834773319,
            "stop": 834774056
        },
        {
            "start": 834775548,
            "stop": 834776248
        },
        {
            "start": 834777730,
            "stop": 834780287
        },
        {
            "start": 834784007,
            "stop": 834784342
        },
        {
            "start": 834785216,
            "stop": 834790903
        }
    ]
}