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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7540",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7538",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7539,
    "results": [
        {
            "start": 970417413,
            "stop": 970417444
        },
        {
            "start": 970419465,
            "stop": 970419480
        },
        {
            "start": 970419484,
            "stop": 970419511
        },
        {
            "start": 970419514,
            "stop": 970419554
        },
        {
            "start": 970419557,
            "stop": 970419625
        },
        {
            "start": 970419665,
            "stop": 970419685
        },
        {
            "start": 970419690,
            "stop": 970419731
        },
        {
            "start": 970419736,
            "stop": 970419761
        },
        {
            "start": 970419764,
            "stop": 970419767
        },
        {
            "start": 970419774,
            "stop": 970419825
        },
        {
            "start": 970419865,
            "stop": 970419893
        },
        {
            "start": 970419896,
            "stop": 970419910
        },
        {
            "start": 970419913,
            "stop": 970419956
        },
        {
            "start": 970419959,
            "stop": 970420008
        },
        {
            "start": 970420011,
            "stop": 970420032
        },
        {
            "start": 970420035,
            "stop": 970420047
        },
        {
            "start": 970420050,
            "stop": 970420065
        },
        {
            "start": 970421809,
            "stop": 970421815
        },
        {
            "start": 970421819,
            "stop": 970421827
        },
        {
            "start": 970421830,
            "stop": 970421832
        }
    ]
}