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=396
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=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=395",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 396,
    "results": [
        {
            "start": 825976410,
            "stop": 825976517
        },
        {
            "start": 825976535,
            "stop": 825976541
        },
        {
            "start": 825976554,
            "stop": 825976570
        },
        {
            "start": 825976574,
            "stop": 825976585
        },
        {
            "start": 825976589,
            "stop": 825976594
        },
        {
            "start": 825976608,
            "stop": 825976623
        },
        {
            "start": 825976652,
            "stop": 825976655
        },
        {
            "start": 825976662,
            "stop": 825976676
        },
        {
            "start": 825976680,
            "stop": 825976686
        },
        {
            "start": 825976694,
            "stop": 825976700
        },
        {
            "start": 825976703,
            "stop": 825976967
        },
        {
            "start": 825976971,
            "stop": 825977065
        },
        {
            "start": 825977072,
            "stop": 825977092
        },
        {
            "start": 825977099,
            "stop": 825977209
        },
        {
            "start": 825977222,
            "stop": 825977228
        },
        {
            "start": 825977236,
            "stop": 825977242
        },
        {
            "start": 825977246,
            "stop": 825977580
        },
        {
            "start": 825977594,
            "stop": 825978090
        },
        {
            "start": 825978119,
            "stop": 825978960
        },
        {
            "start": 825978967,
            "stop": 825979419
        }
    ]
}