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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=204",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 205,
    "results": [
        {
            "start": 818210542,
            "stop": 818210548
        },
        {
            "start": 818210551,
            "stop": 818210553
        },
        {
            "start": 818210558,
            "stop": 818210561
        },
        {
            "start": 818210583,
            "stop": 818210584
        },
        {
            "start": 818210595,
            "stop": 818210596
        },
        {
            "start": 818210608,
            "stop": 818210609
        },
        {
            "start": 818210621,
            "stop": 818210623
        },
        {
            "start": 818210634,
            "stop": 818210637
        },
        {
            "start": 818210655,
            "stop": 818210658
        },
        {
            "start": 818210690,
            "stop": 818210692
        },
        {
            "start": 818210695,
            "stop": 818210696
        },
        {
            "start": 818210717,
            "stop": 818210719
        },
        {
            "start": 818210724,
            "stop": 818210726
        },
        {
            "start": 818210738,
            "stop": 818210741
        },
        {
            "start": 818210749,
            "stop": 818210750
        },
        {
            "start": 818210777,
            "stop": 818210778
        },
        {
            "start": 818210787,
            "stop": 818210788
        },
        {
            "start": 818210840,
            "stop": 818210846
        },
        {
            "start": 818210851,
            "stop": 818210853
        },
        {
            "start": 818210856,
            "stop": 818210857
        }
    ]
}