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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=121",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 122,
    "results": [
        {
            "start": 932658862,
            "stop": 932658864
        },
        {
            "start": 932658883,
            "stop": 932658936
        },
        {
            "start": 932658987,
            "stop": 932659048
        },
        {
            "start": 932659126,
            "stop": 932659260
        },
        {
            "start": 932659321,
            "stop": 932659328
        },
        {
            "start": 932659365,
            "stop": 932659378
        },
        {
            "start": 932659470,
            "stop": 932659478
        },
        {
            "start": 932659511,
            "stop": 932659626
        },
        {
            "start": 932659645,
            "stop": 932659655
        },
        {
            "start": 932659681,
            "stop": 932659763
        },
        {
            "start": 932659782,
            "stop": 932659940
        },
        {
            "start": 932659964,
            "stop": 932659967
        },
        {
            "start": 932659986,
            "stop": 932660006
        },
        {
            "start": 932660025,
            "stop": 932660044
        },
        {
            "start": 932660186,
            "stop": 932660240
        },
        {
            "start": 932660335,
            "stop": 932660346
        },
        {
            "start": 932660365,
            "stop": 932660465
        },
        {
            "start": 932660529,
            "stop": 932660600
        },
        {
            "start": 932660627,
            "stop": 932660641
        },
        {
            "start": 932660663,
            "stop": 932660683
        }
    ]
}