Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=258
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=257",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 258,
    "results": [
        {
            "start": 931509297,
            "stop": 931509301
        },
        {
            "start": 931509306,
            "stop": 931509309
        },
        {
            "start": 931509312,
            "stop": 931509319
        },
        {
            "start": 931509322,
            "stop": 931509324
        },
        {
            "start": 931509328,
            "stop": 931509334
        },
        {
            "start": 931509337,
            "stop": 931509338
        },
        {
            "start": 931509341,
            "stop": 931509343
        },
        {
            "start": 931509347,
            "stop": 931509356
        },
        {
            "start": 931509359,
            "stop": 931509360
        },
        {
            "start": 931509366,
            "stop": 931509367
        },
        {
            "start": 931509369,
            "stop": 931509378
        },
        {
            "start": 931509380,
            "stop": 931509383
        },
        {
            "start": 931509386,
            "stop": 931509412
        },
        {
            "start": 931509415,
            "stop": 931509419
        },
        {
            "start": 931509426,
            "stop": 931509441
        },
        {
            "start": 931509444,
            "stop": 931509459
        },
        {
            "start": 931509467,
            "stop": 931509474
        },
        {
            "start": 931509477,
            "stop": 931509492
        },
        {
            "start": 931509503,
            "stop": 931509532
        },
        {
            "start": 931509537,
            "stop": 931509547
        }
    ]
}