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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=84",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 85,
    "results": [
        {
            "start": 816846219,
            "stop": 816846262
        },
        {
            "start": 816846283,
            "stop": 816846314
        },
        {
            "start": 816846341,
            "stop": 816846344
        },
        {
            "start": 816846375,
            "stop": 816846393
        },
        {
            "start": 816846413,
            "stop": 816846460
        },
        {
            "start": 816846604,
            "stop": 816846616
        },
        {
            "start": 816846638,
            "stop": 816846644
        },
        {
            "start": 816846716,
            "stop": 816846720
        },
        {
            "start": 816846780,
            "stop": 816846792
        },
        {
            "start": 816846836,
            "stop": 816846873
        },
        {
            "start": 816846894,
            "stop": 816846909
        },
        {
            "start": 816847123,
            "stop": 816847247
        },
        {
            "start": 816847307,
            "stop": 816847320
        },
        {
            "start": 816847440,
            "stop": 816847453
        },
        {
            "start": 816847505,
            "stop": 816847570
        },
        {
            "start": 816847589,
            "stop": 816847612
        },
        {
            "start": 816847647,
            "stop": 816847648
        },
        {
            "start": 816847665,
            "stop": 816847685
        },
        {
            "start": 816847702,
            "stop": 816847703
        },
        {
            "start": 816847720,
            "stop": 816847760
        }
    ]
}