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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1463",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1461",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1462,
    "results": [
        {
            "start": 859478654,
            "stop": 859480946
        },
        {
            "start": 859481243,
            "stop": 859490561
        },
        {
            "start": 859490566,
            "stop": 859495993
        },
        {
            "start": 859511144,
            "stop": 859551378
        },
        {
            "start": 859552232,
            "stop": 859564232
        },
        {
            "start": 859564237,
            "stop": 859567441
        },
        {
            "start": 859567445,
            "stop": 859573857
        },
        {
            "start": 859573860,
            "stop": 859575997
        },
        {
            "start": 859577739,
            "stop": 859591554
        },
        {
            "start": 859592113,
            "stop": 859607393
        },
        {
            "start": 859608490,
            "stop": 859647622
        },
        {
            "start": 859662073,
            "stop": 859662351
        },
        {
            "start": 859662702,
            "stop": 859664105
        },
        {
            "start": 859664106,
            "stop": 859664355
        },
        {
            "start": 859664358,
            "stop": 859687942
        },
        {
            "start": 859687945,
            "stop": 859715266
        },
        {
            "start": 859715580,
            "stop": 859720497
        },
        {
            "start": 859721074,
            "stop": 859722622
        },
        {
            "start": 859725179,
            "stop": 859726903
        },
        {
            "start": 859726906,
            "stop": 859736182
        }
    ]
}