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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=101",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 102,
    "results": [
        {
            "start": 825377545,
            "stop": 825378313
        },
        {
            "start": 825383243,
            "stop": 825386092
        },
        {
            "start": 825394976,
            "stop": 825400420
        },
        {
            "start": 825401433,
            "stop": 825428881
        },
        {
            "start": 825444138,
            "stop": 825448393
        },
        {
            "start": 825449859,
            "stop": 825458937
        },
        {
            "start": 825467574,
            "stop": 825482207
        },
        {
            "start": 825486348,
            "stop": 825516429
        },
        {
            "start": 825521544,
            "stop": 825528726
        },
        {
            "start": 825534137,
            "stop": 825546407
        },
        {
            "start": 825547889,
            "stop": 825579013
        },
        {
            "start": 825592758,
            "stop": 825605353
        },
        {
            "start": 825612393,
            "stop": 825615133
        },
        {
            "start": 825616404,
            "stop": 825697333
        },
        {
            "start": 825700117,
            "stop": 825702853
        },
        {
            "start": 825705005,
            "stop": 825711313
        },
        {
            "start": 825713282,
            "stop": 825731599
        },
        {
            "start": 825731603,
            "stop": 825731618
        },
        {
            "start": 825731622,
            "stop": 825732486
        },
        {
            "start": 825732490,
            "stop": 825740048
        }
    ]
}