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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=481",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=479",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 480,
    "results": [
        {
            "start": 826341098,
            "stop": 826341333
        },
        {
            "start": 826341633,
            "stop": 826341717
        },
        {
            "start": 826341734,
            "stop": 826341995
        },
        {
            "start": 826342935,
            "stop": 826346970
        },
        {
            "start": 826347135,
            "stop": 826347591
        },
        {
            "start": 826347891,
            "stop": 826353068
        },
        {
            "start": 826353085,
            "stop": 826355768
        },
        {
            "start": 826356068,
            "stop": 826356502
        },
        {
            "start": 826365657,
            "stop": 826368270
        },
        {
            "start": 826368586,
            "stop": 826374102
        },
        {
            "start": 826374119,
            "stop": 826376302
        },
        {
            "start": 826376321,
            "stop": 826376577
        },
        {
            "start": 826376597,
            "stop": 826380721
        },
        {
            "start": 826384559,
            "stop": 826386504
        },
        {
            "start": 826386521,
            "stop": 826386990
        },
        {
            "start": 826387007,
            "stop": 826387436
        },
        {
            "start": 826434933,
            "stop": 826435617
        },
        {
            "start": 826435634,
            "stop": 826435971
        },
        {
            "start": 826435988,
            "stop": 826437873
        },
        {
            "start": 826437890,
            "stop": 826437973
        }
    ]
}