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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2177",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2178,
    "results": [
        {
            "start": 872450088,
            "stop": 872450165
        },
        {
            "start": 872450182,
            "stop": 872450287
        },
        {
            "start": 872450304,
            "stop": 872450338
        },
        {
            "start": 872450358,
            "stop": 872450635
        },
        {
            "start": 872450652,
            "stop": 872450822
        },
        {
            "start": 872450839,
            "stop": 872450857
        },
        {
            "start": 872450874,
            "stop": 872450880
        },
        {
            "start": 872450897,
            "stop": 872450914
        },
        {
            "start": 872450931,
            "stop": 872450947
        },
        {
            "start": 872450966,
            "stop": 872450990
        },
        {
            "start": 872451023,
            "stop": 872451083
        },
        {
            "start": 872451100,
            "stop": 872451117
        },
        {
            "start": 872451138,
            "stop": 872451275
        },
        {
            "start": 872451294,
            "stop": 872451518
        },
        {
            "start": 872451535,
            "stop": 872451548
        },
        {
            "start": 872451565,
            "stop": 872451567
        },
        {
            "start": 872451584,
            "stop": 872451634
        },
        {
            "start": 872451652,
            "stop": 872451720
        },
        {
            "start": 872451780,
            "stop": 872452869
        },
        {
            "start": 872454945,
            "stop": 872454948
        }
    ]
}