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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=295",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 296,
    "results": [
        {
            "start": 822661087,
            "stop": 822661295
        },
        {
            "start": 822661302,
            "stop": 822661790
        },
        {
            "start": 822661870,
            "stop": 822661899
        },
        {
            "start": 822661906,
            "stop": 822662369
        },
        {
            "start": 822662376,
            "stop": 822662926
        },
        {
            "start": 822662933,
            "stop": 822663112
        },
        {
            "start": 822663119,
            "stop": 822663574
        },
        {
            "start": 822663581,
            "stop": 822663586
        },
        {
            "start": 822663593,
            "stop": 822663902
        },
        {
            "start": 822663909,
            "stop": 822664724
        },
        {
            "start": 822665103,
            "stop": 822665106
        },
        {
            "start": 822665184,
            "stop": 822665402
        },
        {
            "start": 822665409,
            "stop": 822665877
        },
        {
            "start": 822666003,
            "stop": 822666010
        },
        {
            "start": 822666065,
            "stop": 822666073
        },
        {
            "start": 822666152,
            "stop": 822666180
        },
        {
            "start": 822666232,
            "stop": 822666285
        },
        {
            "start": 822666289,
            "stop": 822666306
        },
        {
            "start": 822666430,
            "stop": 822666442
        },
        {
            "start": 822666458,
            "stop": 822666468
        }
    ]
}