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/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=357
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=356",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 357,
    "results": [
        {
            "start": 824954502,
            "stop": 824955271
        },
        {
            "start": 824955596,
            "stop": 824956010
        },
        {
            "start": 824957898,
            "stop": 824958157
        },
        {
            "start": 824961218,
            "stop": 824961424
        },
        {
            "start": 824961795,
            "stop": 824961809
        },
        {
            "start": 824961975,
            "stop": 824962179
        },
        {
            "start": 824962693,
            "stop": 824962901
        },
        {
            "start": 824963278,
            "stop": 824963479
        },
        {
            "start": 824964197,
            "stop": 824964396
        },
        {
            "start": 824964931,
            "stop": 824965145
        },
        {
            "start": 824965390,
            "stop": 824965788
        },
        {
            "start": 824965951,
            "stop": 824966222
        },
        {
            "start": 824966533,
            "stop": 824966548
        },
        {
            "start": 824966786,
            "stop": 824967003
        },
        {
            "start": 824967400,
            "stop": 824968197
        },
        {
            "start": 824975576,
            "stop": 824975793
        },
        {
            "start": 824978025,
            "stop": 824978074
        },
        {
            "start": 824978205,
            "stop": 824978425
        },
        {
            "start": 824978659,
            "stop": 824979124
        },
        {
            "start": 824979502,
            "stop": 824979591
        }
    ]
}