Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=269",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 270,
    "results": [
        {
            "start": 865005209,
            "stop": 865008323
        },
        {
            "start": 865008387,
            "stop": 865010991
        },
        {
            "start": 865012045,
            "stop": 865013863
        },
        {
            "start": 865014084,
            "stop": 865014386
        },
        {
            "start": 865020264,
            "stop": 865028361
        },
        {
            "start": 865028455,
            "stop": 865050893
        },
        {
            "start": 865050969,
            "stop": 865060313
        },
        {
            "start": 865060766,
            "stop": 865078959
        },
        {
            "start": 865079162,
            "stop": 865081314
        },
        {
            "start": 865081650,
            "stop": 865086916
        },
        {
            "start": 865100924,
            "stop": 865101106
        },
        {
            "start": 865101233,
            "stop": 865101310
        },
        {
            "start": 865101410,
            "stop": 865105532
        },
        {
            "start": 865115096,
            "stop": 865124974
        },
        {
            "start": 865125387,
            "stop": 865133710
        },
        {
            "start": 865133899,
            "stop": 865150322
        },
        {
            "start": 865152890,
            "stop": 865167427
        },
        {
            "start": 865169897,
            "stop": 865171033
        },
        {
            "start": 865171080,
            "stop": 865172325
        },
        {
            "start": 865172788,
            "stop": 865175689
        }
    ]
}