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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=300",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 301,
    "results": [
        {
            "start": 935424222,
            "stop": 935424224
        },
        {
            "start": 935424227,
            "stop": 935424233
        },
        {
            "start": 935424236,
            "stop": 935424241
        },
        {
            "start": 935424246,
            "stop": 935424285
        },
        {
            "start": 935426469,
            "stop": 935426705
        },
        {
            "start": 935426708,
            "stop": 935427426
        },
        {
            "start": 935432174,
            "stop": 935432496
        },
        {
            "start": 935432498,
            "stop": 935433531
        },
        {
            "start": 935433533,
            "stop": 935434815
        },
        {
            "start": 935434996,
            "stop": 935435013
        },
        {
            "start": 935435015,
            "stop": 935435019
        },
        {
            "start": 935435022,
            "stop": 935435035
        },
        {
            "start": 935435041,
            "stop": 935437650
        },
        {
            "start": 935437669,
            "stop": 935438415
        },
        {
            "start": 935438597,
            "stop": 935438614
        },
        {
            "start": 935438617,
            "stop": 935438621
        },
        {
            "start": 935438624,
            "stop": 935438637
        },
        {
            "start": 935438644,
            "stop": 935439324
        },
        {
            "start": 935439326,
            "stop": 935439964
        },
        {
            "start": 935439966,
            "stop": 935440013
        }
    ]
}