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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=487",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=485",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 486,
    "results": [
        {
            "start": 863965361,
            "stop": 863965366
        },
        {
            "start": 863965369,
            "stop": 863965373
        },
        {
            "start": 863965375,
            "stop": 863965376
        },
        {
            "start": 863965456,
            "stop": 863965477
        },
        {
            "start": 863966728,
            "stop": 863966774
        },
        {
            "start": 863966776,
            "stop": 863966931
        },
        {
            "start": 863966932,
            "stop": 863967271
        },
        {
            "start": 863967450,
            "stop": 863967540
        },
        {
            "start": 863967603,
            "stop": 863973421
        },
        {
            "start": 863973422,
            "stop": 863977043
        },
        {
            "start": 863977044,
            "stop": 863977065
        },
        {
            "start": 863978385,
            "stop": 863978466
        },
        {
            "start": 863978543,
            "stop": 863978598
        },
        {
            "start": 863978600,
            "stop": 863978643
        },
        {
            "start": 863978645,
            "stop": 863978735
        },
        {
            "start": 863979832,
            "stop": 863979845
        },
        {
            "start": 863979848,
            "stop": 863979873
        },
        {
            "start": 863979875,
            "stop": 863979886
        },
        {
            "start": 863979887,
            "stop": 863979902
        },
        {
            "start": 863979904,
            "stop": 863980239
        }
    ]
}