Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=155
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=154",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 155,
    "results": [
        {
            "start": 932857223,
            "stop": 932857224
        },
        {
            "start": 932857229,
            "stop": 932857245
        },
        {
            "start": 932857305,
            "stop": 932857479
        },
        {
            "start": 932857498,
            "stop": 932857514
        },
        {
            "start": 932857537,
            "stop": 932857553
        },
        {
            "start": 932857571,
            "stop": 932857577
        },
        {
            "start": 932857600,
            "stop": 932857626
        },
        {
            "start": 932857696,
            "stop": 932857812
        },
        {
            "start": 932857832,
            "stop": 932857833
        },
        {
            "start": 932857854,
            "stop": 932858023
        },
        {
            "start": 932858105,
            "stop": 932858106
        },
        {
            "start": 932858127,
            "stop": 932858145
        },
        {
            "start": 932858174,
            "stop": 932858296
        },
        {
            "start": 932858301,
            "stop": 932858389
        },
        {
            "start": 932858411,
            "stop": 932858466
        },
        {
            "start": 932858467,
            "stop": 932858490
        },
        {
            "start": 932858519,
            "stop": 932858533
        },
        {
            "start": 932858556,
            "stop": 932858563
        },
        {
            "start": 932858594,
            "stop": 932858619
        },
        {
            "start": 932858624,
            "stop": 932858732
        }
    ]
}