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=5232
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=5233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5231",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5232,
    "results": [
        {
            "start": 970037209,
            "stop": 970037283
        },
        {
            "start": 970037286,
            "stop": 970037341
        },
        {
            "start": 970037344,
            "stop": 970037375
        },
        {
            "start": 970037378,
            "stop": 970037437
        },
        {
            "start": 970037440,
            "stop": 970037515
        },
        {
            "start": 970039388,
            "stop": 970039423
        },
        {
            "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
        }
    ]
}