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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=114",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 115,
    "results": [
        {
            "start": 831480502,
            "stop": 831480503
        },
        {
            "start": 831480613,
            "stop": 831481153
        },
        {
            "start": 831481184,
            "stop": 831481186
        },
        {
            "start": 831481333,
            "stop": 831483553
        },
        {
            "start": 831484441,
            "stop": 831492253
        },
        {
            "start": 831493063,
            "stop": 831494082
        },
        {
            "start": 831496435,
            "stop": 831496693
        },
        {
            "start": 831500226,
            "stop": 831503894
        },
        {
            "start": 831505244,
            "stop": 831516612
        },
        {
            "start": 831518345,
            "stop": 831524765
        },
        {
            "start": 831525984,
            "stop": 831527275
        },
        {
            "start": 831528305,
            "stop": 831536344
        },
        {
            "start": 831537191,
            "stop": 831543433
        },
        {
            "start": 831544017,
            "stop": 831546073
        },
        {
            "start": 831546755,
            "stop": 831564493
        },
        {
            "start": 831564519,
            "stop": 831564520
        },
        {
            "start": 831564818,
            "stop": 831568367
        },
        {
            "start": 831569462,
            "stop": 831571969
        },
        {
            "start": 831574395,
            "stop": 831576109
        },
        {
            "start": 831577676,
            "stop": 831594193
        }
    ]
}