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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=447",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 448,
    "results": [
        {
            "start": 818751254,
            "stop": 818751262
        },
        {
            "start": 818751325,
            "stop": 818751326
        },
        {
            "start": 818751366,
            "stop": 818751367
        },
        {
            "start": 818751384,
            "stop": 818751385
        },
        {
            "start": 818751453,
            "stop": 818751460
        },
        {
            "start": 818751466,
            "stop": 818751468
        },
        {
            "start": 818751483,
            "stop": 818751485
        },
        {
            "start": 818751527,
            "stop": 818751536
        },
        {
            "start": 818751539,
            "stop": 818751540
        },
        {
            "start": 818751579,
            "stop": 818751580
        },
        {
            "start": 818751589,
            "stop": 818751590
        },
        {
            "start": 818751593,
            "stop": 818751595
        },
        {
            "start": 818751630,
            "stop": 818751631
        },
        {
            "start": 818751654,
            "stop": 818751656
        },
        {
            "start": 818751669,
            "stop": 818751692
        },
        {
            "start": 818751697,
            "stop": 818751725
        },
        {
            "start": 818751729,
            "stop": 818751731
        },
        {
            "start": 818751734,
            "stop": 818751740
        },
        {
            "start": 818751769,
            "stop": 818751777
        },
        {
            "start": 818751780,
            "stop": 818751782
        }
    ]
}