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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8083",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8081",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8082,
    "results": [
        {
            "start": 970596811,
            "stop": 970597109
        },
        {
            "start": 970597112,
            "stop": 970597143
        },
        {
            "start": 970597183,
            "stop": 970597187
        },
        {
            "start": 970597246,
            "stop": 970597326
        },
        {
            "start": 970597329,
            "stop": 970597378
        },
        {
            "start": 970597381,
            "stop": 970597473
        },
        {
            "start": 970597476,
            "stop": 970597593
        },
        {
            "start": 970597604,
            "stop": 970597723
        },
        {
            "start": 970597745,
            "stop": 970597757
        },
        {
            "start": 970597763,
            "stop": 970597765
        },
        {
            "start": 970597768,
            "stop": 970597852
        },
        {
            "start": 970597855,
            "stop": 970598143
        },
        {
            "start": 970598146,
            "stop": 970598589
        },
        {
            "start": 970598708,
            "stop": 970598712
        },
        {
            "start": 970598723,
            "stop": 970598724
        },
        {
            "start": 970598746,
            "stop": 970598980
        },
        {
            "start": 970598983,
            "stop": 970599306
        },
        {
            "start": 970599309,
            "stop": 970599411
        },
        {
            "start": 970599414,
            "stop": 970599674
        },
        {
            "start": 970599687,
            "stop": 970599689
        }
    ]
}