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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=179",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 180,
    "results": [
        {
            "start": 844203582,
            "stop": 844206140
        },
        {
            "start": 844206141,
            "stop": 844206145
        },
        {
            "start": 844206147,
            "stop": 844206149
        },
        {
            "start": 844206150,
            "stop": 844245210
        },
        {
            "start": 844246711,
            "stop": 844261694
        },
        {
            "start": 844261696,
            "stop": 844280436
        },
        {
            "start": 844280438,
            "stop": 844310946
        },
        {
            "start": 844331503,
            "stop": 844348104
        },
        {
            "start": 844354687,
            "stop": 844361058
        },
        {
            "start": 844361115,
            "stop": 844361415
        },
        {
            "start": 844361464,
            "stop": 844362633
        },
        {
            "start": 844362687,
            "stop": 844371694
        },
        {
            "start": 844372245,
            "stop": 844378466
        },
        {
            "start": 844378538,
            "stop": 844379454
        },
        {
            "start": 844379520,
            "stop": 844424173
        },
        {
            "start": 844424375,
            "stop": 844435338
        },
        {
            "start": 844435692,
            "stop": 844445691
        },
        {
            "start": 844445699,
            "stop": 844456399
        },
        {
            "start": 844456400,
            "stop": 844457491
        },
        {
            "start": 844457503,
            "stop": 844464585
        }
    ]
}