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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=189",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 190,
    "results": [
        {
            "start": 818207042,
            "stop": 818207046
        },
        {
            "start": 818207055,
            "stop": 818207059
        },
        {
            "start": 818207070,
            "stop": 818207074
        },
        {
            "start": 818207084,
            "stop": 818207087
        },
        {
            "start": 818207099,
            "stop": 818207100
        },
        {
            "start": 818207104,
            "stop": 818207105
        },
        {
            "start": 818207113,
            "stop": 818207114
        },
        {
            "start": 818207119,
            "stop": 818207123
        },
        {
            "start": 818207127,
            "stop": 818207129
        },
        {
            "start": 818207132,
            "stop": 818207136
        },
        {
            "start": 818207146,
            "stop": 818207150
        },
        {
            "start": 818207155,
            "stop": 818207162
        },
        {
            "start": 818207166,
            "stop": 818207170
        },
        {
            "start": 818207175,
            "stop": 818207179
        },
        {
            "start": 818207186,
            "stop": 818207193
        },
        {
            "start": 818207202,
            "stop": 818207208
        },
        {
            "start": 818207226,
            "stop": 818207230
        },
        {
            "start": 818207233,
            "stop": 818207235
        },
        {
            "start": 818207248,
            "stop": 818207250
        },
        {
            "start": 818207253,
            "stop": 818207263
        }
    ]
}