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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=291",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 292,
    "results": [
        {
            "start": 934833309,
            "stop": 934833568
        },
        {
            "start": 934833855,
            "stop": 934833883
        },
        {
            "start": 934833886,
            "stop": 934833998
        },
        {
            "start": 934834058,
            "stop": 934835102
        },
        {
            "start": 934835132,
            "stop": 934835135
        },
        {
            "start": 934837092,
            "stop": 934837215
        },
        {
            "start": 934837455,
            "stop": 934838383
        },
        {
            "start": 934838503,
            "stop": 934840815
        },
        {
            "start": 934841055,
            "stop": 934841636
        },
        {
            "start": 934841774,
            "stop": 934841830
        },
        {
            "start": 934841996,
            "stop": 934842122
        },
        {
            "start": 934842124,
            "stop": 934842145
        },
        {
            "start": 934842147,
            "stop": 934842150
        },
        {
            "start": 934842156,
            "stop": 934842166
        },
        {
            "start": 934842168,
            "stop": 934842169
        },
        {
            "start": 934842173,
            "stop": 934842198
        },
        {
            "start": 934842200,
            "stop": 934842203
        },
        {
            "start": 934842207,
            "stop": 934842212
        },
        {
            "start": 934842216,
            "stop": 934842221
        },
        {
            "start": 934842225,
            "stop": 934842687
        }
    ]
}