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=8672
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=8673",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8671",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8672,
    "results": [
        {
            "start": 871790082,
            "stop": 871790286
        },
        {
            "start": 871790303,
            "stop": 871791530
        },
        {
            "start": 871791670,
            "stop": 871793492
        },
        {
            "start": 871793509,
            "stop": 871793602
        },
        {
            "start": 871793619,
            "stop": 871794189
        },
        {
            "start": 871794206,
            "stop": 871794480
        },
        {
            "start": 871794540,
            "stop": 871796390
        },
        {
            "start": 871796470,
            "stop": 871797705
        },
        {
            "start": 871797722,
            "stop": 871798225
        },
        {
            "start": 871798242,
            "stop": 871799100
        },
        {
            "start": 871799160,
            "stop": 871799602
        },
        {
            "start": 871799722,
            "stop": 871800273
        },
        {
            "start": 871800290,
            "stop": 871800366
        },
        {
            "start": 871800390,
            "stop": 871800962
        },
        {
            "start": 871800979,
            "stop": 871801956
        },
        {
            "start": 871801973,
            "stop": 871803276
        },
        {
            "start": 871803614,
            "stop": 871807244
        },
        {
            "start": 871807425,
            "stop": 871812576
        },
        {
            "start": 871812616,
            "stop": 871812720
        },
        {
            "start": 871812780,
            "stop": 871813086
        }
    ]
}