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=4752
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=4753",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4751",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4752,
    "results": [
        {
            "start": 970232245,
            "stop": 970232331
        },
        {
            "start": 970232355,
            "stop": 970232356
        },
        {
            "start": 970232377,
            "stop": 970232564
        },
        {
            "start": 970232567,
            "stop": 970232632
        },
        {
            "start": 970232635,
            "stop": 970232655
        },
        {
            "start": 970232658,
            "stop": 970232920
        },
        {
            "start": 970232923,
            "stop": 970232949
        },
        {
            "start": 970232952,
            "stop": 970233004
        },
        {
            "start": 970233007,
            "stop": 970233098
        },
        {
            "start": 970233158,
            "stop": 970233218
        },
        {
            "start": 970233278,
            "stop": 970233359
        },
        {
            "start": 970233362,
            "stop": 970233529
        },
        {
            "start": 970233550,
            "stop": 970233555
        },
        {
            "start": 970233558,
            "stop": 970233615
        },
        {
            "start": 970233618,
            "stop": 970233747
        },
        {
            "start": 970233764,
            "stop": 970233818
        },
        {
            "start": 970233878,
            "stop": 970233938
        },
        {
            "start": 970233998,
            "stop": 970234083
        },
        {
            "start": 970234100,
            "stop": 970234164
        },
        {
            "start": 970234167,
            "stop": 970234214
        }
    ]
}