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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=10",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 11,
    "results": [
        {
            "start": 816617129,
            "stop": 816617202
        },
        {
            "start": 816617206,
            "stop": 816617564
        },
        {
            "start": 816617567,
            "stop": 816618148
        },
        {
            "start": 816618151,
            "stop": 816618441
        },
        {
            "start": 816618444,
            "stop": 816618447
        },
        {
            "start": 816618450,
            "stop": 816618454
        },
        {
            "start": 816618457,
            "stop": 816618513
        },
        {
            "start": 816619011,
            "stop": 816619197
        },
        {
            "start": 816619200,
            "stop": 816619278
        },
        {
            "start": 816619281,
            "stop": 816619425
        },
        {
            "start": 816619533,
            "stop": 816619573
        },
        {
            "start": 816651331,
            "stop": 816651508
        },
        {
            "start": 816651510,
            "stop": 816651599
        },
        {
            "start": 816651601,
            "stop": 816651947
        },
        {
            "start": 816651949,
            "stop": 816651964
        },
        {
            "start": 816651966,
            "stop": 816653003
        },
        {
            "start": 816653005,
            "stop": 816653070
        },
        {
            "start": 816653073,
            "stop": 816653102
        },
        {
            "start": 816653105,
            "stop": 816653233
        },
        {
            "start": 816653236,
            "stop": 816653322
        }
    ]
}