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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8855",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8856,
    "results": [
        {
            "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
        },
        {
            "start": 873008888,
            "stop": 873009125
        },
        {
            "start": 873009144,
            "stop": 873009187
        },
        {
            "start": 873009217,
            "stop": 873009325
        },
        {
            "start": 873009363,
            "stop": 873009364
        },
        {
            "start": 873009399,
            "stop": 873009554
        },
        {
            "start": 873009573,
            "stop": 873009607
        }
    ]
}