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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=260",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 261,
    "results": [
        {
            "start": 863350105,
            "stop": 863354602
        },
        {
            "start": 863355527,
            "stop": 863361250
        },
        {
            "start": 863362248,
            "stop": 863369667
        },
        {
            "start": 863370460,
            "stop": 863371567
        },
        {
            "start": 863372103,
            "stop": 863379801
        },
        {
            "start": 863381569,
            "stop": 863386042
        },
        {
            "start": 863386101,
            "stop": 863386165
        },
        {
            "start": 863386278,
            "stop": 863427806
        },
        {
            "start": 863428698,
            "stop": 863434485
        },
        {
            "start": 863435800,
            "stop": 863435987
        },
        {
            "start": 863437132,
            "stop": 863449358
        },
        {
            "start": 863450614,
            "stop": 863460776
        },
        {
            "start": 863461144,
            "stop": 863462306
        },
        {
            "start": 863462613,
            "stop": 863463673
        },
        {
            "start": 863463848,
            "stop": 863472646
        },
        {
            "start": 863479042,
            "stop": 863494702
        },
        {
            "start": 863494834,
            "stop": 863507928
        },
        {
            "start": 863509570,
            "stop": 863524914
        },
        {
            "start": 863525666,
            "stop": 863533288
        },
        {
            "start": 863534286,
            "stop": 863539861
        }
    ]
}