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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=89",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 90,
    "results": [
        {
            "start": 931603032,
            "stop": 931603033
        },
        {
            "start": 931603040,
            "stop": 931603049
        },
        {
            "start": 931603062,
            "stop": 931603068
        },
        {
            "start": 931603075,
            "stop": 931603086
        },
        {
            "start": 931603097,
            "stop": 931603107
        },
        {
            "start": 931603143,
            "stop": 931603145
        },
        {
            "start": 931603152,
            "stop": 931603161
        },
        {
            "start": 931603171,
            "stop": 931603183
        },
        {
            "start": 931603195,
            "stop": 931603200
        },
        {
            "start": 931603207,
            "stop": 931603208
        },
        {
            "start": 931603222,
            "stop": 931603229
        },
        {
            "start": 931603281,
            "stop": 931603282
        },
        {
            "start": 931603289,
            "stop": 931603302
        },
        {
            "start": 931603309,
            "stop": 931603313
        },
        {
            "start": 931603336,
            "stop": 931603339
        },
        {
            "start": 931603348,
            "stop": 931603351
        },
        {
            "start": 931603367,
            "stop": 931603370
        },
        {
            "start": 931603393,
            "stop": 931603404
        },
        {
            "start": 931603416,
            "stop": 931603417
        },
        {
            "start": 931603427,
            "stop": 931603441
        }
    ]
}