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=15723
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=15724",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15722",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15723,
    "results": [
        {
            "start": 971165034,
            "stop": 971165039
        },
        {
            "start": 971165050,
            "stop": 971165051
        },
        {
            "start": 971165055,
            "stop": 971165061
        },
        {
            "start": 971165064,
            "stop": 971165067
        },
        {
            "start": 971165069,
            "stop": 971165073
        },
        {
            "start": 971165076,
            "stop": 971165079
        },
        {
            "start": 971165083,
            "stop": 971165086
        },
        {
            "start": 971165092,
            "stop": 971165094
        },
        {
            "start": 971165096,
            "stop": 971165097
        },
        {
            "start": 971165098,
            "stop": 971165100
        },
        {
            "start": 971165101,
            "stop": 971165105
        },
        {
            "start": 971165109,
            "stop": 971165110
        },
        {
            "start": 971165114,
            "stop": 971165115
        },
        {
            "start": 971165116,
            "stop": 971165123
        },
        {
            "start": 971165126,
            "stop": 971165127
        },
        {
            "start": 971165140,
            "stop": 971165145
        },
        {
            "start": 971165146,
            "stop": 971165147
        },
        {
            "start": 971165148,
            "stop": 971165152
        },
        {
            "start": 971165153,
            "stop": 971165155
        },
        {
            "start": 971165159,
            "stop": 971165160
        }
    ]
}