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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=284",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 285,
    "results": [
        {
            "start": 857641735,
            "stop": 857645155
        },
        {
            "start": 857646464,
            "stop": 857652038
        },
        {
            "start": 857652148,
            "stop": 857652252
        },
        {
            "start": 857652552,
            "stop": 857652623
        },
        {
            "start": 857652923,
            "stop": 857667105
        },
        {
            "start": 857667405,
            "stop": 857667836
        },
        {
            "start": 857669640,
            "stop": 857670450
        },
        {
            "start": 857670510,
            "stop": 857672850
        },
        {
            "start": 857673150,
            "stop": 857673238
        },
        {
            "start": 857674535,
            "stop": 857674642
        },
        {
            "start": 857674663,
            "stop": 857674817
        },
        {
            "start": 857674841,
            "stop": 857675089
        },
        {
            "start": 857675111,
            "stop": 857675714
        },
        {
            "start": 857675721,
            "stop": 857676506
        },
        {
            "start": 857676514,
            "stop": 857677268
        },
        {
            "start": 857677275,
            "stop": 857677738
        },
        {
            "start": 857677780,
            "stop": 857678396
        },
        {
            "start": 857678962,
            "stop": 857680290
        },
        {
            "start": 857680770,
            "stop": 857681820
        },
        {
            "start": 857682140,
            "stop": 857685997
        }
    ]
}