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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8134",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8135,
    "results": [
        {
            "start": 873006169,
            "stop": 873006330
        },
        {
            "start": 873006349,
            "stop": 873006360
        },
        {
            "start": 873006455,
            "stop": 873006523
        },
        {
            "start": 873006540,
            "stop": 873006714
        },
        {
            "start": 873006733,
            "stop": 873006816
        },
        {
            "start": 873006936,
            "stop": 873006952
        },
        {
            "start": 873006974,
            "stop": 873007314
        },
        {
            "start": 873007348,
            "stop": 873007442
        },
        {
            "start": 873007491,
            "stop": 873007495
        },
        {
            "start": 873007538,
            "stop": 873007589
        },
        {
            "start": 873007608,
            "stop": 873007680
        },
        {
            "start": 873007704,
            "stop": 873007722
        },
        {
            "start": 873007775,
            "stop": 873007800
        },
        {
            "start": 873007819,
            "stop": 873007920
        },
        {
            "start": 873007937,
            "stop": 873007991
        },
        {
            "start": 873008035,
            "stop": 873008050
        },
        {
            "start": 873008069,
            "stop": 873008071
        },
        {
            "start": 873008090,
            "stop": 873008102
        },
        {
            "start": 873008128,
            "stop": 873008777
        },
        {
            "start": 873008845,
            "stop": 873008869
        }
    ]
}