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=5258
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=5259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5257",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5258,
    "results": [
        {
            "start": 970231538,
            "stop": 970231657
        },
        {
            "start": 970231678,
            "stop": 970231722
        },
        {
            "start": 970231743,
            "stop": 970231838
        },
        {
            "start": 970231958,
            "stop": 970231988
        },
        {
            "start": 970231991,
            "stop": 970232078
        },
        {
            "start": 970232198,
            "stop": 970232242
        },
        {
            "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
        }
    ]
}