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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=171",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 172,
    "results": [
        {
            "start": 820093463,
            "stop": 820096690
        },
        {
            "start": 820096698,
            "stop": 820097152
        },
        {
            "start": 820097159,
            "stop": 820097417
        },
        {
            "start": 820097424,
            "stop": 820097488
        },
        {
            "start": 820097495,
            "stop": 820100058
        },
        {
            "start": 820100065,
            "stop": 820100967
        },
        {
            "start": 820101665,
            "stop": 820101846
        },
        {
            "start": 820101847,
            "stop": 820101862
        },
        {
            "start": 820102282,
            "stop": 820103355
        },
        {
            "start": 820103609,
            "stop": 820106721
        },
        {
            "start": 820106847,
            "stop": 820106902
        },
        {
            "start": 820106909,
            "stop": 820107322
        },
        {
            "start": 820107329,
            "stop": 820107883
        },
        {
            "start": 820108187,
            "stop": 820108627
        },
        {
            "start": 820108634,
            "stop": 820108753
        },
        {
            "start": 820111320,
            "stop": 820111789
        },
        {
            "start": 820112160,
            "stop": 820112252
        },
        {
            "start": 820112259,
            "stop": 820112604
        },
        {
            "start": 820112611,
            "stop": 820113879
        },
        {
            "start": 820113886,
            "stop": 820114218
        }
    ]
}