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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 81,
    "results": [
        {
            "start": 819326844,
            "stop": 819327317
        },
        {
            "start": 819327320,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819339433
        },
        {
            "start": 819339436,
            "stop": 819343989
        },
        {
            "start": 819343992,
            "stop": 819345502
        },
        {
            "start": 819345505,
            "stop": 819345772
        },
        {
            "start": 819345775,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819347595
        },
        {
            "start": 819347598,
            "stop": 819347772
        },
        {
            "start": 819347775,
            "stop": 819347936
        },
        {
            "start": 819347939,
            "stop": 819348000
        },
        {
            "start": 819354505,
            "stop": 819354918
        },
        {
            "start": 819354921,
            "stop": 819357384
        },
        {
            "start": 819357387,
            "stop": 819358273
        },
        {
            "start": 819358366,
            "stop": 819361980
        },
        {
            "start": 819362040,
            "stop": 819362041
        },
        {
            "start": 819362242,
            "stop": 819362340
        },
        {
            "start": 819362400,
            "stop": 819362523
        },
        {
            "start": 819364026,
            "stop": 819365124
        },
        {
            "start": 819365127,
            "stop": 819366223
        }
    ]
}