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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7460",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7458",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7459,
    "results": [
        {
            "start": 970015733,
            "stop": 970015737
        },
        {
            "start": 970015743,
            "stop": 970015752
        },
        {
            "start": 970015758,
            "stop": 970015760
        },
        {
            "start": 970015766,
            "stop": 970015767
        },
        {
            "start": 970015779,
            "stop": 970015788
        },
        {
            "start": 970015794,
            "stop": 970016071
        },
        {
            "start": 970016077,
            "stop": 970016142
        },
        {
            "start": 970016148,
            "stop": 970016348
        },
        {
            "start": 970016359,
            "stop": 970016605
        },
        {
            "start": 970016611,
            "stop": 970016624
        },
        {
            "start": 970016634,
            "stop": 970016650
        },
        {
            "start": 970016656,
            "stop": 970016688
        },
        {
            "start": 970016694,
            "stop": 970016700
        },
        {
            "start": 970016706,
            "stop": 970017098
        },
        {
            "start": 970017101,
            "stop": 970017378
        },
        {
            "start": 970017384,
            "stop": 970017521
        },
        {
            "start": 970017527,
            "stop": 970017536
        },
        {
            "start": 970017542,
            "stop": 970017566
        },
        {
            "start": 970017569,
            "stop": 970017583
        },
        {
            "start": 970017589,
            "stop": 970017593
        }
    ]
}