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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8797",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8798,
    "results": [
        {
            "start": 872407916,
            "stop": 872407945
        },
        {
            "start": 872407962,
            "stop": 872408837
        },
        {
            "start": 872408856,
            "stop": 872409075
        },
        {
            "start": 872409092,
            "stop": 872409870
        },
        {
            "start": 872411684,
            "stop": 872411780
        },
        {
            "start": 872411797,
            "stop": 872412057
        },
        {
            "start": 872412076,
            "stop": 872412106
        },
        {
            "start": 872412125,
            "stop": 872412395
        },
        {
            "start": 872412414,
            "stop": 872412507
        },
        {
            "start": 872412526,
            "stop": 872412658
        },
        {
            "start": 872412675,
            "stop": 872412998
        },
        {
            "start": 872413017,
            "stop": 872414144
        },
        {
            "start": 872414163,
            "stop": 872414291
        },
        {
            "start": 872414355,
            "stop": 872414468
        },
        {
            "start": 872414487,
            "stop": 872414492
        },
        {
            "start": 872414516,
            "stop": 872414593
        },
        {
            "start": 872414612,
            "stop": 872414628
        },
        {
            "start": 872414647,
            "stop": 872414756
        },
        {
            "start": 872414781,
            "stop": 872414813
        },
        {
            "start": 872414853,
            "stop": 872415098
        }
    ]
}