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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=351",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 352,
    "results": [
        {
            "start": 818255677,
            "stop": 818255680
        },
        {
            "start": 818255693,
            "stop": 818255700
        },
        {
            "start": 818255708,
            "stop": 818255709
        },
        {
            "start": 818255718,
            "stop": 818255720
        },
        {
            "start": 818255723,
            "stop": 818255724
        },
        {
            "start": 818255732,
            "stop": 818255736
        },
        {
            "start": 818255742,
            "stop": 818255743
        },
        {
            "start": 818255749,
            "stop": 818255753
        },
        {
            "start": 818255761,
            "stop": 818255762
        },
        {
            "start": 818255766,
            "stop": 818255767
        },
        {
            "start": 818255775,
            "stop": 818255784
        },
        {
            "start": 818255787,
            "stop": 818255788
        },
        {
            "start": 818255794,
            "stop": 818255795
        },
        {
            "start": 818255802,
            "stop": 818255806
        },
        {
            "start": 818255818,
            "stop": 818255819
        },
        {
            "start": 818255824,
            "stop": 818255836
        },
        {
            "start": 818255839,
            "stop": 818255841
        },
        {
            "start": 818255855,
            "stop": 818255857
        },
        {
            "start": 818255867,
            "stop": 818255870
        },
        {
            "start": 818255875,
            "stop": 818255878
        }
    ]
}