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=406
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=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=405",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 406,
    "results": [
        {
            "start": 824888050,
            "stop": 824888239
        },
        {
            "start": 824888620,
            "stop": 824888770
        },
        {
            "start": 824889112,
            "stop": 824902438
        },
        {
            "start": 824902442,
            "stop": 824910110
        },
        {
            "start": 824910127,
            "stop": 824913120
        },
        {
            "start": 824913240,
            "stop": 824920805
        },
        {
            "start": 824920822,
            "stop": 824925414
        },
        {
            "start": 824925433,
            "stop": 824932273
        },
        {
            "start": 824932383,
            "stop": 824933290
        },
        {
            "start": 824933590,
            "stop": 824934009
        },
        {
            "start": 824934027,
            "stop": 824937553
        },
        {
            "start": 824937663,
            "stop": 824938107
        },
        {
            "start": 824938407,
            "stop": 824938714
        },
        {
            "start": 824939014,
            "stop": 824939572
        },
        {
            "start": 824939682,
            "stop": 824940762
        },
        {
            "start": 824941386,
            "stop": 824942189
        },
        {
            "start": 824942299,
            "stop": 824942474
        },
        {
            "start": 824942774,
            "stop": 824943069
        },
        {
            "start": 824943179,
            "stop": 824943306
        },
        {
            "start": 824943606,
            "stop": 824943905
        }
    ]
}