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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=305",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 306,
    "results": [
        {
            "start": 931771617,
            "stop": 931771623
        },
        {
            "start": 931771626,
            "stop": 931771632
        },
        {
            "start": 931771635,
            "stop": 931771641
        },
        {
            "start": 931771644,
            "stop": 931771647
        },
        {
            "start": 931771653,
            "stop": 931771656
        },
        {
            "start": 931771666,
            "stop": 931771672
        },
        {
            "start": 931771675,
            "stop": 931771686
        },
        {
            "start": 931771689,
            "stop": 931771693
        },
        {
            "start": 931771696,
            "stop": 931771700
        },
        {
            "start": 931771703,
            "stop": 931771704
        },
        {
            "start": 931771707,
            "stop": 931771750
        },
        {
            "start": 931771757,
            "stop": 931771759
        },
        {
            "start": 931771762,
            "stop": 931771764
        },
        {
            "start": 931771766,
            "stop": 931771769
        },
        {
            "start": 931771772,
            "stop": 931771786
        },
        {
            "start": 931771789,
            "stop": 931771793
        },
        {
            "start": 931771796,
            "stop": 931771798
        },
        {
            "start": 931771801,
            "stop": 931771802
        },
        {
            "start": 931771805,
            "stop": 931771807
        },
        {
            "start": 931771810,
            "stop": 931771836
        }
    ]
}