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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=59",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 60,
    "results": [
        {
            "start": 931500126,
            "stop": 931500128
        },
        {
            "start": 931500132,
            "stop": 931500133
        },
        {
            "start": 931500137,
            "stop": 931500141
        },
        {
            "start": 931500144,
            "stop": 931500150
        },
        {
            "start": 931500154,
            "stop": 931500166
        },
        {
            "start": 931500169,
            "stop": 931500200
        },
        {
            "start": 931500203,
            "stop": 931500204
        },
        {
            "start": 931500207,
            "stop": 931500215
        },
        {
            "start": 931500218,
            "stop": 931500223
        },
        {
            "start": 931500229,
            "stop": 931500232
        },
        {
            "start": 931500235,
            "stop": 931500238
        },
        {
            "start": 931500241,
            "stop": 931500244
        },
        {
            "start": 931500256,
            "stop": 931500257
        },
        {
            "start": 931500267,
            "stop": 931500268
        },
        {
            "start": 931500271,
            "stop": 931500272
        },
        {
            "start": 931500275,
            "stop": 931500280
        },
        {
            "start": 931500284,
            "stop": 931500290
        },
        {
            "start": 931500293,
            "stop": 931500304
        },
        {
            "start": 931500307,
            "stop": 931500314
        },
        {
            "start": 931500318,
            "stop": 931500323
        }
    ]
}