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=8639
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=8640",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8638",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8639,
    "results": [
        {
            "start": 871477140,
            "stop": 871477369
        },
        {
            "start": 871477386,
            "stop": 871477731
        },
        {
            "start": 871477748,
            "stop": 871478037
        },
        {
            "start": 871478069,
            "stop": 871480934
        },
        {
            "start": 871480951,
            "stop": 871481199
        },
        {
            "start": 871481319,
            "stop": 871481582
        },
        {
            "start": 871481599,
            "stop": 871481921
        },
        {
            "start": 871481938,
            "stop": 871482987
        },
        {
            "start": 871483005,
            "stop": 871483610
        },
        {
            "start": 871483750,
            "stop": 871483978
        },
        {
            "start": 871484225,
            "stop": 871484540
        },
        {
            "start": 871484758,
            "stop": 871484975
        },
        {
            "start": 871485095,
            "stop": 871485354
        },
        {
            "start": 871485474,
            "stop": 871485514
        },
        {
            "start": 871485634,
            "stop": 871485887
        },
        {
            "start": 871485904,
            "stop": 871486409
        },
        {
            "start": 871486529,
            "stop": 871487296
        },
        {
            "start": 871487313,
            "stop": 871487392
        },
        {
            "start": 871487409,
            "stop": 871487576
        },
        {
            "start": 871487593,
            "stop": 871488079
        }
    ]
}