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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=175",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 176,
    "results": [
        {
            "start": 839444419,
            "stop": 839444421
        },
        {
            "start": 839445433,
            "stop": 839445587
        },
        {
            "start": 839448440,
            "stop": 839457193
        },
        {
            "start": 839461057,
            "stop": 839462593
        },
        {
            "start": 839463892,
            "stop": 839476153
        },
        {
            "start": 839476184,
            "stop": 839476186
        },
        {
            "start": 839476290,
            "stop": 839487253
        },
        {
            "start": 839489925,
            "stop": 839507470
        },
        {
            "start": 839508289,
            "stop": 839511130
        },
        {
            "start": 839513276,
            "stop": 839518153
        },
        {
            "start": 839520127,
            "stop": 839541313
        },
        {
            "start": 839541348,
            "stop": 839541349
        },
        {
            "start": 839541635,
            "stop": 839554333
        },
        {
            "start": 839554371,
            "stop": 839554373
        },
        {
            "start": 839554633,
            "stop": 839572993
        },
        {
            "start": 839573034,
            "stop": 839573036
        },
        {
            "start": 839574687,
            "stop": 839591233
        },
        {
            "start": 839593073,
            "stop": 839597173
        },
        {
            "start": 839598915,
            "stop": 839609053
        },
        {
            "start": 839609080,
            "stop": 839609081
        }
    ]
}