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=5241
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=5242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5240",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5241,
    "results": [
        {
            "start": 970118118,
            "stop": 970118485
        },
        {
            "start": 970118488,
            "stop": 970119299
        },
        {
            "start": 970119302,
            "stop": 970119584
        },
        {
            "start": 970119587,
            "stop": 970120042
        },
        {
            "start": 970120045,
            "stop": 970122007
        },
        {
            "start": 970122024,
            "stop": 970122144
        },
        {
            "start": 970122147,
            "stop": 970123264
        },
        {
            "start": 970123267,
            "stop": 970123541
        },
        {
            "start": 970123544,
            "stop": 970124141
        },
        {
            "start": 970124144,
            "stop": 970124922
        },
        {
            "start": 970124925,
            "stop": 970125059
        },
        {
            "start": 970125062,
            "stop": 970125268
        },
        {
            "start": 970125271,
            "stop": 970125667
        },
        {
            "start": 970125684,
            "stop": 970125797
        },
        {
            "start": 970125800,
            "stop": 970125893
        },
        {
            "start": 970125896,
            "stop": 970125972
        },
        {
            "start": 970125975,
            "stop": 970125985
        },
        {
            "start": 970125988,
            "stop": 970126192
        },
        {
            "start": 970126195,
            "stop": 970126321
        },
        {
            "start": 970126325,
            "stop": 970126848
        }
    ]
}