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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=707",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 708,
    "results": [
        {
            "start": 850148319,
            "stop": 850153185
        },
        {
            "start": 850153186,
            "stop": 850153578
        },
        {
            "start": 850153579,
            "stop": 850153580
        },
        {
            "start": 850154106,
            "stop": 850156643
        },
        {
            "start": 850156648,
            "stop": 850161185
        },
        {
            "start": 850162212,
            "stop": 850164464
        },
        {
            "start": 850165236,
            "stop": 850165889
        },
        {
            "start": 850165891,
            "stop": 850166832
        },
        {
            "start": 850166833,
            "stop": 850170221
        },
        {
            "start": 850170765,
            "stop": 850172970
        },
        {
            "start": 850174329,
            "stop": 850177244
        },
        {
            "start": 850177247,
            "stop": 850177250
        },
        {
            "start": 850177261,
            "stop": 850182150
        },
        {
            "start": 850182741,
            "stop": 850187435
        },
        {
            "start": 850189281,
            "stop": 850189550
        },
        {
            "start": 850190779,
            "stop": 850190824
        },
        {
            "start": 850191144,
            "stop": 850191205
        },
        {
            "start": 850192853,
            "stop": 850193542
        },
        {
            "start": 850196494,
            "stop": 850196504
        },
        {
            "start": 850196973,
            "stop": 850197011
        }
    ]
}