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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=496",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=494",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 495,
    "results": [
        {
            "start": 864597978,
            "stop": 864607555
        },
        {
            "start": 864607850,
            "stop": 864608037
        },
        {
            "start": 864608377,
            "stop": 864631719
        },
        {
            "start": 864631721,
            "stop": 864631799
        },
        {
            "start": 864632512,
            "stop": 864650252
        },
        {
            "start": 864651011,
            "stop": 864651036
        },
        {
            "start": 864651213,
            "stop": 864659226
        },
        {
            "start": 864659373,
            "stop": 864661808
        },
        {
            "start": 864661810,
            "stop": 864661857
        },
        {
            "start": 864663701,
            "stop": 864663907
        },
        {
            "start": 864663959,
            "stop": 864668248
        },
        {
            "start": 864668423,
            "stop": 864668880
        },
        {
            "start": 864668882,
            "stop": 864669109
        },
        {
            "start": 864669279,
            "stop": 864669694
        },
        {
            "start": 864669819,
            "stop": 864670320
        },
        {
            "start": 864671842,
            "stop": 864671867
        },
        {
            "start": 864671869,
            "stop": 864671881
        },
        {
            "start": 864671882,
            "stop": 864671887
        },
        {
            "start": 864671889,
            "stop": 864671897
        },
        {
            "start": 864671899,
            "stop": 864671904
        }
    ]
}