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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=106",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 107,
    "results": [
        {
            "start": 818206676,
            "stop": 818206677
        },
        {
            "start": 818206902,
            "stop": 818206904
        },
        {
            "start": 818207159,
            "stop": 818207161
        },
        {
            "start": 818207190,
            "stop": 818207192
        },
        {
            "start": 818207206,
            "stop": 818207207
        },
        {
            "start": 818207257,
            "stop": 818207262
        },
        {
            "start": 818207324,
            "stop": 818207325
        },
        {
            "start": 818207375,
            "stop": 818207379
        },
        {
            "start": 818207532,
            "stop": 818207534
        },
        {
            "start": 818207667,
            "stop": 818207671
        },
        {
            "start": 818207711,
            "stop": 818207714
        },
        {
            "start": 818207741,
            "stop": 818207743
        },
        {
            "start": 818207794,
            "stop": 818207798
        },
        {
            "start": 818207926,
            "stop": 818207930
        },
        {
            "start": 818207958,
            "stop": 818207961
        },
        {
            "start": 818207984,
            "stop": 818207987
        },
        {
            "start": 818208061,
            "stop": 818208064
        },
        {
            "start": 818208078,
            "stop": 818208082
        },
        {
            "start": 818208126,
            "stop": 818208128
        },
        {
            "start": 818208211,
            "stop": 818208212
        }
    ]
}