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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7602",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7600",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7601,
    "results": [
        {
            "start": 970592304,
            "stop": 970592459
        },
        {
            "start": 970592462,
            "stop": 970592478
        },
        {
            "start": 970596480,
            "stop": 970596505
        },
        {
            "start": 970596509,
            "stop": 970596511
        },
        {
            "start": 970596514,
            "stop": 970596614
        },
        {
            "start": 970596751,
            "stop": 970596790
        },
        {
            "start": 970596811,
            "stop": 970597109
        },
        {
            "start": 970597112,
            "stop": 970597143
        },
        {
            "start": 970597246,
            "stop": 970597326
        },
        {
            "start": 970597329,
            "stop": 970597378
        },
        {
            "start": 970597381,
            "stop": 970597473
        },
        {
            "start": 970597476,
            "stop": 970597593
        },
        {
            "start": 970597604,
            "stop": 970597696
        },
        {
            "start": 970597816,
            "stop": 970597852
        },
        {
            "start": 970597855,
            "stop": 970598143
        },
        {
            "start": 970598146,
            "stop": 970598589
        },
        {
            "start": 970598723,
            "stop": 970598724
        },
        {
            "start": 970598746,
            "stop": 970598980
        },
        {
            "start": 970598983,
            "stop": 970599306
        },
        {
            "start": 970599309,
            "stop": 970599411
        }
    ]
}