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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=178",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 179,
    "results": [
        {
            "start": 932976647,
            "stop": 932976664
        },
        {
            "start": 932976745,
            "stop": 932976754
        },
        {
            "start": 932976946,
            "stop": 932976948
        },
        {
            "start": 932977032,
            "stop": 932977037
        },
        {
            "start": 932977132,
            "stop": 932977136
        },
        {
            "start": 932977192,
            "stop": 932977204
        },
        {
            "start": 932977238,
            "stop": 932977265
        },
        {
            "start": 932977421,
            "stop": 932977430
        },
        {
            "start": 932977798,
            "stop": 932977801
        },
        {
            "start": 932977946,
            "stop": 932977963
        },
        {
            "start": 932978039,
            "stop": 932978044
        },
        {
            "start": 932978063,
            "stop": 932978065
        },
        {
            "start": 932978116,
            "stop": 932978124
        },
        {
            "start": 932978143,
            "stop": 932978148
        },
        {
            "start": 932978199,
            "stop": 932978207
        },
        {
            "start": 932978277,
            "stop": 932978281
        },
        {
            "start": 932978426,
            "stop": 932978443
        },
        {
            "start": 932978490,
            "stop": 932978496
        },
        {
            "start": 932985839,
            "stop": 932985858
        },
        {
            "start": 932985877,
            "stop": 932985878
        }
    ]
}