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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8006",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8004",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8005,
    "results": [
        {
            "start": 970325488,
            "stop": 970325509
        },
        {
            "start": 970325513,
            "stop": 970325527
        },
        {
            "start": 970325530,
            "stop": 970325532
        },
        {
            "start": 970325542,
            "stop": 970325543
        },
        {
            "start": 970325570,
            "stop": 970325573
        },
        {
            "start": 970325592,
            "stop": 970325631
        },
        {
            "start": 970325642,
            "stop": 970325780
        },
        {
            "start": 970325783,
            "stop": 970325816
        },
        {
            "start": 970325822,
            "stop": 970325864
        },
        {
            "start": 970325872,
            "stop": 970325922
        },
        {
            "start": 970325925,
            "stop": 970326034
        },
        {
            "start": 970326039,
            "stop": 970326118
        },
        {
            "start": 970326123,
            "stop": 970326139
        },
        {
            "start": 970326145,
            "stop": 970326148
        },
        {
            "start": 970326152,
            "stop": 970326186
        },
        {
            "start": 970375709,
            "stop": 970375968
        },
        {
            "start": 970375971,
            "stop": 970376463
        },
        {
            "start": 970377488,
            "stop": 970377602
        },
        {
            "start": 970377605,
            "stop": 970377724
        },
        {
            "start": 970377727,
            "stop": 970378251
        }
    ]
}