Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=77
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=76",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 77,
    "results": [
        {
            "start": 825398002,
            "stop": 825398144
        },
        {
            "start": 825398544,
            "stop": 825400420
        },
        {
            "start": 825401433,
            "stop": 825428881
        },
        {
            "start": 825444138,
            "stop": 825448401
        },
        {
            "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": 825579017
        },
        {
            "start": 825592758,
            "stop": 825592957
        },
        {
            "start": 825593861,
            "stop": 825594132
        },
        {
            "start": 825594452,
            "stop": 825594996
        },
        {
            "start": 825595396,
            "stop": 825605375
        },
        {
            "start": 825612393,
            "stop": 825615157
        },
        {
            "start": 825616540,
            "stop": 825654175
        },
        {
            "start": 825654495,
            "stop": 825655150
        }
    ]
}