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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=146",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 147,
    "results": [
        {
            "start": 817130364,
            "stop": 817130419
        },
        {
            "start": 817130563,
            "stop": 817130585
        },
        {
            "start": 817130659,
            "stop": 817130705
        },
        {
            "start": 817130726,
            "stop": 817130747
        },
        {
            "start": 817130802,
            "stop": 817130931
        },
        {
            "start": 817130951,
            "stop": 817131082
        },
        {
            "start": 817131112,
            "stop": 817131222
        },
        {
            "start": 817131242,
            "stop": 817131262
        },
        {
            "start": 817131281,
            "stop": 817131299
        },
        {
            "start": 817131319,
            "stop": 817131325
        },
        {
            "start": 817131345,
            "stop": 817131482
        },
        {
            "start": 817131502,
            "stop": 817131678
        },
        {
            "start": 817131742,
            "stop": 817131773
        },
        {
            "start": 817131776,
            "stop": 817131799
        },
        {
            "start": 817131803,
            "stop": 817131827
        },
        {
            "start": 817131846,
            "stop": 817131861
        },
        {
            "start": 817131882,
            "stop": 817131916
        },
        {
            "start": 817131935,
            "stop": 817132086
        },
        {
            "start": 817132090,
            "stop": 817132311
        },
        {
            "start": 817132331,
            "stop": 817132420
        }
    ]
}