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=2227
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=2228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2226",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2227,
    "results": [
        {
            "start": 873006349,
            "stop": 873006360
        },
        {
            "start": 873006455,
            "stop": 873006714
        },
        {
            "start": 873006733,
            "stop": 873006836
        },
        {
            "start": 873006905,
            "stop": 873006916
        },
        {
            "start": 873006935,
            "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": 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
        }
    ]
}