Consider a sequence of independent $0$-or-$1$ outcomes $X_1, \ldots, X_n,\ldots$, such that $\mathbb{P}(X=1)=p$. The discrete time process $\left(Y_n\right)_{n \geqslant 0}$, such that $$Y_n = \sum_{k=1}^n X_k$$ is called binomial process. Let $\tau_i$ denote ordinal numbers where $X_{\tau_i}=1$. These are event times of the binomial process. Letting $\tau_0=0$, the times between events, $T_i = \tau_{i}-\tau_{i-1}$ are independent and follow Pascal distribution: $$ \mathbb{P}\left(T_i = r\right) = p (1-p)^{r-1} [ r \geqslant 1 ] $$ Clearly $\tau_i < \tau_j$ for all $i<j$.
Q: For a fixed $n > 0$, given $Y_n = m > 0$, I am seeking to determine the distribution of event times $ (\tau_1, \ldots, \tau_m)$.
On other words, for a fixed $0 < m \leqslant n$, I am seeking to determine the distribution of $(T_1, T_1+T_2, \ldots, T_1+\cdots+T_m)$ given that $T_1+\cdots+T_m \leqslant n$ and $T_1+\cdots+T_m +T_{m+1} > n$.
The question is motivated by oft-drawn analogy of binomial process and Poisson process, and the nice corresponding result for the Poisson process, where interarrival times are exponentially distributed, and conditional on there being $m$ events on the interval $(0, \tau)$, arrival times are order statistics of uniform distribution on $(0,\tau)$. I am hoping some similarly neat result could be established for the case of binomial process as well.