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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5055",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5056,
    "results": [
        {
            "start": 874605051,
            "stop": 874605067
        },
        {
            "start": 874605074,
            "stop": 874605097
        },
        {
            "start": 874605105,
            "stop": 874605113
        },
        {
            "start": 874605124,
            "stop": 874605127
        },
        {
            "start": 874605135,
            "stop": 874605139
        },
        {
            "start": 874605146,
            "stop": 874605153
        },
        {
            "start": 874605160,
            "stop": 874605168
        },
        {
            "start": 874605175,
            "stop": 874605183
        },
        {
            "start": 874605190,
            "stop": 874605201
        },
        {
            "start": 874605209,
            "stop": 874605212
        },
        {
            "start": 874605221,
            "stop": 874605248
        },
        {
            "start": 874605255,
            "stop": 874605258
        },
        {
            "start": 874605269,
            "stop": 874605279
        },
        {
            "start": 874605292,
            "stop": 874605294
        },
        {
            "start": 874605301,
            "stop": 874605303
        },
        {
            "start": 874605314,
            "stop": 874605317
        },
        {
            "start": 874605329,
            "stop": 874605350
        },
        {
            "start": 874605361,
            "stop": 874605382
        },
        {
            "start": 874605395,
            "stop": 874605430
        },
        {
            "start": 874605437,
            "stop": 874605462
        }
    ]
}