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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5139",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5140,
    "results": [
        {
            "start": 873721545,
            "stop": 873721547
        },
        {
            "start": 873721622,
            "stop": 873721656
        },
        {
            "start": 873721688,
            "stop": 873721710
        },
        {
            "start": 873721793,
            "stop": 873721796
        },
        {
            "start": 873721804,
            "stop": 873721821
        },
        {
            "start": 873721829,
            "stop": 873721833
        },
        {
            "start": 873721841,
            "stop": 873721882
        },
        {
            "start": 873721893,
            "stop": 873721901
        },
        {
            "start": 873721913,
            "stop": 873721948
        },
        {
            "start": 873721978,
            "stop": 873722010
        },
        {
            "start": 873722024,
            "stop": 873722041
        },
        {
            "start": 873722051,
            "stop": 873722052
        },
        {
            "start": 873722060,
            "stop": 873722089
        },
        {
            "start": 873722102,
            "stop": 873722108
        },
        {
            "start": 873722121,
            "stop": 873722128
        },
        {
            "start": 873722135,
            "stop": 873722140
        },
        {
            "start": 873722147,
            "stop": 873722156
        },
        {
            "start": 873722163,
            "stop": 873722176
        },
        {
            "start": 873722190,
            "stop": 873722215
        },
        {
            "start": 873722232,
            "stop": 873722243
        }
    ]
}