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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=270",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 271,
    "results": [
        {
            "start": 852424036,
            "stop": 852425053
        },
        {
            "start": 852425056,
            "stop": 852425058
        },
        {
            "start": 852425144,
            "stop": 852426133
        },
        {
            "start": 852426147,
            "stop": 852426149
        },
        {
            "start": 852426253,
            "stop": 852473233
        },
        {
            "start": 852474951,
            "stop": 852475753
        },
        {
            "start": 852475784,
            "stop": 852475785
        },
        {
            "start": 852475959,
            "stop": 852476875
        },
        {
            "start": 852476953,
            "stop": 852479409
        },
        {
            "start": 852481038,
            "stop": 852481066
        },
        {
            "start": 852481107,
            "stop": 852482624
        },
        {
            "start": 852482641,
            "stop": 852482642
        },
        {
            "start": 852482750,
            "stop": 852483070
        },
        {
            "start": 852484153,
            "stop": 852486133
        },
        {
            "start": 852487326,
            "stop": 852489965
        },
        {
            "start": 852490227,
            "stop": 852491233
        },
        {
            "start": 852498424,
            "stop": 852499573
        },
        {
            "start": 852500735,
            "stop": 852507553
        },
        {
            "start": 852507597,
            "stop": 852507598
        },
        {
            "start": 852507698,
            "stop": 852509053
        }
    ]
}