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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15803",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15801",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15802,
    "results": [
        {
            "start": 971175027,
            "stop": 971175048
        },
        {
            "start": 971175049,
            "stop": 971175053
        },
        {
            "start": 971175055,
            "stop": 971175060
        },
        {
            "start": 971175062,
            "stop": 971175064
        },
        {
            "start": 971175066,
            "stop": 971175073
        },
        {
            "start": 971175074,
            "stop": 971175075
        },
        {
            "start": 971175076,
            "stop": 971175085
        },
        {
            "start": 971175086,
            "stop": 971175096
        },
        {
            "start": 971175099,
            "stop": 971175115
        },
        {
            "start": 971175117,
            "stop": 971175127
        },
        {
            "start": 971175128,
            "stop": 971175132
        },
        {
            "start": 971175133,
            "stop": 971175139
        },
        {
            "start": 971175140,
            "stop": 971175150
        },
        {
            "start": 971175151,
            "stop": 971175155
        },
        {
            "start": 971175156,
            "stop": 971175159
        },
        {
            "start": 971175162,
            "stop": 971175173
        },
        {
            "start": 971175176,
            "stop": 971175177
        },
        {
            "start": 971175182,
            "stop": 971175183
        },
        {
            "start": 971175185,
            "stop": 971175187
        },
        {
            "start": 971175189,
            "stop": 971175194
        }
    ]
}