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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=788",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=786",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 787,
    "results": [
        {
            "start": 957517974,
            "stop": 957517993
        },
        {
            "start": 957517999,
            "stop": 957518076
        },
        {
            "start": 957518082,
            "stop": 957518427
        },
        {
            "start": 957518433,
            "stop": 957518517
        },
        {
            "start": 957518523,
            "stop": 957518658
        },
        {
            "start": 957518664,
            "stop": 957518793
        },
        {
            "start": 957518799,
            "stop": 957518907
        },
        {
            "start": 957518912,
            "stop": 957518928
        },
        {
            "start": 957518934,
            "stop": 957518969
        },
        {
            "start": 957518975,
            "stop": 957519128
        },
        {
            "start": 957519134,
            "stop": 957519175
        },
        {
            "start": 957519180,
            "stop": 957519334
        },
        {
            "start": 957519340,
            "stop": 957519601
        },
        {
            "start": 957519607,
            "stop": 957519632
        },
        {
            "start": 957519638,
            "stop": 957519696
        },
        {
            "start": 957519702,
            "stop": 957519866
        },
        {
            "start": 957520152,
            "stop": 957520444
        },
        {
            "start": 957520450,
            "stop": 957520510
        },
        {
            "start": 957520516,
            "stop": 957520668
        },
        {
            "start": 957521296,
            "stop": 957521364
        }
    ]
}