Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=253
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=252",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 253,
    "results": [
        {
            "start": 817867856,
            "stop": 817867859
        },
        {
            "start": 817867862,
            "stop": 817867927
        },
        {
            "start": 817867930,
            "stop": 817868013
        },
        {
            "start": 817868033,
            "stop": 817868125
        },
        {
            "start": 817868144,
            "stop": 817868197
        },
        {
            "start": 817868200,
            "stop": 817868243
        },
        {
            "start": 817868271,
            "stop": 817868286
        },
        {
            "start": 817868312,
            "stop": 817868324
        },
        {
            "start": 817868343,
            "stop": 817868356
        },
        {
            "start": 817868376,
            "stop": 817868386
        },
        {
            "start": 817868405,
            "stop": 817868472
        },
        {
            "start": 817868476,
            "stop": 817868479
        },
        {
            "start": 817868485,
            "stop": 817868488
        },
        {
            "start": 817868492,
            "stop": 817868494
        },
        {
            "start": 817868505,
            "stop": 817868513
        },
        {
            "start": 817868516,
            "stop": 817868520
        },
        {
            "start": 817868523,
            "stop": 817868527
        },
        {
            "start": 817868550,
            "stop": 817868581
        },
        {
            "start": 817868584,
            "stop": 817868616
        },
        {
            "start": 817868636,
            "stop": 817868684
        }
    ]
}