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=365
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=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=364",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 365,
    "results": [
        {
            "start": 825108515,
            "stop": 825108614
        },
        {
            "start": 825108621,
            "stop": 825108847
        },
        {
            "start": 825108854,
            "stop": 825109010
        },
        {
            "start": 825109090,
            "stop": 825109129
        },
        {
            "start": 825109312,
            "stop": 825109875
        },
        {
            "start": 825109883,
            "stop": 825109975
        },
        {
            "start": 825110428,
            "stop": 825110852
        },
        {
            "start": 825110859,
            "stop": 825110870
        },
        {
            "start": 825117130,
            "stop": 825117164
        },
        {
            "start": 825117345,
            "stop": 825117460
        },
        {
            "start": 825117467,
            "stop": 825118413
        },
        {
            "start": 825118420,
            "stop": 825118430
        },
        {
            "start": 825118570,
            "stop": 825119449
        },
        {
            "start": 825119456,
            "stop": 825119839
        },
        {
            "start": 825120004,
            "stop": 825120056
        },
        {
            "start": 825120181,
            "stop": 825120185
        },
        {
            "start": 825120192,
            "stop": 825120558
        },
        {
            "start": 825120566,
            "stop": 825120591
        },
        {
            "start": 825120761,
            "stop": 825120890
        },
        {
            "start": 825120970,
            "stop": 825122271
        }
    ]
}