The inter-arrival time of a Poisson Process, $t$, conforms to the exponential distribution, so the probability density function for $t$ is $f(t)=λe^{−λt},~t>0$. ($λ$ is the arrival rate of the Poisson Process.)
Next we aggregate the requests according to the following pattern: from the first arrival, within the fixed-length time interval $T$, the requests in this interval are aggregated to the first arrival. In other words, the requests in this interval are removed except the first one. This procedure repeats for the rest arrivals.
The following figure illustrates this aggregation pattern.

My question is, what is the distribution of the inter-arrival times after the request aggregation?