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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8646",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8647,
    "results": [
        {
            "start": 871550278,
            "stop": 871550489
        },
        {
            "start": 871550506,
            "stop": 871550516
        },
        {
            "start": 871550533,
            "stop": 871550621
        },
        {
            "start": 871550638,
            "stop": 871550690
        },
        {
            "start": 871550707,
            "stop": 871550807
        },
        {
            "start": 871550824,
            "stop": 871551124
        },
        {
            "start": 871551141,
            "stop": 871551177
        },
        {
            "start": 871551219,
            "stop": 871551546
        },
        {
            "start": 871551563,
            "stop": 871551674
        },
        {
            "start": 871551691,
            "stop": 871552210
        },
        {
            "start": 871552227,
            "stop": 871552271
        },
        {
            "start": 871552288,
            "stop": 871552331
        },
        {
            "start": 871552348,
            "stop": 871552542
        },
        {
            "start": 871552559,
            "stop": 871552612
        },
        {
            "start": 871552629,
            "stop": 871552672
        },
        {
            "start": 871552689,
            "stop": 871552699
        },
        {
            "start": 871552716,
            "stop": 871553006
        },
        {
            "start": 871553023,
            "stop": 871553056
        },
        {
            "start": 871553073,
            "stop": 871553340
        },
        {
            "start": 871553357,
            "stop": 871554545
        }
    ]
}