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=2324
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=2325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2323",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2324,
    "results": [
        {
            "start": 871699384,
            "stop": 871699427
        },
        {
            "start": 871699444,
            "stop": 871699518
        },
        {
            "start": 871699535,
            "stop": 871699583
        },
        {
            "start": 871699600,
            "stop": 871699647
        },
        {
            "start": 871699664,
            "stop": 871700504
        },
        {
            "start": 871700529,
            "stop": 871700628
        },
        {
            "start": 871700645,
            "stop": 871700664
        },
        {
            "start": 871700681,
            "stop": 871701075
        },
        {
            "start": 871701098,
            "stop": 871701797
        },
        {
            "start": 871701814,
            "stop": 871702478
        },
        {
            "start": 871702495,
            "stop": 871702637
        },
        {
            "start": 871702750,
            "stop": 871703021
        },
        {
            "start": 871703038,
            "stop": 871703153
        },
        {
            "start": 871703170,
            "stop": 871703469
        },
        {
            "start": 871703486,
            "stop": 871703692
        },
        {
            "start": 871703719,
            "stop": 871703737
        },
        {
            "start": 871703754,
            "stop": 871704180
        },
        {
            "start": 871704197,
            "stop": 871704485
        },
        {
            "start": 871704502,
            "stop": 871704574
        },
        {
            "start": 871704591,
            "stop": 871704593
        }
    ]
}