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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5189",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5190,
    "results": [
        {
            "start": 873848229,
            "stop": 873848236
        },
        {
            "start": 873848244,
            "stop": 873848714
        },
        {
            "start": 873848731,
            "stop": 873849093
        },
        {
            "start": 873849101,
            "stop": 873849512
        },
        {
            "start": 873849519,
            "stop": 873850023
        },
        {
            "start": 873850031,
            "stop": 873850964
        },
        {
            "start": 873850971,
            "stop": 873851760
        },
        {
            "start": 873851820,
            "stop": 873852314
        },
        {
            "start": 873852576,
            "stop": 873852618
        },
        {
            "start": 873852625,
            "stop": 873852655
        },
        {
            "start": 873852663,
            "stop": 873852686
        },
        {
            "start": 873852694,
            "stop": 873853541
        },
        {
            "start": 873853549,
            "stop": 873853697
        },
        {
            "start": 873853704,
            "stop": 873853716
        },
        {
            "start": 873853724,
            "stop": 873853822
        },
        {
            "start": 873853859,
            "stop": 873853862
        },
        {
            "start": 873853905,
            "stop": 873854318
        },
        {
            "start": 873854326,
            "stop": 873854885
        },
        {
            "start": 873854892,
            "stop": 873855568
        },
        {
            "start": 873855575,
            "stop": 873856493
        }
    ]
}