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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2075",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2076,
    "results": [
        {
            "start": 862756750,
            "stop": 862756762
        },
        {
            "start": 862756768,
            "stop": 862756785
        },
        {
            "start": 862756790,
            "stop": 862756825
        },
        {
            "start": 862756838,
            "stop": 862759860
        },
        {
            "start": 862759920,
            "stop": 862762888
        },
        {
            "start": 862762895,
            "stop": 862763069
        },
        {
            "start": 862763072,
            "stop": 862764360
        },
        {
            "start": 862764420,
            "stop": 862768513
        },
        {
            "start": 862769663,
            "stop": 862770031
        },
        {
            "start": 862770130,
            "stop": 862772316
        },
        {
            "start": 862772319,
            "stop": 862772517
        },
        {
            "start": 862772523,
            "stop": 862773030
        },
        {
            "start": 862773541,
            "stop": 862775252
        },
        {
            "start": 862775258,
            "stop": 862775525
        },
        {
            "start": 862775533,
            "stop": 862775550
        },
        {
            "start": 862775555,
            "stop": 862775560
        },
        {
            "start": 862775565,
            "stop": 862778475
        },
        {
            "start": 862778483,
            "stop": 862780471
        },
        {
            "start": 862804891,
            "stop": 862804949
        },
        {
            "start": 862805249,
            "stop": 862813915
        }
    ]
}