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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=297",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 298,
    "results": [
        {
            "start": 820904767,
            "stop": 820905646
        },
        {
            "start": 820905649,
            "stop": 820905685
        },
        {
            "start": 820905688,
            "stop": 820906080
        },
        {
            "start": 820906112,
            "stop": 820906114
        },
        {
            "start": 820906118,
            "stop": 820906635
        },
        {
            "start": 820906638,
            "stop": 820906959
        },
        {
            "start": 820906962,
            "stop": 820907560
        },
        {
            "start": 820907564,
            "stop": 820908024
        },
        {
            "start": 820908027,
            "stop": 820908185
        },
        {
            "start": 820908188,
            "stop": 820909108
        },
        {
            "start": 820909112,
            "stop": 820909260
        },
        {
            "start": 820909380,
            "stop": 820909493
        },
        {
            "start": 820909496,
            "stop": 820909753
        },
        {
            "start": 820910486,
            "stop": 820910676
        },
        {
            "start": 820910680,
            "stop": 820911179
        },
        {
            "start": 820911183,
            "stop": 820911391
        },
        {
            "start": 820911395,
            "stop": 820911660
        },
        {
            "start": 820911960,
            "stop": 820912088
        },
        {
            "start": 820912091,
            "stop": 820912560
        },
        {
            "start": 820912620,
            "stop": 820912800
        }
    ]
}