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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4735",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4733",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4734,
    "results": [
        {
            "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
        },
        {
            "start": 970118118,
            "stop": 970118485
        },
        {
            "start": 970118488,
            "stop": 970119299
        },
        {
            "start": 970119302,
            "stop": 970119584
        },
        {
            "start": 970119587,
            "stop": 970120042
        },
        {
            "start": 970120045,
            "stop": 970122007
        },
        {
            "start": 970122024,
            "stop": 970122144
        }
    ]
}