If the number of integers in the sum is odd, we can write the sum in the form
$$(x - k) + \cdots + (x - 2) + (x - 1) + x + (x + 1) + (x + 2) + \cdots + (x + k) = 63$$
where $x$ is the average value of the summands. The above expression simplifies to
$$(2k + 1)x = 63$$
Thus,
$$x = \frac{63}{2k + 1}$$
where $2k + 1$ is a positive integer factor of $63$. If $2k + 1 = 1$, $x = 63$. Thus, $2k + 1 = 3, 7, 9, 21, 63 \implies k = 1, 3, 4, 10, 31$, giving five possible values for $x$, namely $x = 21, 9, 7, 3, 1$. The corresponding sequences are
$x = 21, k = 1$: $(20, 21, 22)$
$x = 9, k = 3$: $(6, 7, 8, 9, 10, 11, 12)$
$x = 7, k = 4$: $(3, 4, 5, 6, 7, 8, 9, 10, 11)$
$x = 3, k = 10$: $(-7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13)$
$x = 1, k = 31$: $(-30, -29, -28, \ldots, -2, -1, 0, 1, 2, 3, \ldots, 30, 31, 32)$
If the number of integers in the sum is even, we can write the sum in the form
$$(x - k) + \cdots + (x - 2) + (x - 1) + x + (x + 1) + (x + 2) + \cdots + (x + k) + (x + k + 1) = 63$$
The above expression simplifies to
$$(2k + 2)x + k + 1 = 63$$
so
\begin{align*}
(2k + 2)x + (k + 1) & = 63\\
(k + 1)(2x + 1) & = 63\\
2x + 1 & = \frac{63}{k + 1}
\end{align*}
where $k + 1$ is a positive integer factor of $63$. Thus, $k + 1 = 1, 3, 7, 9, 21, 63 \implies k = 0, 2, 6, 8, 20, 62$, giving six possible values of $x$, namely $31, 10, 4, 3, 1, 0$. However, if $k = 62$ and $x = 0$, $x + k + 1 = 63$. Thus, $x = 31, 10, 4, 3, 1$. The corresponding sequences are
$x = 31, k = 0$: $(31, 32)$
$x = 10, k = 2$: $(8, 9, 10, 11, 12, 13)$
$x = 4, k = 6$: $(-2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)$
$x = 3, k = 8$: $(-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12)$
$x = 1, k = 20$: $(-19, -18, -17, \ldots, -2, -1, 0, 1, 2, 3,
\ldots, 19, 20, 21, 22)$
My thanks to @Unit for pointing out an error in my initial calculation for an even number of summands.