This document summarizes a research paper on mining relevant time-interval weighted sequential (TiWS) patterns from sequence databases with reduced search space. It proposes using the CloSpan algorithm to mine TiWS patterns, which considers the time intervals between elements in sequences to assign weights and find more interesting patterns. Calculating weights based on time intervals allows filtering out patterns with large time intervals, reducing the number of database scans needed. The CloSpan algorithm further prunes the search space to improve efficiency over other sequential pattern mining methods like PrefixSpan. Experimental results show the combined TiWS and CloSpan approach provides more relevant patterns with reduced runtime compared to alternatives.