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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=315",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 316,
    "results": [
        {
            "start": 935423632,
            "stop": 935423644
        },
        {
            "start": 935423647,
            "stop": 935424015
        },
        {
            "start": 935426469,
            "stop": 935426668
        },
        {
            "start": 935426788,
            "stop": 935427321
        },
        {
            "start": 935432174,
            "stop": 935432496
        },
        {
            "start": 935432498,
            "stop": 935433531
        },
        {
            "start": 935433533,
            "stop": 935434348
        },
        {
            "start": 935434408,
            "stop": 935434540
        },
        {
            "start": 935434679,
            "stop": 935434815
        },
        {
            "start": 935434996,
            "stop": 935435013
        },
        {
            "start": 935435015,
            "stop": 935435019
        },
        {
            "start": 935435022,
            "stop": 935435035
        },
        {
            "start": 935435041,
            "stop": 935435848
        },
        {
            "start": 935435908,
            "stop": 935437059
        },
        {
            "start": 935437179,
            "stop": 935437640
        },
        {
            "start": 935437760,
            "stop": 935438308
        },
        {
            "start": 935438368,
            "stop": 935438415
        },
        {
            "start": 935438597,
            "stop": 935438608
        },
        {
            "start": 935438668,
            "stop": 935438728
        },
        {
            "start": 935438788,
            "stop": 935439268
        }
    ]
}