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=410
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=411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=409",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 410,
    "results": [
        {
            "start": 826641419,
            "stop": 826642208
        },
        {
            "start": 826642504,
            "stop": 826643593
        },
        {
            "start": 826645094,
            "stop": 826648111
        },
        {
            "start": 826648119,
            "stop": 826648916
        },
        {
            "start": 826648945,
            "stop": 826649264
        },
        {
            "start": 826649445,
            "stop": 826649750
        },
        {
            "start": 826649830,
            "stop": 826650020
        },
        {
            "start": 826650027,
            "stop": 826650890
        },
        {
            "start": 826650970,
            "stop": 826651080
        },
        {
            "start": 826651200,
            "stop": 826652390
        },
        {
            "start": 826652470,
            "stop": 826653044
        },
        {
            "start": 826653225,
            "stop": 826653410
        },
        {
            "start": 826653550,
            "stop": 826655150
        },
        {
            "start": 826655230,
            "stop": 826656832
        },
        {
            "start": 826656862,
            "stop": 826658326
        },
        {
            "start": 826659118,
            "stop": 826659650
        },
        {
            "start": 826659730,
            "stop": 826660310
        },
        {
            "start": 826660450,
            "stop": 826660949
        },
        {
            "start": 826661094,
            "stop": 826662102
        },
        {
            "start": 826662132,
            "stop": 826663349
        }
    ]
}