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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4045",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4046,
    "results": [
        {
            "start": 875116987,
            "stop": 875116988
        },
        {
            "start": 875116991,
            "stop": 875117018
        },
        {
            "start": 875117023,
            "stop": 875117029
        },
        {
            "start": 875117032,
            "stop": 875117056
        },
        {
            "start": 875117060,
            "stop": 875117085
        },
        {
            "start": 875117088,
            "stop": 875117090
        },
        {
            "start": 875117093,
            "stop": 875117101
        },
        {
            "start": 875117105,
            "stop": 875117106
        },
        {
            "start": 875117109,
            "stop": 875117117
        },
        {
            "start": 875117123,
            "stop": 875117142
        },
        {
            "start": 875117145,
            "stop": 875117151
        },
        {
            "start": 875117154,
            "stop": 875117156
        },
        {
            "start": 875117163,
            "stop": 875117166
        },
        {
            "start": 875117169,
            "stop": 875117174
        },
        {
            "start": 875117177,
            "stop": 875117192
        },
        {
            "start": 875117196,
            "stop": 875117197
        },
        {
            "start": 875117200,
            "stop": 875117268
        },
        {
            "start": 875117274,
            "stop": 875117275
        },
        {
            "start": 875117278,
            "stop": 875117286
        },
        {
            "start": 875117289,
            "stop": 875117292
        }
    ]
}