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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=28",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 29,
    "results": [
        {
            "start": 825338354,
            "stop": 825343160
        },
        {
            "start": 825343187,
            "stop": 825348998
        },
        {
            "start": 825377545,
            "stop": 825378369
        },
        {
            "start": 825383243,
            "stop": 825386092
        },
        {
            "start": 825394976,
            "stop": 825400420
        },
        {
            "start": 825401433,
            "stop": 825428911
        },
        {
            "start": 825444138,
            "stop": 825448430
        },
        {
            "start": 825449859,
            "stop": 825458937
        },
        {
            "start": 825467574,
            "stop": 825482237
        },
        {
            "start": 825486348,
            "stop": 825516429
        },
        {
            "start": 825521544,
            "stop": 825528756
        },
        {
            "start": 825534137,
            "stop": 825546437
        },
        {
            "start": 825547889,
            "stop": 825579047
        },
        {
            "start": 825592758,
            "stop": 825605404
        },
        {
            "start": 825612393,
            "stop": 825615187
        },
        {
            "start": 825616404,
            "stop": 825697380
        },
        {
            "start": 825700117,
            "stop": 825702887
        },
        {
            "start": 825705005,
            "stop": 825711351
        },
        {
            "start": 825713282,
            "stop": 825740048
        },
        {
            "start": 825744458,
            "stop": 825748951
        }
    ]
}