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=14217
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=14218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14216",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14217,
    "results": [
        {
            "start": 971171542,
            "stop": 971171543
        },
        {
            "start": 971171544,
            "stop": 971171545
        },
        {
            "start": 971171548,
            "stop": 971171549
        },
        {
            "start": 971171550,
            "stop": 971171556
        },
        {
            "start": 971171557,
            "stop": 971171558
        },
        {
            "start": 971171562,
            "stop": 971171565
        },
        {
            "start": 971171566,
            "stop": 971171572
        },
        {
            "start": 971171574,
            "stop": 971171576
        },
        {
            "start": 971171577,
            "stop": 971171578
        },
        {
            "start": 971171580,
            "stop": 971171582
        },
        {
            "start": 971171584,
            "stop": 971171595
        },
        {
            "start": 971171598,
            "stop": 971171608
        },
        {
            "start": 971171609,
            "stop": 971171610
        },
        {
            "start": 971171611,
            "stop": 971171613
        },
        {
            "start": 971171614,
            "stop": 971171617
        },
        {
            "start": 971171621,
            "stop": 971171622
        },
        {
            "start": 971171624,
            "stop": 971171625
        },
        {
            "start": 971171626,
            "stop": 971171627
        },
        {
            "start": 971171629,
            "stop": 971171630
        },
        {
            "start": 971171634,
            "stop": 971171635
        }
    ]
}