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_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=196",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 197,
    "results": [
        {
            "start": 931444112,
            "stop": 931444163
        },
        {
            "start": 931444165,
            "stop": 931444256
        },
        {
            "start": 931444258,
            "stop": 931444290
        },
        {
            "start": 931444292,
            "stop": 931444394
        },
        {
            "start": 931444398,
            "stop": 931444409
        },
        {
            "start": 931444411,
            "stop": 931444416
        },
        {
            "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
        }
    ]
}