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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16815",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16816,
    "results": [
        {
            "start": 875180784,
            "stop": 875180841
        },
        {
            "start": 875180843,
            "stop": 875180972
        },
        {
            "start": 875180974,
            "stop": 875180985
        },
        {
            "start": 875180987,
            "stop": 875181332
        },
        {
            "start": 875181336,
            "stop": 875181428
        },
        {
            "start": 875181429,
            "stop": 875181447
        },
        {
            "start": 875181448,
            "stop": 875181487
        },
        {
            "start": 875181488,
            "stop": 875181551
        },
        {
            "start": 875181552,
            "stop": 875181600
        },
        {
            "start": 875181604,
            "stop": 875181761
        },
        {
            "start": 875181763,
            "stop": 875182089
        },
        {
            "start": 875182092,
            "stop": 875182122
        },
        {
            "start": 875182125,
            "stop": 875182132
        },
        {
            "start": 875182138,
            "stop": 875182145
        },
        {
            "start": 875182149,
            "stop": 875182164
        },
        {
            "start": 875182168,
            "stop": 875182200
        },
        {
            "start": 875193352,
            "stop": 875193403
        },
        {
            "start": 875193406,
            "stop": 875193422
        },
        {
            "start": 875193424,
            "stop": 875193459
        },
        {
            "start": 875193462,
            "stop": 875193472
        }
    ]
}