When talking about periodic pulses in the time domain, it is convenient to use the dirac comb function notation
$$\mathrm{III}(t) = \sum_{n=-\infty}^{\infty} \delta(t-n)$$
which has an impulse at every integer value of $t$. To scale the dirac comb for an arbitary period of $T$, one can use the properties of the dirac delta function to show
$$\dfrac{1}{|T|}\mathrm{III}\left(\dfrac{t}{T}\right) = \sum_{n=-\infty}^{\infty} \delta(t-nT)$$
Using this functional notation, we can now describe periodic repetition of the pulse $x(t)$ in the time domain as the following convolution
$$y(t) = x(t) * \dfrac{1}{|T|}\mathrm{III}\left(\dfrac{t}{T}\right)$$
Taking the Fourier Transform
$$\begin{align*} \mathscr{F}\left\{y(t)\right\} &= \mathscr{F}\left\{x(t) * \dfrac{1}{|T|}\mathrm{III}\left(\dfrac{t}{T}\right)\right\}\\
\\
Y(s) &= \mathscr{F}\left\{x(t)\right\} \cdot \dfrac{1}{|T|}\mathscr{F}\left\{\mathrm{III}\left(\dfrac{t}{T}\right)\right\}\\
\\
Y(s) &= X(s) \cdot \mathrm{III}\left(Ts\right) \\
\\
Y(s) &= X(s) \cdot \dfrac{1}{T} \sum_{n=-\infty}^{\infty} \delta\left(s - \dfrac{n}{T}\right) \\
\end{align*}$$
So regardless of $x(t)$ being time-limited and/or the periodic copies of $x(t)$ overlapping or not, the Fourier Transform, $Y(s)$, of the periodic pulse train is a sampled version of the Fourier Transform, $X(s)$, of a single pulse.
If you didn't notice, the dirac comb, $\mathrm{III}()$, is its own Fourier Transform. You should note that, due to the scaling property of the Fourier Transform, the closer the the $\delta()$ functions are spaced in the time domain, the farther away they will be spaced in the transform domain, and vice-versa. So, if you want a really fine sampling of the spectrum in the transform domain, you should have a very large period, $T$, between the individual pulses in the time domain.
Update to connect the above to the Fourier Series coefficients
I've worked a bit on connecting the above to the complex Fourier Series Coefficients.
To do this I will use the following notation for a unit height rectangle function:
$$\Pi(t) = \begin{cases} 1 \quad |t|<\frac{1}{2} \\
0 \quad |t|>\frac{1}{2}\\
\end{cases}$$
which has the Fourier Transform
$$\mathscr{F}\left\{\Pi(t)\right\} = \mathrm{sinc}(s) = \dfrac{\sin(\pi s)}{\pi s}$$
So finding the complex Fourier Series coefficients of the periodic function, $y(t)$, and assuming the period, $T > 0$:
$$\begin{align*} c_k &= \dfrac{1}{T} \int_{-\frac{T}{2}}^{\frac{T}{2}} y(t) \space e^{-i 2\pi t \frac{k}{T}} dt\\
\\
&= \dfrac{1}{T} \int_{-\infty}^{\infty} y(t) \space \Pi\left(\dfrac{t}{T}\right)\space e^{-i 2\pi t \frac{k}{T}} dt\\
\\
&= \dfrac{1}{T} \int_{-\infty}^{\infty} y(t) \space \Pi\left(\dfrac{t}{T}\right)\space e^{-i 2\pi t s} dt\\
\\
&= \dfrac{1}{T} \mathscr{F}\left\{y(t) \cdot \Pi\left(\dfrac{t}{T}\right)\right\} \\
\\
&= \mathscr{F}\left\{y(t)\right\} * \dfrac{1}{T} \mathscr{F}\left\{ \Pi\left(\dfrac{t}{T}\right)\right\} \\
\\
&= Y(s) * \mathrm{sinc}\left(Ts\right)\\
\\
&= Y\left(\dfrac{k}{T}\right) * \mathrm{sinc}\left(k\right)\\
\\
&= \left[X\left(\dfrac{k}{T}\right) \cdot \mathrm{III}\left(k\right)\right] * \mathrm{sinc}\left(k\right)\\
\\
&= \int_{-\infty}^{\infty} X\left(\dfrac{\tau}{T}\right) \space \mathrm{III}\left(\tau\right) \space \mathrm{sinc}\left(k-\tau\right) d\tau\\
\\
&= \sum_{n=-\infty}^{\infty} X\left(\dfrac{n}{T}\right) \mathrm{sinc}\left(k-n\right)\\
\\
c_k &= X\left(\dfrac{k}{T}\right)
\end{align*}$$
If I haven't made a mistake.
Note that this matches your answer for when using a time limited pulse (modulo Fourier Transform conventions), but this derivation made no assumptions about the pulse, $x(t)$, being time limited, but only that it has a Fourier Transform.
The above derivation assumes that $y(t)$ is in fact periodic and that it is finite almost everywhere over the interval of one period. This is certainly the case for $x(t)$ being finite almost everywhere and time limited, even if that time limited region is much larger than $T$. For $x(t)$ not being time limited, you have to prove that the infinite sum of the shifted pulses in any interval of length $T$ is finite almost everywhere in that interval. I believe this should be the case for your example of a Gaussian pulse, where I believe the infinite sum of the ever diminishing tail segments should converge, but I haven't proven that.