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=436
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=437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=435",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 436,
    "results": [
        {
            "start": 857157120,
            "stop": 857159607
        },
        {
            "start": 857163203,
            "stop": 857168641
        },
        {
            "start": 857168738,
            "stop": 857189346
        },
        {
            "start": 857189348,
            "stop": 857192800
        },
        {
            "start": 857199321,
            "stop": 857200214
        },
        {
            "start": 857205413,
            "stop": 857206194
        },
        {
            "start": 857206196,
            "stop": 857209558
        },
        {
            "start": 857209560,
            "stop": 857222571
        },
        {
            "start": 857224336,
            "stop": 857229481
        },
        {
            "start": 857230535,
            "stop": 857232017
        },
        {
            "start": 857248718,
            "stop": 857248857
        },
        {
            "start": 857248859,
            "stop": 857252106
        },
        {
            "start": 857252108,
            "stop": 857254696
        },
        {
            "start": 857256691,
            "stop": 857290117
        },
        {
            "start": 857291256,
            "stop": 857298267
        },
        {
            "start": 857298269,
            "stop": 857307049
        },
        {
            "start": 857308022,
            "stop": 857308165
        },
        {
            "start": 857309511,
            "stop": 857311743
        },
        {
            "start": 857313349,
            "stop": 857314349
        },
        {
            "start": 857314351,
            "stop": 857319668
        }
    ]
}