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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=297",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 298,
    "results": [
        {
            "start": 818241145,
            "stop": 818241148
        },
        {
            "start": 818241160,
            "stop": 818241161
        },
        {
            "start": 818241181,
            "stop": 818241185
        },
        {
            "start": 818241195,
            "stop": 818241198
        },
        {
            "start": 818241206,
            "stop": 818241210
        },
        {
            "start": 818241217,
            "stop": 818241221
        },
        {
            "start": 818241229,
            "stop": 818241230
        },
        {
            "start": 818241233,
            "stop": 818241234
        },
        {
            "start": 818241250,
            "stop": 818241251
        },
        {
            "start": 818241259,
            "stop": 818241262
        },
        {
            "start": 818241265,
            "stop": 818241268
        },
        {
            "start": 818241276,
            "stop": 818241277
        },
        {
            "start": 818241281,
            "stop": 818241282
        },
        {
            "start": 818241305,
            "stop": 818241309
        },
        {
            "start": 818241316,
            "stop": 818241318
        },
        {
            "start": 818241332,
            "stop": 818241341
        },
        {
            "start": 818241352,
            "stop": 818241353
        },
        {
            "start": 818241386,
            "stop": 818241387
        },
        {
            "start": 818241401,
            "stop": 818241411
        },
        {
            "start": 818241421,
            "stop": 818241423
        }
    ]
}