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=4726
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=4727",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4725",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4726,
    "results": [
        {
            "start": 970039426,
            "stop": 970039488
        },
        {
            "start": 970039491,
            "stop": 970039512
        },
        {
            "start": 970039515,
            "stop": 970039660
        },
        {
            "start": 970039663,
            "stop": 970039691
        },
        {
            "start": 970039694,
            "stop": 970039896
        },
        {
            "start": 970039899,
            "stop": 970039945
        },
        {
            "start": 970039948,
            "stop": 970040228
        },
        {
            "start": 970040231,
            "stop": 970040899
        },
        {
            "start": 970040902,
            "stop": 970040966
        },
        {
            "start": 970040969,
            "stop": 970041220
        },
        {
            "start": 970041223,
            "stop": 970041337
        },
        {
            "start": 970041340,
            "stop": 970041432
        },
        {
            "start": 970041435,
            "stop": 970041569
        },
        {
            "start": 970041572,
            "stop": 970041794
        },
        {
            "start": 970041797,
            "stop": 970042090
        },
        {
            "start": 970042093,
            "stop": 970042104
        },
        {
            "start": 970042107,
            "stop": 970042159
        },
        {
            "start": 970042162,
            "stop": 970042378
        },
        {
            "start": 970042381,
            "stop": 970042526
        },
        {
            "start": 970042529,
            "stop": 970042748
        }
    ]
}