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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4223",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4224,
    "results": [
        {
            "start": 874493520,
            "stop": 874493831
        },
        {
            "start": 874493850,
            "stop": 874493901
        },
        {
            "start": 874493920,
            "stop": 874493976
        },
        {
            "start": 874493996,
            "stop": 874494728
        },
        {
            "start": 874494747,
            "stop": 874494795
        },
        {
            "start": 874494814,
            "stop": 874495085
        },
        {
            "start": 874495104,
            "stop": 874495121
        },
        {
            "start": 874495140,
            "stop": 874495153
        },
        {
            "start": 874495172,
            "stop": 874495351
        },
        {
            "start": 874495370,
            "stop": 874496022
        },
        {
            "start": 874496041,
            "stop": 874496161
        },
        {
            "start": 874496218,
            "stop": 874496500
        },
        {
            "start": 874496519,
            "stop": 874496547
        },
        {
            "start": 874496572,
            "stop": 874496748
        },
        {
            "start": 874496772,
            "stop": 874496831
        },
        {
            "start": 874496856,
            "stop": 874496978
        },
        {
            "start": 874496998,
            "stop": 874497267
        },
        {
            "start": 874497287,
            "stop": 874497359
        },
        {
            "start": 874497379,
            "stop": 874497441
        },
        {
            "start": 874497460,
            "stop": 874497568
        }
    ]
}