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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=428",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 429,
    "results": [
        {
            "start": 827181233,
            "stop": 827181247
        },
        {
            "start": 827181254,
            "stop": 827181311
        },
        {
            "start": 827181319,
            "stop": 827181351
        },
        {
            "start": 827181364,
            "stop": 827181385
        },
        {
            "start": 827181392,
            "stop": 827181530
        },
        {
            "start": 827181543,
            "stop": 827181719
        },
        {
            "start": 827181727,
            "stop": 827181825
        },
        {
            "start": 827181833,
            "stop": 827182156
        },
        {
            "start": 827182163,
            "stop": 827182169
        },
        {
            "start": 827182176,
            "stop": 827182187
        },
        {
            "start": 827182194,
            "stop": 827182430
        },
        {
            "start": 827182510,
            "stop": 827182550
        },
        {
            "start": 827182558,
            "stop": 827182663
        },
        {
            "start": 827182670,
            "stop": 827182838
        },
        {
            "start": 827182850,
            "stop": 827182863
        },
        {
            "start": 827182870,
            "stop": 827182873
        },
        {
            "start": 827182880,
            "stop": 827182898
        },
        {
            "start": 827182905,
            "stop": 827182938
        },
        {
            "start": 827182951,
            "stop": 827182963
        },
        {
            "start": 827182970,
            "stop": 827183089
        }
    ]
}