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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2290",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2291,
    "results": [
        {
            "start": 871159984,
            "stop": 871160068
        },
        {
            "start": 871160072,
            "stop": 871160360
        },
        {
            "start": 871160377,
            "stop": 871161569
        },
        {
            "start": 871161586,
            "stop": 871161590
        },
        {
            "start": 871161670,
            "stop": 871163329
        },
        {
            "start": 871163346,
            "stop": 871163731
        },
        {
            "start": 871163748,
            "stop": 871164138
        },
        {
            "start": 871164155,
            "stop": 871164230
        },
        {
            "start": 871164465,
            "stop": 871165709
        },
        {
            "start": 871165726,
            "stop": 871165887
        },
        {
            "start": 871166086,
            "stop": 871166087
        },
        {
            "start": 871166125,
            "stop": 871166252
        },
        {
            "start": 871166269,
            "stop": 871166866
        },
        {
            "start": 871166883,
            "stop": 871168370
        },
        {
            "start": 871168450,
            "stop": 871169400
        },
        {
            "start": 871169530,
            "stop": 871170280
        },
        {
            "start": 871170297,
            "stop": 871171190
        },
        {
            "start": 871171330,
            "stop": 871171333
        },
        {
            "start": 871171350,
            "stop": 871171429
        },
        {
            "start": 871171446,
            "stop": 871174310
        }
    ]
}