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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8863",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8864,
    "results": [
        {
            "start": 873052642,
            "stop": 873055979
        },
        {
            "start": 873055996,
            "stop": 873056441
        },
        {
            "start": 873056458,
            "stop": 873057952
        },
        {
            "start": 873060460,
            "stop": 873061220
        },
        {
            "start": 873061237,
            "stop": 873061560
        },
        {
            "start": 873061659,
            "stop": 873061760
        },
        {
            "start": 873061777,
            "stop": 873062184
        },
        {
            "start": 873062201,
            "stop": 873062254
        },
        {
            "start": 873062271,
            "stop": 873062277
        },
        {
            "start": 873062299,
            "stop": 873062336
        },
        {
            "start": 873062353,
            "stop": 873062605
        },
        {
            "start": 873062622,
            "stop": 873064055
        },
        {
            "start": 873064072,
            "stop": 873064303
        },
        {
            "start": 873064320,
            "stop": 873064753
        },
        {
            "start": 873064772,
            "stop": 873065272
        },
        {
            "start": 873065291,
            "stop": 873065864
        },
        {
            "start": 873065883,
            "stop": 873066030
        },
        {
            "start": 873066047,
            "stop": 873067448
        },
        {
            "start": 873067465,
            "stop": 873068357
        },
        {
            "start": 873068374,
            "stop": 873069900
        }
    ]
}