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=762
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=763",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=761",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 762,
    "results": [
        {
            "start": 957166860,
            "stop": 957169465
        },
        {
            "start": 957169471,
            "stop": 957170258
        },
        {
            "start": 957170264,
            "stop": 957170545
        },
        {
            "start": 957170551,
            "stop": 957170747
        },
        {
            "start": 957170753,
            "stop": 957171755
        },
        {
            "start": 957171761,
            "stop": 957171954
        },
        {
            "start": 957171960,
            "stop": 957172407
        },
        {
            "start": 957172413,
            "stop": 957172744
        },
        {
            "start": 957172750,
            "stop": 957172813
        },
        {
            "start": 957172819,
            "stop": 957173164
        },
        {
            "start": 957173170,
            "stop": 957174233
        },
        {
            "start": 957174239,
            "stop": 957174585
        },
        {
            "start": 957174591,
            "stop": 957174665
        },
        {
            "start": 957174671,
            "stop": 957174776
        },
        {
            "start": 957174782,
            "stop": 957175203
        },
        {
            "start": 957175209,
            "stop": 957175230
        },
        {
            "start": 957175236,
            "stop": 957175375
        },
        {
            "start": 957175381,
            "stop": 957176411
        },
        {
            "start": 957179022,
            "stop": 957179299
        },
        {
            "start": 957180658,
            "stop": 957181195
        }
    ]
}