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=15919
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=15920",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15918",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15919,
    "results": [
        {
            "start": 971392169,
            "stop": 971392170
        },
        {
            "start": 971392172,
            "stop": 971392187
        },
        {
            "start": 971392189,
            "stop": 971392229
        },
        {
            "start": 971392232,
            "stop": 971392406
        },
        {
            "start": 971392409,
            "stop": 971392489
        },
        {
            "start": 971392492,
            "stop": 971393037
        },
        {
            "start": 971393040,
            "stop": 971393284
        },
        {
            "start": 971393285,
            "stop": 971393782
        },
        {
            "start": 971393783,
            "stop": 971393787
        },
        {
            "start": 971393788,
            "stop": 971393944
        },
        {
            "start": 971393946,
            "stop": 971394058
        },
        {
            "start": 971394061,
            "stop": 971394113
        },
        {
            "start": 971394116,
            "stop": 971394312
        },
        {
            "start": 971394313,
            "stop": 971394870
        },
        {
            "start": 971394871,
            "stop": 971395442
        },
        {
            "start": 971395445,
            "stop": 971395557
        },
        {
            "start": 971395558,
            "stop": 971395566
        },
        {
            "start": 971395569,
            "stop": 971395577
        },
        {
            "start": 971395578,
            "stop": 971395584
        },
        {
            "start": 971395586,
            "stop": 971395587
        }
    ]
}