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=2319
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=2320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2318",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2319,
    "results": [
        {
            "start": 871604132,
            "stop": 871604639
        },
        {
            "start": 871604649,
            "stop": 871604652
        },
        {
            "start": 871604662,
            "stop": 871604841
        },
        {
            "start": 871604858,
            "stop": 871607591
        },
        {
            "start": 871607608,
            "stop": 871609765
        },
        {
            "start": 871609782,
            "stop": 871611712
        },
        {
            "start": 871611729,
            "stop": 871612070
        },
        {
            "start": 871612150,
            "stop": 871615146
        },
        {
            "start": 871615181,
            "stop": 871616059
        },
        {
            "start": 871616076,
            "stop": 871616519
        },
        {
            "start": 871616536,
            "stop": 871616909
        },
        {
            "start": 871616926,
            "stop": 871617267
        },
        {
            "start": 871617284,
            "stop": 871617524
        },
        {
            "start": 871617541,
            "stop": 871617566
        },
        {
            "start": 871617583,
            "stop": 871617719
        },
        {
            "start": 871617736,
            "stop": 871618210
        },
        {
            "start": 871618227,
            "stop": 871618373
        },
        {
            "start": 871618390,
            "stop": 871619024
        },
        {
            "start": 871622312,
            "stop": 871624402
        },
        {
            "start": 871624419,
            "stop": 871626370
        }
    ]
}