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=14123
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=14124",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14122",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14123,
    "results": [
        {
            "start": 971161518,
            "stop": 971161530
        },
        {
            "start": 971161531,
            "stop": 971161535
        },
        {
            "start": 971161536,
            "stop": 971161537
        },
        {
            "start": 971161548,
            "stop": 971161549
        },
        {
            "start": 971161557,
            "stop": 971161559
        },
        {
            "start": 971161560,
            "stop": 971161571
        },
        {
            "start": 971161572,
            "stop": 971161574
        },
        {
            "start": 971161575,
            "stop": 971161579
        },
        {
            "start": 971161582,
            "stop": 971161583
        },
        {
            "start": 971161584,
            "stop": 971161585
        },
        {
            "start": 971161588,
            "stop": 971161589
        },
        {
            "start": 971161590,
            "stop": 971161592
        },
        {
            "start": 971161596,
            "stop": 971161599
        },
        {
            "start": 971161603,
            "stop": 971161607
        },
        {
            "start": 971161615,
            "stop": 971161618
        },
        {
            "start": 971161622,
            "stop": 971161625
        },
        {
            "start": 971161633,
            "stop": 971161635
        },
        {
            "start": 971161642,
            "stop": 971161644
        },
        {
            "start": 971161645,
            "stop": 971161646
        },
        {
            "start": 971161648,
            "stop": 971161650
        }
    ]
}