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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=67",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 68,
    "results": [
        {
            "start": 931264276,
            "stop": 931264282
        },
        {
            "start": 931264284,
            "stop": 931264316
        },
        {
            "start": 931264318,
            "stop": 931264330
        },
        {
            "start": 931264332,
            "stop": 931264345
        },
        {
            "start": 931264347,
            "stop": 931264382
        },
        {
            "start": 931264383,
            "stop": 931264401
        },
        {
            "start": 931264403,
            "stop": 931264416
        },
        {
            "start": 931264417,
            "stop": 931264425
        },
        {
            "start": 931264427,
            "stop": 931264429
        },
        {
            "start": 931264431,
            "stop": 931264432
        },
        {
            "start": 931264434,
            "stop": 931264444
        },
        {
            "start": 931264445,
            "stop": 931264446
        },
        {
            "start": 931264447,
            "stop": 931264459
        },
        {
            "start": 931264462,
            "stop": 931264506
        },
        {
            "start": 931264507,
            "stop": 931264511
        },
        {
            "start": 931264513,
            "stop": 931264527
        },
        {
            "start": 931264529,
            "stop": 931264530
        },
        {
            "start": 931264532,
            "stop": 931264536
        },
        {
            "start": 931264537,
            "stop": 931264538
        },
        {
            "start": 931264540,
            "stop": 931264564
        }
    ]
}