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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3036",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3037,
    "results": [
        {
            "start": 864254897,
            "stop": 864257645
        },
        {
            "start": 864258927,
            "stop": 864267200
        },
        {
            "start": 864268019,
            "stop": 864272182
        },
        {
            "start": 864273489,
            "stop": 864274509
        },
        {
            "start": 864275061,
            "stop": 864280527
        },
        {
            "start": 864281179,
            "stop": 864305568
        },
        {
            "start": 864305868,
            "stop": 864314452
        },
        {
            "start": 864314883,
            "stop": 864317580
        },
        {
            "start": 864317640,
            "stop": 864318033
        },
        {
            "start": 864318041,
            "stop": 864318060
        },
        {
            "start": 864318240,
            "stop": 864320930
        },
        {
            "start": 864320933,
            "stop": 864320944
        },
        {
            "start": 864320953,
            "stop": 864325230
        },
        {
            "start": 864326713,
            "stop": 864326880
        },
        {
            "start": 864326940,
            "stop": 864327240
        },
        {
            "start": 864327300,
            "stop": 864327600
        },
        {
            "start": 864327660,
            "stop": 864327997
        },
        {
            "start": 864328602,
            "stop": 864333000
        },
        {
            "start": 864333060,
            "stop": 864333284
        },
        {
            "start": 864333465,
            "stop": 864334500
        }
    ]
}