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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=81",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 82,
    "results": [
        {
            "start": 818059603,
            "stop": 818059624
        },
        {
            "start": 818059632,
            "stop": 818059667
        },
        {
            "start": 818059705,
            "stop": 818059718
        },
        {
            "start": 818059728,
            "stop": 818059739
        },
        {
            "start": 818059747,
            "stop": 818059750
        },
        {
            "start": 818059769,
            "stop": 818059784
        },
        {
            "start": 818059804,
            "stop": 818059817
        },
        {
            "start": 818059825,
            "stop": 818059832
        },
        {
            "start": 818059849,
            "stop": 818059850
        },
        {
            "start": 818059872,
            "stop": 818059873
        },
        {
            "start": 818059881,
            "stop": 818059903
        },
        {
            "start": 818059911,
            "stop": 818059921
        },
        {
            "start": 818059943,
            "stop": 818059949
        },
        {
            "start": 818059974,
            "stop": 818059977
        },
        {
            "start": 818059985,
            "stop": 818059990
        },
        {
            "start": 818059998,
            "stop": 818060005
        },
        {
            "start": 818060013,
            "stop": 818060041
        },
        {
            "start": 818060054,
            "stop": 818060057
        },
        {
            "start": 818060065,
            "stop": 818060066
        },
        {
            "start": 818060078,
            "stop": 818060083
        }
    ]
}