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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3628",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3626",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3627,
    "results": [
        {
            "start": 970490369,
            "stop": 970490377
        },
        {
            "start": 970490380,
            "stop": 970490381
        },
        {
            "start": 970490386,
            "stop": 970490390
        },
        {
            "start": 970490393,
            "stop": 970490394
        },
        {
            "start": 970490397,
            "stop": 970490410
        },
        {
            "start": 970490413,
            "stop": 970490418
        },
        {
            "start": 970490421,
            "stop": 970490423
        },
        {
            "start": 970490427,
            "stop": 970490429
        },
        {
            "start": 970490432,
            "stop": 970490433
        },
        {
            "start": 970490439,
            "stop": 970490449
        },
        {
            "start": 970490455,
            "stop": 970490464
        },
        {
            "start": 970490468,
            "stop": 970490479
        },
        {
            "start": 970490487,
            "stop": 970490490
        },
        {
            "start": 970490493,
            "stop": 970490504
        },
        {
            "start": 970490509,
            "stop": 970490511
        },
        {
            "start": 970490517,
            "stop": 970490518
        },
        {
            "start": 970490525,
            "stop": 970490527
        },
        {
            "start": 970490530,
            "stop": 970490532
        },
        {
            "start": 970490536,
            "stop": 970490537
        },
        {
            "start": 970490547,
            "stop": 970490548
        }
    ]
}