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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=633",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=631",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 632,
    "results": [
        {
            "start": 829170148,
            "stop": 829170253
        },
        {
            "start": 829170256,
            "stop": 829170283
        },
        {
            "start": 829170286,
            "stop": 829170319
        },
        {
            "start": 829170322,
            "stop": 829170382
        },
        {
            "start": 829170386,
            "stop": 829170396
        },
        {
            "start": 829170400,
            "stop": 829170418
        },
        {
            "start": 829170421,
            "stop": 829170425
        },
        {
            "start": 829170429,
            "stop": 829170446
        },
        {
            "start": 829170449,
            "stop": 829170551
        },
        {
            "start": 829170554,
            "stop": 829170603
        },
        {
            "start": 829170607,
            "stop": 829170664
        },
        {
            "start": 829170668,
            "stop": 829170735
        },
        {
            "start": 829170741,
            "stop": 829170954
        },
        {
            "start": 829170958,
            "stop": 829170963
        },
        {
            "start": 829170966,
            "stop": 829170982
        },
        {
            "start": 829170987,
            "stop": 829171011
        },
        {
            "start": 829171016,
            "stop": 829171086
        },
        {
            "start": 829171089,
            "stop": 829171260
        },
        {
            "start": 829171320,
            "stop": 829171346
        },
        {
            "start": 829171349,
            "stop": 829171372
        }
    ]
}