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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=156",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 157,
    "results": [
        {
            "start": 860677088,
            "stop": 860710824
        },
        {
            "start": 860711732,
            "stop": 860715624
        },
        {
            "start": 860716306,
            "stop": 860722395
        },
        {
            "start": 860723606,
            "stop": 860728993
        },
        {
            "start": 860729828,
            "stop": 860735194
        },
        {
            "start": 860736025,
            "stop": 860759718
        },
        {
            "start": 860761092,
            "stop": 860774257
        },
        {
            "start": 860774374,
            "stop": 860789308
        },
        {
            "start": 860790909,
            "stop": 860796802
        },
        {
            "start": 860797122,
            "stop": 860827370
        },
        {
            "start": 860827690,
            "stop": 860857392
        },
        {
            "start": 860874647,
            "stop": 860877457
        },
        {
            "start": 860877842,
            "stop": 860879030
        },
        {
            "start": 860879926,
            "stop": 860887359
        },
        {
            "start": 860888491,
            "stop": 860888759
        },
        {
            "start": 860891128,
            "stop": 860894442
        },
        {
            "start": 860894942,
            "stop": 860921076
        },
        {
            "start": 860923746,
            "stop": 860944704
        },
        {
            "start": 860945855,
            "stop": 860954134
        },
        {
            "start": 860954232,
            "stop": 860960967
        }
    ]
}