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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=300",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 301,
    "results": [
        {
            "start": 935149862,
            "stop": 935149965
        },
        {
            "start": 935149967,
            "stop": 935150415
        },
        {
            "start": 935150655,
            "stop": 935151314
        },
        {
            "start": 935151317,
            "stop": 935152406
        },
        {
            "start": 935152466,
            "stop": 935152560
        },
        {
            "start": 935152562,
            "stop": 935153107
        },
        {
            "start": 935153109,
            "stop": 935154015
        },
        {
            "start": 935154255,
            "stop": 935155191
        },
        {
            "start": 935155209,
            "stop": 935155886
        },
        {
            "start": 935156006,
            "stop": 935156326
        },
        {
            "start": 935156328,
            "stop": 935156331
        },
        {
            "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
        }
    ]
}