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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1292",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1293,
    "results": [
        {
            "start": 960183999,
            "stop": 960184031
        },
        {
            "start": 960184034,
            "stop": 960184046
        },
        {
            "start": 960184048,
            "stop": 960184104
        },
        {
            "start": 960184106,
            "stop": 960184119
        },
        {
            "start": 960184121,
            "stop": 960184151
        },
        {
            "start": 960184153,
            "stop": 960184157
        },
        {
            "start": 960184159,
            "stop": 960184164
        },
        {
            "start": 960184166,
            "stop": 960184254
        },
        {
            "start": 960184257,
            "stop": 960184264
        },
        {
            "start": 960184266,
            "stop": 960184277
        },
        {
            "start": 960184279,
            "stop": 960184456
        },
        {
            "start": 960184458,
            "stop": 960185390
        },
        {
            "start": 960185391,
            "stop": 960188816
        },
        {
            "start": 960192386,
            "stop": 960196147
        },
        {
            "start": 960196149,
            "stop": 960197774
        },
        {
            "start": 960198772,
            "stop": 960203192
        },
        {
            "start": 960207975,
            "stop": 960208676
        },
        {
            "start": 960209484,
            "stop": 960221152
        },
        {
            "start": 960224527,
            "stop": 960233731
        },
        {
            "start": 960233737,
            "stop": 960237328
        }
    ]
}