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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9819",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9817",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9818,
    "results": [
        {
            "start": 873726351,
            "stop": 873726360
        },
        {
            "start": 873726420,
            "stop": 873726702
        },
        {
            "start": 873726719,
            "stop": 873727149
        },
        {
            "start": 873727269,
            "stop": 873728160
        },
        {
            "start": 873728220,
            "stop": 873728476
        },
        {
            "start": 873728493,
            "stop": 873728760
        },
        {
            "start": 873728896,
            "stop": 873729060
        },
        {
            "start": 873729120,
            "stop": 873729283
        },
        {
            "start": 873729300,
            "stop": 873729480
        },
        {
            "start": 873729540,
            "stop": 873729614
        },
        {
            "start": 873729734,
            "stop": 873730392
        },
        {
            "start": 873730413,
            "stop": 873730440
        },
        {
            "start": 873730500,
            "stop": 873730560
        },
        {
            "start": 873730620,
            "stop": 873730688
        },
        {
            "start": 873730705,
            "stop": 873731160
        },
        {
            "start": 873731280,
            "stop": 873731559
        },
        {
            "start": 873731713,
            "stop": 873731719
        },
        {
            "start": 873731736,
            "stop": 873731820
        },
        {
            "start": 873731940,
            "stop": 873732000
        },
        {
            "start": 873732060,
            "stop": 873732079
        }
    ]
}