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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=286",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 287,
    "results": [
        {
            "start": 935150655,
            "stop": 935151314
        },
        {
            "start": 935151317,
            "stop": 935152560
        },
        {
            "start": 935152562,
            "stop": 935153107
        },
        {
            "start": 935153109,
            "stop": 935154015
        },
        {
            "start": 935154255,
            "stop": 935155191
        },
        {
            "start": 935155209,
            "stop": 935156326
        },
        {
            "start": 935156328,
            "stop": 935156352
        },
        {
            "start": 935156357,
            "stop": 935156436
        },
        {
            "start": 935158341,
            "stop": 935159199
        },
        {
            "start": 935159201,
            "stop": 935159311
        },
        {
            "start": 935159315,
            "stop": 935160214
        },
        {
            "start": 935160216,
            "stop": 935160243
        },
        {
            "start": 935160246,
            "stop": 935160288
        },
        {
            "start": 935160291,
            "stop": 935160303
        },
        {
            "start": 935160307,
            "stop": 935160318
        },
        {
            "start": 935160321,
            "stop": 935160348
        },
        {
            "start": 935160351,
            "stop": 935160379
        },
        {
            "start": 935160381,
            "stop": 935160499
        },
        {
            "start": 935160501,
            "stop": 935160677
        },
        {
            "start": 935160681,
            "stop": 935161215
        }
    ]
}