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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=80",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 81,
    "results": [
        {
            "start": 829534432,
            "stop": 829543659
        },
        {
            "start": 829545388,
            "stop": 829553220
        },
        {
            "start": 829556208,
            "stop": 829562405
        },
        {
            "start": 829563323,
            "stop": 829567258
        },
        {
            "start": 829568557,
            "stop": 829571874
        },
        {
            "start": 829573158,
            "stop": 829578768
        },
        {
            "start": 829578951,
            "stop": 829580927
        },
        {
            "start": 829580979,
            "stop": 829581185
        },
        {
            "start": 829582338,
            "stop": 829584117
        },
        {
            "start": 829584711,
            "stop": 829585257
        },
        {
            "start": 829586008,
            "stop": 829593652
        },
        {
            "start": 829596963,
            "stop": 829604106
        },
        {
            "start": 829609625,
            "stop": 829611384
        },
        {
            "start": 829636490,
            "stop": 829637793
        },
        {
            "start": 829641766,
            "stop": 829642749
        },
        {
            "start": 829645191,
            "stop": 829654496
        },
        {
            "start": 829663397,
            "stop": 829664461
        },
        {
            "start": 829665290,
            "stop": 829665947
        },
        {
            "start": 829666644,
            "stop": 829668157
        },
        {
            "start": 829669307,
            "stop": 829675913
        }
    ]
}