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=406
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=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=405",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 406,
    "results": [
        {
            "start": 826356068,
            "stop": 826356785
        },
        {
            "start": 826365657,
            "stop": 826368305
        },
        {
            "start": 826368586,
            "stop": 826375250
        },
        {
            "start": 826375330,
            "stop": 826380793
        },
        {
            "start": 826384559,
            "stop": 826387513
        },
        {
            "start": 826387554,
            "stop": 826387555
        },
        {
            "start": 826434933,
            "stop": 826439084
        },
        {
            "start": 826439091,
            "stop": 826439468
        },
        {
            "start": 826440013,
            "stop": 826440976
        },
        {
            "start": 826443560,
            "stop": 826443846
        },
        {
            "start": 826444401,
            "stop": 826445406
        },
        {
            "start": 826445876,
            "stop": 826467311
        },
        {
            "start": 826468188,
            "stop": 826468345
        },
        {
            "start": 826468785,
            "stop": 826468793
        },
        {
            "start": 826469076,
            "stop": 826469270
        },
        {
            "start": 826469350,
            "stop": 826469833
        },
        {
            "start": 826473302,
            "stop": 826474190
        },
        {
            "start": 826474270,
            "stop": 826475880
        },
        {
            "start": 826475940,
            "stop": 826477711
        },
        {
            "start": 826477740,
            "stop": 826478340
        }
    ]
}