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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8623",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8621",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8622,
    "results": [
        {
            "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
        },
        {
            "start": 871174390,
            "stop": 871174973
        },
        {
            "start": 871174990,
            "stop": 871175399
        },
        {
            "start": 871189220,
            "stop": 871189670
        },
        {
            "start": 871189687,
            "stop": 871191428
        },
        {
            "start": 871191445,
            "stop": 871191533
        },
        {
            "start": 871191550,
            "stop": 871192940
        },
        {
            "start": 871192957,
            "stop": 871193206
        },
        {
            "start": 871193223,
            "stop": 871199933
        },
        {
            "start": 871199937,
            "stop": 871201999
        },
        {
            "start": 871202016,
            "stop": 871203169
        },
        {
            "start": 871203186,
            "stop": 871203945
        },
        {
            "start": 871203962,
            "stop": 871204130
        }
    ]
}