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=7473
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=7474",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7472",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7473,
    "results": [
        {
            "start": 970075317,
            "stop": 970075400
        },
        {
            "start": 970075421,
            "stop": 970075556
        },
        {
            "start": 970075562,
            "stop": 970075564
        },
        {
            "start": 970075570,
            "stop": 970075581
        },
        {
            "start": 970075587,
            "stop": 970075598
        },
        {
            "start": 970075606,
            "stop": 970075610
        },
        {
            "start": 970075616,
            "stop": 970075617
        },
        {
            "start": 970075620,
            "stop": 970076357
        },
        {
            "start": 970076360,
            "stop": 970076701
        },
        {
            "start": 970076704,
            "stop": 970076965
        },
        {
            "start": 970076974,
            "stop": 970076980
        },
        {
            "start": 970076987,
            "stop": 970076992
        },
        {
            "start": 970077016,
            "stop": 970077084
        },
        {
            "start": 970077087,
            "stop": 970077088
        },
        {
            "start": 970077091,
            "stop": 970077246
        },
        {
            "start": 970077249,
            "stop": 970077314
        },
        {
            "start": 970077320,
            "stop": 970077498
        },
        {
            "start": 970077517,
            "stop": 970077518
        },
        {
            "start": 970077524,
            "stop": 970077526
        },
        {
            "start": 970077536,
            "stop": 970077541
        }
    ]
}