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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=175",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 176,
    "results": [
        {
            "start": 931470283,
            "stop": 931470287
        },
        {
            "start": 931470290,
            "stop": 931470301
        },
        {
            "start": 931470302,
            "stop": 931470310
        },
        {
            "start": 931470312,
            "stop": 931470315
        },
        {
            "start": 931470317,
            "stop": 931470318
        },
        {
            "start": 931470319,
            "stop": 931470353
        },
        {
            "start": 931470355,
            "stop": 931470357
        },
        {
            "start": 931470359,
            "stop": 931470363
        },
        {
            "start": 931470365,
            "stop": 931470372
        },
        {
            "start": 931470376,
            "stop": 931470378
        },
        {
            "start": 931470382,
            "stop": 931470387
        },
        {
            "start": 931470393,
            "stop": 931470400
        },
        {
            "start": 931470402,
            "stop": 931470404
        },
        {
            "start": 931470407,
            "stop": 931470420
        },
        {
            "start": 931470422,
            "stop": 931470452
        },
        {
            "start": 931470455,
            "stop": 931470457
        },
        {
            "start": 931470458,
            "stop": 931470459
        },
        {
            "start": 931471964,
            "stop": 931471965
        },
        {
            "start": 931471966,
            "stop": 931471983
        },
        {
            "start": 931471984,
            "stop": 931471994
        }
    ]
}