Consider the metric space embedded in $S^1$ with the intrinsic metric(the distance between two points is the length of the shortest arc connecting them):
Notice there are $3$ 'gaps' in the circumference of the circle. We can fill each of these gaps with a smaller copy of this space, and continue like this recursively, below is a diagram of the second iteration in this process:
And the third iteration:
If we keep doing this on each, newly created gap, we obtain an ascending sequence of spaces, and we can thus take the union of all finite iterations such as the ones above. Call this space $\mathcal{U}$ (Which will look like a fractal). I am interested in properties of this space, which would look something like this (excuse the imprecision)
Question: Is the space $\mathcal{U}$ path connected? Although it seems intuitively clear that the space $\mathcal{U}$ is not path connected, how does one formally prove it? The intuitive argument is that if you want to travel from $0$ to $1$, you need to initially stick to the left-segment, then when you get to the end of this left segment, and the start of the next circle, again to traverse this circle, you would need to stick to the left segment, and so you're forced to take the left-most segment each time, but the "path" that originates if you try to do this has a single point missing precisely in the middle, and so there is no path.






Denote by $U_n$ the set of points at iteration $n$, so that $\mathcal U=\bigcup_{n=1}^\infty U_n$ is the space under consideration.
Now define an equivalence relation $\sim$ on $\mathcal U$ where $x\sim y$ if for some $n$, we have $x,y\in U_n$, and $x$ and $y$ are in the same connected component of $U_n$. Note that $x\sim y$ if and only if $x$ and $y$ are in the same component of the first finite iteration $U_n$ containing them both, i.e., successive iterations do not connect points that were not already connected. Denote by $[x]$ the equivalence class of $x$ under $\sim$.
Now suppose $x\not\sim y$, and $x,y\in U_n$. Then we have $$d([x],y)\geq d([x],[y]\cap U_n)\geq \frac{1}{2\cdot 3^n},$$ (in your picture, $[x]$ will never, at any stage, cross the midway distance on a dotted line at stage $n$ separating $x$ and $y$).
Therefore $y\notin \overline{[x]}$, and so the equivalence classes of $\sim$ are closed.
But now suppose $\gamma\colon [0,1]\to \mathcal U$ is continuous. There are countably many equivalence classes of $\sim$ (any point is in the equivalence class of one of the finitely many components of some $U_n$), call them $[x_n]$, so we have $$[0,1]=\bigcup_{n=1}^\infty \gamma^{-1}([x_n]).$$
By continuity this is a countable union of disjoint closed sets, so by a theorem of Sierpiński we have $[0,1]=\gamma^{-1}([x_n])$ for some $n$. Thus two points may be connected with a continuous path if and only if they are $\sim$-equivalent. Since points in distinct components of each $U_n$ are not equivalent, $\mathcal U$ is not path connected.
Remark
I don't know for sure if this space is even connected. I suspect it is not, but a rigorous proof of that escaped me, and I liked the Sierpiński argument so I thought I would share, since it does answer the question asked about path connectedness.