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=2322
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=2323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2321",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2322,
    "results": [
        {
            "start": 871659849,
            "stop": 871660309
        },
        {
            "start": 871660326,
            "stop": 871661025
        },
        {
            "start": 871661042,
            "stop": 871661251
        },
        {
            "start": 871661268,
            "stop": 871661413
        },
        {
            "start": 871661430,
            "stop": 871661439
        },
        {
            "start": 871661456,
            "stop": 871661786
        },
        {
            "start": 871661803,
            "stop": 871662291
        },
        {
            "start": 871662308,
            "stop": 871662561
        },
        {
            "start": 871662578,
            "stop": 871663014
        },
        {
            "start": 871663031,
            "stop": 871663377
        },
        {
            "start": 871663394,
            "stop": 871663910
        },
        {
            "start": 871664013,
            "stop": 871664795
        },
        {
            "start": 871664812,
            "stop": 871665030
        },
        {
            "start": 871665047,
            "stop": 871667385
        },
        {
            "start": 871667389,
            "stop": 871671357
        },
        {
            "start": 871671418,
            "stop": 871671428
        },
        {
            "start": 871671445,
            "stop": 871671730
        },
        {
            "start": 871678668,
            "stop": 871679392
        },
        {
            "start": 871680868,
            "stop": 871680987
        },
        {
            "start": 871680994,
            "stop": 871681962
        }
    ]
}