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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=295",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 296,
    "results": [
        {
            "start": 821243820,
            "stop": 821243827
        },
        {
            "start": 821243830,
            "stop": 821243841
        },
        {
            "start": 821243844,
            "stop": 821243942
        },
        {
            "start": 821243945,
            "stop": 821243974
        },
        {
            "start": 821243977,
            "stop": 821244042
        },
        {
            "start": 821244048,
            "stop": 821244050
        },
        {
            "start": 821244053,
            "stop": 821244144
        },
        {
            "start": 821244153,
            "stop": 821244159
        },
        {
            "start": 821244162,
            "stop": 821244169
        },
        {
            "start": 821244199,
            "stop": 821244339
        },
        {
            "start": 821244342,
            "stop": 821244510
        },
        {
            "start": 821244514,
            "stop": 821244528
        },
        {
            "start": 821244531,
            "stop": 821244669
        },
        {
            "start": 821244672,
            "stop": 821244793
        },
        {
            "start": 821244797,
            "stop": 821244830
        },
        {
            "start": 821244834,
            "stop": 821244943
        },
        {
            "start": 821244946,
            "stop": 821244951
        },
        {
            "start": 821244954,
            "stop": 821245052
        },
        {
            "start": 821245055,
            "stop": 821245159
        },
        {
            "start": 821245162,
            "stop": 821245237
        }
    ]
}