pub fn in_time_range(quins: &[NQuin], start: i64, end: i64) -> Vec<u64>
Assets whose event instant falls within [start, end] (unix seconds) — the timeline query.
[start, end]