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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=342",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 343,
    "results": [
        {
            "start": 818253153,
            "stop": 818253155
        },
        {
            "start": 818253171,
            "stop": 818253172
        },
        {
            "start": 818253177,
            "stop": 818253178
        },
        {
            "start": 818253183,
            "stop": 818253184
        },
        {
            "start": 818253193,
            "stop": 818253195
        },
        {
            "start": 818253207,
            "stop": 818253208
        },
        {
            "start": 818253212,
            "stop": 818253213
        },
        {
            "start": 818253216,
            "stop": 818253217
        },
        {
            "start": 818253220,
            "stop": 818253221
        },
        {
            "start": 818253277,
            "stop": 818253284
        },
        {
            "start": 818253294,
            "stop": 818253300
        },
        {
            "start": 818253303,
            "stop": 818253304
        },
        {
            "start": 818253307,
            "stop": 818253315
        },
        {
            "start": 818253319,
            "stop": 818253321
        },
        {
            "start": 818253326,
            "stop": 818253329
        },
        {
            "start": 818253337,
            "stop": 818253340
        },
        {
            "start": 818253344,
            "stop": 818253347
        },
        {
            "start": 818253351,
            "stop": 818253352
        },
        {
            "start": 818253369,
            "stop": 818253373
        },
        {
            "start": 818253376,
            "stop": 818253377
        }
    ]
}