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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=198",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 199,
    "results": [
        {
            "start": 820228941,
            "stop": 820229301
        },
        {
            "start": 820229309,
            "stop": 820229749
        },
        {
            "start": 820229756,
            "stop": 820229849
        },
        {
            "start": 820229857,
            "stop": 820229964
        },
        {
            "start": 820229971,
            "stop": 820230035
        },
        {
            "start": 820230042,
            "stop": 820230379
        },
        {
            "start": 820230386,
            "stop": 820230550
        },
        {
            "start": 820230564,
            "stop": 820230687
        },
        {
            "start": 820230695,
            "stop": 820231421
        },
        {
            "start": 820231428,
            "stop": 820231877
        },
        {
            "start": 820231884,
            "stop": 820232084
        },
        {
            "start": 820232091,
            "stop": 820232616
        },
        {
            "start": 820232623,
            "stop": 820232638
        },
        {
            "start": 820232645,
            "stop": 820232868
        },
        {
            "start": 820232875,
            "stop": 820233196
        },
        {
            "start": 820233204,
            "stop": 820233421
        },
        {
            "start": 820233428,
            "stop": 820233471
        },
        {
            "start": 820233478,
            "stop": 820233668
        },
        {
            "start": 820233676,
            "stop": 820233708
        },
        {
            "start": 820233723,
            "stop": 820234320
        }
    ]
}