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=513
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=514",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=512",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 513,
    "results": [
        {
            "start": 825384812,
            "stop": 825384872
        },
        {
            "start": 825385457,
            "stop": 825386092
        },
        {
            "start": 825394976,
            "stop": 825396258
        },
        {
            "start": 825396717,
            "stop": 825396736
        },
        {
            "start": 825397056,
            "stop": 825397244
        },
        {
            "start": 825397644,
            "stop": 825397682
        },
        {
            "start": 825398002,
            "stop": 825398144
        },
        {
            "start": 825398544,
            "stop": 825400420
        },
        {
            "start": 825401433,
            "stop": 825428806
        },
        {
            "start": 825444138,
            "stop": 825448393
        },
        {
            "start": 825449859,
            "stop": 825458937
        },
        {
            "start": 825467574,
            "stop": 825481845
        },
        {
            "start": 825486348,
            "stop": 825516429
        },
        {
            "start": 825521544,
            "stop": 825528726
        },
        {
            "start": 825534137,
            "stop": 825539998
        },
        {
            "start": 825540318,
            "stop": 825540506
        },
        {
            "start": 825540906,
            "stop": 825545640
        },
        {
            "start": 825546194,
            "stop": 825546407
        },
        {
            "start": 825547889,
            "stop": 825572363
        },
        {
            "start": 825572364,
            "stop": 825579013
        }
    ]
}