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=412
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=413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=411",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 412,
    "results": [
        {
            "start": 826702949,
            "stop": 826708370
        },
        {
            "start": 826708450,
            "stop": 826709206
        },
        {
            "start": 826709702,
            "stop": 826717537
        },
        {
            "start": 826717664,
            "stop": 826717679
        },
        {
            "start": 826717723,
            "stop": 826718280
        },
        {
            "start": 826718526,
            "stop": 826718741
        },
        {
            "start": 826718796,
            "stop": 826724395
        },
        {
            "start": 826724702,
            "stop": 826730473
        },
        {
            "start": 826732906,
            "stop": 826732966
        },
        {
            "start": 826732973,
            "stop": 826735293
        },
        {
            "start": 826735322,
            "stop": 826739233
        },
        {
            "start": 826739370,
            "stop": 826744900
        },
        {
            "start": 826746582,
            "stop": 826746597
        },
        {
            "start": 826746779,
            "stop": 826755840
        },
        {
            "start": 826755900,
            "stop": 826756289
        },
        {
            "start": 826756294,
            "stop": 826763610
        },
        {
            "start": 826763615,
            "stop": 826788191
        },
        {
            "start": 826788204,
            "stop": 826801537
        },
        {
            "start": 826801695,
            "stop": 826804223
        },
        {
            "start": 826805343,
            "stop": 826810513
        }
    ]
}