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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=670",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 671,
    "results": [
        {
            "start": 858810990,
            "stop": 858811110
        },
        {
            "start": 858811170,
            "stop": 858811350
        },
        {
            "start": 858811470,
            "stop": 858819202
        },
        {
            "start": 858825931,
            "stop": 858849811
        },
        {
            "start": 858849828,
            "stop": 858885527
        },
        {
            "start": 858887470,
            "stop": 858892079
        },
        {
            "start": 858892897,
            "stop": 858898252
        },
        {
            "start": 858898258,
            "stop": 858951029
        },
        {
            "start": 858951066,
            "stop": 858951734
        },
        {
            "start": 858955010,
            "stop": 858955811
        },
        {
            "start": 858955828,
            "stop": 858956331
        },
        {
            "start": 858956350,
            "stop": 858961230
        },
        {
            "start": 858962276,
            "stop": 858963270
        },
        {
            "start": 858968640,
            "stop": 858970410
        },
        {
            "start": 858970470,
            "stop": 858970472
        },
        {
            "start": 858970490,
            "stop": 858973710
        },
        {
            "start": 858975196,
            "stop": 858985222
        },
        {
            "start": 858985869,
            "stop": 858991176
        },
        {
            "start": 858991211,
            "stop": 859039763
        },
        {
            "start": 859039786,
            "stop": 859039800
        }
    ]
}