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=382
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=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=381",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 382,
    "results": [
        {
            "start": 825889494,
            "stop": 825889500
        },
        {
            "start": 825889562,
            "stop": 825889573
        },
        {
            "start": 825897362,
            "stop": 825897550
        },
        {
            "start": 825897557,
            "stop": 825897862
        },
        {
            "start": 825897865,
            "stop": 825897903
        },
        {
            "start": 825897910,
            "stop": 825897964
        },
        {
            "start": 825897968,
            "stop": 825897979
        },
        {
            "start": 825897983,
            "stop": 825898137
        },
        {
            "start": 825898144,
            "stop": 825898263
        },
        {
            "start": 825898272,
            "stop": 825898273
        },
        {
            "start": 825898280,
            "stop": 825898522
        },
        {
            "start": 825898530,
            "stop": 825898591
        },
        {
            "start": 825898599,
            "stop": 825898622
        },
        {
            "start": 825898629,
            "stop": 825898701
        },
        {
            "start": 825899063,
            "stop": 825899071
        },
        {
            "start": 825899085,
            "stop": 825899092
        },
        {
            "start": 825899095,
            "stop": 825899101
        },
        {
            "start": 825899105,
            "stop": 825899125
        },
        {
            "start": 825899273,
            "stop": 825899287
        },
        {
            "start": 825899291,
            "stop": 825899297
        }
    ]
}