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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=428",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 429,
    "results": [
        {
            "start": 825535611,
            "stop": 825535621
        },
        {
            "start": 825535681,
            "stop": 825535815
        },
        {
            "start": 825535834,
            "stop": 825535890
        },
        {
            "start": 825535924,
            "stop": 825535935
        },
        {
            "start": 825535954,
            "stop": 825535955
        },
        {
            "start": 825536002,
            "stop": 825536008
        },
        {
            "start": 825536039,
            "stop": 825536047
        },
        {
            "start": 825536072,
            "stop": 825536140
        },
        {
            "start": 825536161,
            "stop": 825536165
        },
        {
            "start": 825536184,
            "stop": 825537385
        },
        {
            "start": 825537404,
            "stop": 825537647
        },
        {
            "start": 825537666,
            "stop": 825539019
        },
        {
            "start": 825539037,
            "stop": 825539084
        },
        {
            "start": 825539101,
            "stop": 825539125
        },
        {
            "start": 825539142,
            "stop": 825539178
        },
        {
            "start": 825539220,
            "stop": 825539261
        },
        {
            "start": 825539314,
            "stop": 825539319
        },
        {
            "start": 825539336,
            "stop": 825539372
        },
        {
            "start": 825539406,
            "stop": 825539591
        },
        {
            "start": 825539617,
            "stop": 825539619
        }
    ]
}