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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=88",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 89,
    "results": [
        {
            "start": 818050791,
            "stop": 818050816
        },
        {
            "start": 818050819,
            "stop": 818050821
        },
        {
            "start": 818050825,
            "stop": 818050829
        },
        {
            "start": 818050835,
            "stop": 818050852
        },
        {
            "start": 818050855,
            "stop": 818050866
        },
        {
            "start": 818050869,
            "stop": 818050872
        },
        {
            "start": 818050875,
            "stop": 818050906
        },
        {
            "start": 818050910,
            "stop": 818050925
        },
        {
            "start": 818050928,
            "stop": 818050970
        },
        {
            "start": 818050973,
            "stop": 818050979
        },
        {
            "start": 818050984,
            "stop": 818051037
        },
        {
            "start": 818051040,
            "stop": 818051065
        },
        {
            "start": 818051074,
            "stop": 818051114
        },
        {
            "start": 818051117,
            "stop": 818051121
        },
        {
            "start": 818051124,
            "stop": 818051145
        },
        {
            "start": 818051150,
            "stop": 818051161
        },
        {
            "start": 818051164,
            "stop": 818051213
        },
        {
            "start": 818051216,
            "stop": 818051234
        },
        {
            "start": 818051237,
            "stop": 818051240
        },
        {
            "start": 818051243,
            "stop": 818051274
        }
    ]
}