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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=334",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 335,
    "results": [
        {
            "start": 818754318,
            "stop": 818754416
        },
        {
            "start": 818754443,
            "stop": 818754460
        },
        {
            "start": 818754480,
            "stop": 818754493
        },
        {
            "start": 818754513,
            "stop": 818754519
        },
        {
            "start": 818754576,
            "stop": 818754674
        },
        {
            "start": 818754714,
            "stop": 818754747
        },
        {
            "start": 818754750,
            "stop": 818754764
        },
        {
            "start": 818754847,
            "stop": 818754860
        },
        {
            "start": 818754897,
            "stop": 818754951
        },
        {
            "start": 818754971,
            "stop": 818755043
        },
        {
            "start": 818755129,
            "stop": 818755142
        },
        {
            "start": 818755238,
            "stop": 818755241
        },
        {
            "start": 818755260,
            "stop": 818755319
        },
        {
            "start": 818755411,
            "stop": 818755437
        },
        {
            "start": 818755489,
            "stop": 818755502
        },
        {
            "start": 818755743,
            "stop": 818755753
        },
        {
            "start": 818757195,
            "stop": 818757208
        },
        {
            "start": 818757228,
            "stop": 818757235
        },
        {
            "start": 818757318,
            "stop": 818757331
        },
        {
            "start": 818757357,
            "stop": 818757376
        }
    ]
}