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=2326
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=2327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2325",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2326,
    "results": [
        {
            "start": 874311584,
            "stop": 874312148
        },
        {
            "start": 874312187,
            "stop": 874312196
        },
        {
            "start": 874312272,
            "stop": 874313481
        },
        {
            "start": 874313570,
            "stop": 874313581
        },
        {
            "start": 874313599,
            "stop": 874314549
        },
        {
            "start": 874324131,
            "stop": 874329180
        },
        {
            "start": 874331570,
            "stop": 874331571
        },
        {
            "start": 874331608,
            "stop": 874331619
        },
        {
            "start": 874331667,
            "stop": 874331668
        },
        {
            "start": 874331685,
            "stop": 874331776
        },
        {
            "start": 874331793,
            "stop": 874331888
        },
        {
            "start": 874331905,
            "stop": 874333930
        },
        {
            "start": 874333947,
            "stop": 874333980
        },
        {
            "start": 874334040,
            "stop": 874334587
        },
        {
            "start": 874334934,
            "stop": 874337940
        },
        {
            "start": 874338060,
            "stop": 874338072
        },
        {
            "start": 874338092,
            "stop": 874340098
        },
        {
            "start": 874340117,
            "stop": 874340387
        },
        {
            "start": 874341393,
            "stop": 874342198
        },
        {
            "start": 874342217,
            "stop": 874343100
        }
    ]
}