Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8794
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8793",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8794,
    "results": [
        {
            "start": 873735120,
            "stop": 873735192
        },
        {
            "start": 873735209,
            "stop": 873735571
        },
        {
            "start": 873735611,
            "stop": 873735889
        },
        {
            "start": 873736081,
            "stop": 873736104
        },
        {
            "start": 873736414,
            "stop": 873736740
        },
        {
            "start": 873736800,
            "stop": 873736959
        },
        {
            "start": 873736998,
            "stop": 873737700
        },
        {
            "start": 873737760,
            "stop": 873737820
        },
        {
            "start": 873737880,
            "stop": 873738060
        },
        {
            "start": 873738120,
            "stop": 873738770
        },
        {
            "start": 873738960,
            "stop": 873739070
        },
        {
            "start": 873739270,
            "stop": 873739320
        },
        {
            "start": 873739440,
            "stop": 873739500
        },
        {
            "start": 873739620,
            "stop": 873739680
        },
        {
            "start": 873740100,
            "stop": 873740160
        },
        {
            "start": 873740220,
            "stop": 873740280
        },
        {
            "start": 873740410,
            "stop": 873740460
        },
        {
            "start": 873740590,
            "stop": 873740880
        },
        {
            "start": 873740940,
            "stop": 873741360
        },
        {
            "start": 873741480,
            "stop": 873741590
        }
    ]
}