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_CBCHIGH_CAT3/segments?format=api&page=7333
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=7334",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7332",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7333,
    "results": [
        {
            "start": 969280336,
            "stop": 969280611
        },
        {
            "start": 969280614,
            "stop": 969281130
        },
        {
            "start": 969281133,
            "stop": 969281405
        },
        {
            "start": 969281408,
            "stop": 969281460
        },
        {
            "start": 969281463,
            "stop": 969281600
        },
        {
            "start": 969281603,
            "stop": 969281832
        },
        {
            "start": 969281835,
            "stop": 969282169
        },
        {
            "start": 969282172,
            "stop": 969282223
        },
        {
            "start": 969282226,
            "stop": 969282229
        },
        {
            "start": 969282232,
            "stop": 969282552
        },
        {
            "start": 969282555,
            "stop": 969282590
        },
        {
            "start": 969282593,
            "stop": 969282599
        },
        {
            "start": 969282602,
            "stop": 969282744
        },
        {
            "start": 969282747,
            "stop": 969283283
        },
        {
            "start": 969283286,
            "stop": 969283418
        },
        {
            "start": 969283421,
            "stop": 969283428
        },
        {
            "start": 969283431,
            "stop": 969283492
        },
        {
            "start": 969283495,
            "stop": 969283523
        },
        {
            "start": 969283526,
            "stop": 969283697
        },
        {
            "start": 969283700,
            "stop": 969283735
        }
    ]
}