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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14131",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14132,
    "results": [
        {
            "start": 971162457,
            "stop": 971162460
        },
        {
            "start": 971162462,
            "stop": 971162465
        },
        {
            "start": 971162469,
            "stop": 971162474
        },
        {
            "start": 971162476,
            "stop": 971162489
        },
        {
            "start": 971162491,
            "stop": 971162495
        },
        {
            "start": 971162496,
            "stop": 971162497
        },
        {
            "start": 971162498,
            "stop": 971162499
        },
        {
            "start": 971162501,
            "stop": 971162502
        },
        {
            "start": 971162503,
            "stop": 971162507
        },
        {
            "start": 971162508,
            "stop": 971162515
        },
        {
            "start": 971162518,
            "stop": 971162527
        },
        {
            "start": 971162528,
            "stop": 971162529
        },
        {
            "start": 971162530,
            "stop": 971162535
        },
        {
            "start": 971162536,
            "stop": 971162537
        },
        {
            "start": 971162538,
            "stop": 971162540
        },
        {
            "start": 971162541,
            "stop": 971162542
        },
        {
            "start": 971162544,
            "stop": 971162547
        },
        {
            "start": 971162549,
            "stop": 971162552
        },
        {
            "start": 971162553,
            "stop": 971162554
        },
        {
            "start": 971162561,
            "stop": 971162562
        }
    ]
}