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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=22",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 23,
    "results": [
        {
            "start": 931163177,
            "stop": 931163178
        },
        {
            "start": 931163187,
            "stop": 931163188
        },
        {
            "start": 931163214,
            "stop": 931163217
        },
        {
            "start": 931163220,
            "stop": 931163221
        },
        {
            "start": 931163227,
            "stop": 931163228
        },
        {
            "start": 931163247,
            "stop": 931163248
        },
        {
            "start": 931163276,
            "stop": 931163280
        },
        {
            "start": 931163283,
            "stop": 931163284
        },
        {
            "start": 931163286,
            "stop": 931163288
        },
        {
            "start": 931163297,
            "stop": 931163300
        },
        {
            "start": 931163303,
            "stop": 931163304
        },
        {
            "start": 931163308,
            "stop": 931163311
        },
        {
            "start": 931163314,
            "stop": 931163315
        },
        {
            "start": 931163321,
            "stop": 931163325
        },
        {
            "start": 931163334,
            "stop": 931163337
        },
        {
            "start": 931163343,
            "stop": 931163344
        },
        {
            "start": 931163348,
            "stop": 931163351
        },
        {
            "start": 931163373,
            "stop": 931163379
        },
        {
            "start": 931163384,
            "stop": 931163392
        },
        {
            "start": 931163398,
            "stop": 931163399
        }
    ]
}