flock_timeline
Fetch the metrics series over past ticks (the server keeps the last 5000), with an optional stride to thin the series. This is the tool for locating transitions: polarization tends to change fastest inside a narrow band of ticks. Where is that band for your parameters, and does the separation weight shift it?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | last tick, inclusive; defaults to the current tick and may not exceed it | |
| from | No | first tick, inclusive; defaults to the earliest tick still buffered (the timeline keeps a bounded ring of recent ticks) | |
| stride | No | return every Nth tick (1 to 100, default 1) | |
| flock_id | Yes | flock session id, as returned by flock_create |