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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=69",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 70,
    "results": [
        {
            "start": 931450805,
            "stop": 931450930
        },
        {
            "start": 931450962,
            "stop": 931451002
        },
        {
            "start": 931451035,
            "stop": 931451037
        },
        {
            "start": 931451062,
            "stop": 931451109
        },
        {
            "start": 931451127,
            "stop": 931451197
        },
        {
            "start": 931451200,
            "stop": 931451256
        },
        {
            "start": 931451274,
            "stop": 931451276
        },
        {
            "start": 931451293,
            "stop": 931451369
        },
        {
            "start": 931451399,
            "stop": 931451421
        },
        {
            "start": 931451423,
            "stop": 931451597
        },
        {
            "start": 931451627,
            "stop": 931451661
        },
        {
            "start": 931451679,
            "stop": 931451732
        },
        {
            "start": 931451749,
            "stop": 931451768
        },
        {
            "start": 931451785,
            "stop": 931451821
        },
        {
            "start": 931451844,
            "stop": 931451866
        },
        {
            "start": 931451884,
            "stop": 931451934
        },
        {
            "start": 931451952,
            "stop": 931452022
        },
        {
            "start": 931452040,
            "stop": 931452052
        },
        {
            "start": 931452070,
            "stop": 931452071
        },
        {
            "start": 931452090,
            "stop": 931452172
        }
    ]
}