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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9907",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9908,
    "results": [
        {
            "start": 874674060,
            "stop": 874674235
        },
        {
            "start": 874674252,
            "stop": 874674458
        },
        {
            "start": 874674475,
            "stop": 874674904
        },
        {
            "start": 874674921,
            "stop": 874674954
        },
        {
            "start": 874674971,
            "stop": 874675248
        },
        {
            "start": 874675265,
            "stop": 874676700
        },
        {
            "start": 874676832,
            "stop": 874679060
        },
        {
            "start": 874679077,
            "stop": 874679222
        },
        {
            "start": 874679239,
            "stop": 874679641
        },
        {
            "start": 874679658,
            "stop": 874680060
        },
        {
            "start": 874680180,
            "stop": 874680956
        },
        {
            "start": 874680974,
            "stop": 874681004
        },
        {
            "start": 874681008,
            "stop": 874681076
        },
        {
            "start": 874681196,
            "stop": 874681396
        },
        {
            "start": 874681413,
            "stop": 874681733
        },
        {
            "start": 874681759,
            "stop": 874681914
        },
        {
            "start": 874681931,
            "stop": 874682051
        },
        {
            "start": 874682077,
            "stop": 874683374
        },
        {
            "start": 874683654,
            "stop": 874684199
        },
        {
            "start": 874684216,
            "stop": 874685104
        }
    ]
}