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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=22",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 23,
    "results": [
        {
            "start": 816600591,
            "stop": 816600633
        },
        {
            "start": 816600637,
            "stop": 816600648
        },
        {
            "start": 816600655,
            "stop": 816600677
        },
        {
            "start": 816600693,
            "stop": 816600756
        },
        {
            "start": 816600763,
            "stop": 816601024
        },
        {
            "start": 816601030,
            "stop": 816601117
        },
        {
            "start": 816601120,
            "stop": 816601153
        },
        {
            "start": 816601160,
            "stop": 816601188
        },
        {
            "start": 816601192,
            "stop": 816601280
        },
        {
            "start": 816601287,
            "stop": 816601331
        },
        {
            "start": 816601334,
            "stop": 816601351
        },
        {
            "start": 816601361,
            "stop": 816601386
        },
        {
            "start": 816601393,
            "stop": 816601446
        },
        {
            "start": 816601449,
            "stop": 816601681
        },
        {
            "start": 816601685,
            "stop": 816601799
        },
        {
            "start": 816601802,
            "stop": 816601880
        },
        {
            "start": 816601883,
            "stop": 816602029
        },
        {
            "start": 816602033,
            "stop": 816602072
        },
        {
            "start": 816602075,
            "stop": 816602102
        },
        {
            "start": 816602106,
            "stop": 816602144
        }
    ]
}