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=705
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=706",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=704",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 705,
    "results": [
        {
            "start": 830186707,
            "stop": 830186851
        },
        {
            "start": 830186854,
            "stop": 830187106
        },
        {
            "start": 830189592,
            "stop": 830189674
        },
        {
            "start": 830189677,
            "stop": 830189942
        },
        {
            "start": 830190094,
            "stop": 830191124
        },
        {
            "start": 830191143,
            "stop": 830191969
        },
        {
            "start": 830192079,
            "stop": 830192246
        },
        {
            "start": 830192546,
            "stop": 830193424
        },
        {
            "start": 830193441,
            "stop": 830194022
        },
        {
            "start": 830194039,
            "stop": 830194149
        },
        {
            "start": 830194585,
            "stop": 830195518
        },
        {
            "start": 830195521,
            "stop": 830195986
        },
        {
            "start": 830197705,
            "stop": 830197803
        },
        {
            "start": 830197822,
            "stop": 830198093
        },
        {
            "start": 830198110,
            "stop": 830198149
        },
        {
            "start": 830198166,
            "stop": 830199177
        },
        {
            "start": 830199240,
            "stop": 830199384
        },
        {
            "start": 830199388,
            "stop": 830200391
        },
        {
            "start": 830201838,
            "stop": 830201993
        },
        {
            "start": 830202037,
            "stop": 830202553
        }
    ]
}