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=8653
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=8654",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8652",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8653,
    "results": [
        {
            "start": 871609704,
            "stop": 871609765
        },
        {
            "start": 871609782,
            "stop": 871610458
        },
        {
            "start": 871610578,
            "stop": 871611712
        },
        {
            "start": 871611729,
            "stop": 871612070
        },
        {
            "start": 871612150,
            "stop": 871615145
        },
        {
            "start": 871615181,
            "stop": 871616059
        },
        {
            "start": 871616076,
            "stop": 871616519
        },
        {
            "start": 871616650,
            "stop": 871616778
        },
        {
            "start": 871616898,
            "stop": 871616909
        },
        {
            "start": 871616926,
            "stop": 871617267
        },
        {
            "start": 871617284,
            "stop": 871617524
        },
        {
            "start": 871617541,
            "stop": 871617566
        },
        {
            "start": 871617583,
            "stop": 871617719
        },
        {
            "start": 871617736,
            "stop": 871618210
        },
        {
            "start": 871618227,
            "stop": 871618373
        },
        {
            "start": 871618390,
            "stop": 871619024
        },
        {
            "start": 871622312,
            "stop": 871622400
        },
        {
            "start": 871622460,
            "stop": 871624402
        },
        {
            "start": 871624419,
            "stop": 871626370
        },
        {
            "start": 871626387,
            "stop": 871626627
        }
    ]
}