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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=162",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 163,
    "results": [
        {
            "start": 932456023,
            "stop": 932456453
        },
        {
            "start": 932456458,
            "stop": 932456479
        },
        {
            "start": 932456483,
            "stop": 932456564
        },
        {
            "start": 932456569,
            "stop": 932456693
        },
        {
            "start": 932456698,
            "stop": 932456728
        },
        {
            "start": 932456733,
            "stop": 932456840
        },
        {
            "start": 932456842,
            "stop": 932457455
        },
        {
            "start": 932457457,
            "stop": 932457615
        },
        {
            "start": 932457975,
            "stop": 932458025
        },
        {
            "start": 932458027,
            "stop": 932458039
        },
        {
            "start": 932458043,
            "stop": 932458054
        },
        {
            "start": 932458057,
            "stop": 932458069
        },
        {
            "start": 932458073,
            "stop": 932458205
        },
        {
            "start": 932458207,
            "stop": 932458219
        },
        {
            "start": 932458222,
            "stop": 932460752
        },
        {
            "start": 932460757,
            "stop": 932460815
        },
        {
            "start": 932460817,
            "stop": 932461215
        },
        {
            "start": 932461575,
            "stop": 932463684
        },
        {
            "start": 932465416,
            "stop": 932466948
        },
        {
            "start": 932470756,
            "stop": 932471766
        }
    ]
}