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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5239",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5240,
    "results": [
        {
            "start": 970110058,
            "stop": 970110154
        },
        {
            "start": 970110157,
            "stop": 970110959
        },
        {
            "start": 970110962,
            "stop": 970111103
        },
        {
            "start": 970111106,
            "stop": 970111122
        },
        {
            "start": 970111125,
            "stop": 970111455
        },
        {
            "start": 970111458,
            "stop": 970111754
        },
        {
            "start": 970111757,
            "stop": 970112524
        },
        {
            "start": 970112527,
            "stop": 970112865
        },
        {
            "start": 970112868,
            "stop": 970112885
        },
        {
            "start": 970112902,
            "stop": 970113087
        },
        {
            "start": 970113090,
            "stop": 970113351
        },
        {
            "start": 970113354,
            "stop": 970113687
        },
        {
            "start": 970113690,
            "stop": 970113838
        },
        {
            "start": 970113841,
            "stop": 970114536
        },
        {
            "start": 970114554,
            "stop": 970116008
        },
        {
            "start": 970116011,
            "stop": 970116032
        },
        {
            "start": 970116035,
            "stop": 970116446
        },
        {
            "start": 970116449,
            "stop": 970116784
        },
        {
            "start": 970116787,
            "stop": 970118031
        },
        {
            "start": 970118034,
            "stop": 970118115
        }
    ]
}