Fix dream crash from variable shadowing in pulse skip logic
start_time (float from time.time()) was overwritten by segment_parse()
which returns datetime.time, causing TypeError on duration calculation.
Renamed inner variable to seg_start.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>