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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=128",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 129,
    "results": [
        {
            "start": 816974388,
            "stop": 816974391
        },
        {
            "start": 816974419,
            "stop": 816974431
        },
        {
            "start": 816974471,
            "stop": 816974488
        },
        {
            "start": 816974539,
            "stop": 816974561
        },
        {
            "start": 816974611,
            "stop": 816974660
        },
        {
            "start": 816974694,
            "stop": 816974736
        },
        {
            "start": 816974755,
            "stop": 816974791
        },
        {
            "start": 816974810,
            "stop": 816974837
        },
        {
            "start": 816974896,
            "stop": 816974920
        },
        {
            "start": 816974940,
            "stop": 816974942
        },
        {
            "start": 816974970,
            "stop": 816974992
        },
        {
            "start": 816975013,
            "stop": 816975014
        },
        {
            "start": 816975017,
            "stop": 816975114
        },
        {
            "start": 816975136,
            "stop": 816975152
        },
        {
            "start": 816975196,
            "stop": 816975207
        },
        {
            "start": 816975210,
            "stop": 816975213
        },
        {
            "start": 816975216,
            "stop": 816975323
        },
        {
            "start": 816975343,
            "stop": 816975348
        },
        {
            "start": 816975387,
            "stop": 816975441
        },
        {
            "start": 816975527,
            "stop": 816975532
        }
    ]
}