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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=513",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=511",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 512,
    "results": [
        {
            "start": 825348140,
            "stop": 825348155
        },
        {
            "start": 825348162,
            "stop": 825348295
        },
        {
            "start": 825348300,
            "stop": 825348996
        },
        {
            "start": 825377545,
            "stop": 825378170
        },
        {
            "start": 825378175,
            "stop": 825378366
        },
        {
            "start": 825383243,
            "stop": 825386092
        },
        {
            "start": 825394976,
            "stop": 825400420
        },
        {
            "start": 825401433,
            "stop": 825428910
        },
        {
            "start": 825444138,
            "stop": 825448428
        },
        {
            "start": 825449859,
            "stop": 825458937
        },
        {
            "start": 825467574,
            "stop": 825482236
        },
        {
            "start": 825486348,
            "stop": 825516429
        },
        {
            "start": 825521544,
            "stop": 825528755
        },
        {
            "start": 825534137,
            "stop": 825546434
        },
        {
            "start": 825547889,
            "stop": 825572363
        },
        {
            "start": 825572368,
            "stop": 825579028
        },
        {
            "start": 825592758,
            "stop": 825605402
        },
        {
            "start": 825612393,
            "stop": 825615186
        },
        {
            "start": 825616404,
            "stop": 825697377
        },
        {
            "start": 825700117,
            "stop": 825702886
        }
    ]
}