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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=626",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=624",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 625,
    "results": [
        {
            "start": 842411436,
            "stop": 842428633
        },
        {
            "start": 842430323,
            "stop": 842443933
        },
        {
            "start": 842445608,
            "stop": 842458153
        },
        {
            "start": 842459279,
            "stop": 842468441
        },
        {
            "start": 842469479,
            "stop": 842472465
        },
        {
            "start": 842473324,
            "stop": 842478493
        },
        {
            "start": 842480408,
            "stop": 842485330
        },
        {
            "start": 842486289,
            "stop": 842492013
        },
        {
            "start": 842492413,
            "stop": 842495220
        },
        {
            "start": 842497686,
            "stop": 842511143
        },
        {
            "start": 842511746,
            "stop": 842521610
        },
        {
            "start": 842522670,
            "stop": 842533742
        },
        {
            "start": 842533754,
            "stop": 842561758
        },
        {
            "start": 842565369,
            "stop": 842586493
        },
        {
            "start": 842587893,
            "stop": 842608720
        },
        {
            "start": 842608722,
            "stop": 842652937
        },
        {
            "start": 842655593,
            "stop": 842666953
        },
        {
            "start": 842667617,
            "stop": 842670951
        },
        {
            "start": 842672002,
            "stop": 842678773
        },
        {
            "start": 842679426,
            "stop": 842689153
        }
    ]
}