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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=123",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 124,
    "results": [
        {
            "start": 818066800,
            "stop": 818066802
        },
        {
            "start": 818066805,
            "stop": 818066809
        },
        {
            "start": 818066815,
            "stop": 818066840
        },
        {
            "start": 818066843,
            "stop": 818066856
        },
        {
            "start": 818066859,
            "stop": 818066869
        },
        {
            "start": 818066872,
            "stop": 818066878
        },
        {
            "start": 818066887,
            "stop": 818066888
        },
        {
            "start": 818066906,
            "stop": 818066930
        },
        {
            "start": 818066937,
            "stop": 818066950
        },
        {
            "start": 818066953,
            "stop": 818066959
        },
        {
            "start": 818066962,
            "stop": 818066966
        },
        {
            "start": 818066970,
            "stop": 818066974
        },
        {
            "start": 818066977,
            "stop": 818066999
        },
        {
            "start": 818067002,
            "stop": 818067014
        },
        {
            "start": 818067017,
            "stop": 818067022
        },
        {
            "start": 818067025,
            "stop": 818067035
        },
        {
            "start": 818067038,
            "stop": 818067066
        },
        {
            "start": 818067070,
            "stop": 818067071
        },
        {
            "start": 818067074,
            "stop": 818067107
        },
        {
            "start": 818067110,
            "stop": 818067120
        }
    ]
}