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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=282",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 283,
    "results": [
        {
            "start": 931684861,
            "stop": 931684863
        },
        {
            "start": 931684871,
            "stop": 931684872
        },
        {
            "start": 931684877,
            "stop": 931684878
        },
        {
            "start": 931684900,
            "stop": 931684902
        },
        {
            "start": 931684923,
            "stop": 931684924
        },
        {
            "start": 931684926,
            "stop": 931684929
        },
        {
            "start": 931684981,
            "stop": 931684982
        },
        {
            "start": 931684998,
            "stop": 931684999
        },
        {
            "start": 931685016,
            "stop": 931685018
        },
        {
            "start": 931685025,
            "stop": 931685026
        },
        {
            "start": 931685032,
            "stop": 931685037
        },
        {
            "start": 931685058,
            "stop": 931685059
        },
        {
            "start": 931685087,
            "stop": 931685089
        },
        {
            "start": 931685092,
            "stop": 931685094
        },
        {
            "start": 931685110,
            "stop": 931685113
        },
        {
            "start": 931685115,
            "stop": 931685118
        },
        {
            "start": 931685133,
            "stop": 931685140
        },
        {
            "start": 931685154,
            "stop": 931685155
        },
        {
            "start": 931685160,
            "stop": 931685163
        },
        {
            "start": 931685168,
            "stop": 931685169
        }
    ]
}