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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=145",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 146,
    "results": [
        {
            "start": 830800853,
            "stop": 830800855
        },
        {
            "start": 830801863,
            "stop": 830811422
        },
        {
            "start": 830812670,
            "stop": 830815424
        },
        {
            "start": 830816366,
            "stop": 830816480
        },
        {
            "start": 830816535,
            "stop": 830826073
        },
        {
            "start": 830826567,
            "stop": 830827813
        },
        {
            "start": 830830172,
            "stop": 830833494
        },
        {
            "start": 830834610,
            "stop": 830845749
        },
        {
            "start": 830847621,
            "stop": 830857496
        },
        {
            "start": 830858362,
            "stop": 830858514
        },
        {
            "start": 830858584,
            "stop": 830869434
        },
        {
            "start": 830870161,
            "stop": 830870362
        },
        {
            "start": 830870375,
            "stop": 830872955
        },
        {
            "start": 830880871,
            "stop": 830881213
        },
        {
            "start": 830882199,
            "stop": 830882770
        },
        {
            "start": 830883755,
            "stop": 830889198
        },
        {
            "start": 830889803,
            "stop": 830892673
        },
        {
            "start": 830893863,
            "stop": 830895284
        },
        {
            "start": 830897036,
            "stop": 830904845
        },
        {
            "start": 830906551,
            "stop": 830906746
        }
    ]
}