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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3537",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3535",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3536,
    "results": [
        {
            "start": 871543289,
            "stop": 871543471
        },
        {
            "start": 871543488,
            "stop": 871543492
        },
        {
            "start": 871543509,
            "stop": 871543661
        },
        {
            "start": 871543678,
            "stop": 871543877
        },
        {
            "start": 871543894,
            "stop": 871544084
        },
        {
            "start": 871544101,
            "stop": 871544126
        },
        {
            "start": 871544143,
            "stop": 871544377
        },
        {
            "start": 871544394,
            "stop": 871544408
        },
        {
            "start": 871544425,
            "stop": 871544426
        },
        {
            "start": 871544443,
            "stop": 871545448
        },
        {
            "start": 871545465,
            "stop": 871545473
        },
        {
            "start": 871545490,
            "stop": 871545522
        },
        {
            "start": 871545539,
            "stop": 871545824
        },
        {
            "start": 871546005,
            "stop": 871546235
        },
        {
            "start": 871546252,
            "stop": 871546375
        },
        {
            "start": 871546392,
            "stop": 871546428
        },
        {
            "start": 871546445,
            "stop": 871546586
        },
        {
            "start": 871546603,
            "stop": 871546664
        },
        {
            "start": 871546848,
            "stop": 871546855
        },
        {
            "start": 871546872,
            "stop": 871546913
        }
    ]
}