Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=175
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=174",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 175,
    "results": [
        {
            "start": 931469987,
            "stop": 931470011
        },
        {
            "start": 931470012,
            "stop": 931470015
        },
        {
            "start": 931470017,
            "stop": 931470019
        },
        {
            "start": 931470021,
            "stop": 931470023
        },
        {
            "start": 931470025,
            "stop": 931470041
        },
        {
            "start": 931470043,
            "stop": 931470058
        },
        {
            "start": 931470059,
            "stop": 931470062
        },
        {
            "start": 931470065,
            "stop": 931470083
        },
        {
            "start": 931470084,
            "stop": 931470087
        },
        {
            "start": 931470088,
            "stop": 931470111
        },
        {
            "start": 931470113,
            "stop": 931470145
        },
        {
            "start": 931470147,
            "stop": 931470169
        },
        {
            "start": 931470172,
            "stop": 931470174
        },
        {
            "start": 931470175,
            "stop": 931470189
        },
        {
            "start": 931470191,
            "stop": 931470197
        },
        {
            "start": 931470199,
            "stop": 931470226
        },
        {
            "start": 931470228,
            "stop": 931470237
        },
        {
            "start": 931470238,
            "stop": 931470261
        },
        {
            "start": 931470263,
            "stop": 931470266
        },
        {
            "start": 931470273,
            "stop": 931470277
        }
    ]
}