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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=196",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 197,
    "results": [
        {
            "start": 931444418,
            "stop": 931444487
        },
        {
            "start": 931444489,
            "stop": 931444508
        },
        {
            "start": 931444512,
            "stop": 931444518
        },
        {
            "start": 931444521,
            "stop": 931444525
        },
        {
            "start": 931444528,
            "stop": 931444621
        },
        {
            "start": 931444623,
            "stop": 931444626
        },
        {
            "start": 931444629,
            "stop": 931444680
        },
        {
            "start": 931444682,
            "stop": 931444692
        },
        {
            "start": 931444696,
            "stop": 931444745
        },
        {
            "start": 931444746,
            "stop": 931444806
        },
        {
            "start": 931444809,
            "stop": 931444850
        },
        {
            "start": 931444852,
            "stop": 931444857
        },
        {
            "start": 931444859,
            "stop": 931444868
        },
        {
            "start": 931444870,
            "stop": 931444884
        },
        {
            "start": 931444887,
            "stop": 931444891
        },
        {
            "start": 931444894,
            "stop": 931444906
        },
        {
            "start": 931444908,
            "stop": 931444925
        },
        {
            "start": 931444927,
            "stop": 931444929
        },
        {
            "start": 931444931,
            "stop": 931444936
        },
        {
            "start": 931444938,
            "stop": 931444960
        }
    ]
}