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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2989",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2990,
    "results": [
        {
            "start": 861920900,
            "stop": 861922664
        },
        {
            "start": 861922845,
            "stop": 861924328
        },
        {
            "start": 861925183,
            "stop": 861925283
        },
        {
            "start": 861925583,
            "stop": 861931595
        },
        {
            "start": 861931895,
            "stop": 861932360
        },
        {
            "start": 861932364,
            "stop": 861934680
        },
        {
            "start": 861934740,
            "stop": 861945979
        },
        {
            "start": 861947852,
            "stop": 861972053
        },
        {
            "start": 861972058,
            "stop": 861974580
        },
        {
            "start": 861974640,
            "stop": 861981555
        },
        {
            "start": 861981560,
            "stop": 861982020
        },
        {
            "start": 861982140,
            "stop": 861982410
        },
        {
            "start": 861982415,
            "stop": 861982784
        },
        {
            "start": 861982965,
            "stop": 861985166
        },
        {
            "start": 861985169,
            "stop": 861990506
        },
        {
            "start": 861990509,
            "stop": 861990537
        },
        {
            "start": 861990544,
            "stop": 861990546
        },
        {
            "start": 861990551,
            "stop": 861990552
        },
        {
            "start": 861990557,
            "stop": 861992397
        },
        {
            "start": 861992403,
            "stop": 861992405
        }
    ]
}