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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=187",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 188,
    "results": [
        {
            "start": 820198196,
            "stop": 820198210
        },
        {
            "start": 820198223,
            "stop": 820198227
        },
        {
            "start": 820198236,
            "stop": 820198283
        },
        {
            "start": 820198291,
            "stop": 820198328
        },
        {
            "start": 820198335,
            "stop": 820198360
        },
        {
            "start": 820198373,
            "stop": 820198398
        },
        {
            "start": 820198405,
            "stop": 820198413
        },
        {
            "start": 820198420,
            "stop": 820198509
        },
        {
            "start": 820198516,
            "stop": 820198546
        },
        {
            "start": 820198558,
            "stop": 820198612
        },
        {
            "start": 820198619,
            "stop": 820198660
        },
        {
            "start": 820198667,
            "stop": 820198826
        },
        {
            "start": 820198833,
            "stop": 820198905
        },
        {
            "start": 820198912,
            "stop": 820199025
        },
        {
            "start": 820199033,
            "stop": 820199039
        },
        {
            "start": 820199056,
            "stop": 820199102
        },
        {
            "start": 820199109,
            "stop": 820199135
        },
        {
            "start": 820199145,
            "stop": 820199148
        },
        {
            "start": 820199165,
            "stop": 820199180
        },
        {
            "start": 820199187,
            "stop": 820199212
        }
    ]
}