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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14807",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14805",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14806,
    "results": [
        {
            "start": 971252488,
            "stop": 971252490
        },
        {
            "start": 971252491,
            "stop": 971252506
        },
        {
            "start": 971252507,
            "stop": 971252512
        },
        {
            "start": 971252514,
            "stop": 971252517
        },
        {
            "start": 971252518,
            "stop": 971252541
        },
        {
            "start": 971252543,
            "stop": 971252544
        },
        {
            "start": 971252548,
            "stop": 971252552
        },
        {
            "start": 971252553,
            "stop": 971252560
        },
        {
            "start": 971252561,
            "stop": 971252563
        },
        {
            "start": 971252565,
            "stop": 971252572
        },
        {
            "start": 971252575,
            "stop": 971252578
        },
        {
            "start": 971252579,
            "stop": 971252584
        },
        {
            "start": 971252586,
            "stop": 971252601
        },
        {
            "start": 971252603,
            "stop": 971252607
        },
        {
            "start": 971252609,
            "stop": 971252613
        },
        {
            "start": 971252614,
            "stop": 971252619
        },
        {
            "start": 971252621,
            "stop": 971252622
        },
        {
            "start": 971252623,
            "stop": 971252627
        },
        {
            "start": 971252628,
            "stop": 971252629
        },
        {
            "start": 971252631,
            "stop": 971252635
        }
    ]
}