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=2145
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=2146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2144",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2145,
    "results": [
        {
            "start": 872289715,
            "stop": 872289768
        },
        {
            "start": 872289774,
            "stop": 872289899
        },
        {
            "start": 872289905,
            "stop": 872290513
        },
        {
            "start": 872290518,
            "stop": 872290743
        },
        {
            "start": 872290749,
            "stop": 872291970
        },
        {
            "start": 872291989,
            "stop": 872291999
        },
        {
            "start": 872292019,
            "stop": 872293999
        },
        {
            "start": 872294018,
            "stop": 872295769
        },
        {
            "start": 872295789,
            "stop": 872296031
        },
        {
            "start": 872296104,
            "stop": 872296260
        },
        {
            "start": 872296279,
            "stop": 872296285
        },
        {
            "start": 872296304,
            "stop": 872296330
        },
        {
            "start": 872296375,
            "stop": 872296431
        },
        {
            "start": 872296451,
            "stop": 872296468
        },
        {
            "start": 872296495,
            "stop": 872296622
        },
        {
            "start": 872296651,
            "stop": 872296676
        },
        {
            "start": 872296695,
            "stop": 872297735
        },
        {
            "start": 872297768,
            "stop": 872297792
        },
        {
            "start": 872297810,
            "stop": 872297880
        },
        {
            "start": 872297911,
            "stop": 872297967
        }
    ]
}