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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=26",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 27,
    "results": [
        {
            "start": 816526730,
            "stop": 816526765
        },
        {
            "start": 816528645,
            "stop": 816534628
        },
        {
            "start": 816534641,
            "stop": 816534977
        },
        {
            "start": 816535014,
            "stop": 816535046
        },
        {
            "start": 816535060,
            "stop": 816535064
        },
        {
            "start": 816535083,
            "stop": 816535093
        },
        {
            "start": 816535619,
            "stop": 816536289
        },
        {
            "start": 816536296,
            "stop": 816540853
        },
        {
            "start": 816542382,
            "stop": 816542529
        },
        {
            "start": 816542536,
            "stop": 816542637
        },
        {
            "start": 816542645,
            "stop": 816542830
        },
        {
            "start": 816542838,
            "stop": 816543595
        },
        {
            "start": 816543602,
            "stop": 816548593
        },
        {
            "start": 816548609,
            "stop": 816548610
        },
        {
            "start": 816554106,
            "stop": 816561676
        },
        {
            "start": 816561683,
            "stop": 816563173
        },
        {
            "start": 816563179,
            "stop": 816563180
        },
        {
            "start": 816564940,
            "stop": 816566870
        },
        {
            "start": 816566950,
            "stop": 816569330
        },
        {
            "start": 816569470,
            "stop": 816570024
        }
    ]
}