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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1316",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1317,
    "results": [
        {
            "start": 843837051,
            "stop": 843837076
        },
        {
            "start": 843837079,
            "stop": 843837102
        },
        {
            "start": 843837105,
            "stop": 843837141
        },
        {
            "start": 843837144,
            "stop": 843837151
        },
        {
            "start": 843837156,
            "stop": 843837171
        },
        {
            "start": 843837177,
            "stop": 843837178
        },
        {
            "start": 843837181,
            "stop": 843837187
        },
        {
            "start": 843837190,
            "stop": 843837193
        },
        {
            "start": 843837199,
            "stop": 843837204
        },
        {
            "start": 843837207,
            "stop": 843837209
        },
        {
            "start": 843837212,
            "stop": 843837224
        },
        {
            "start": 843837227,
            "stop": 843837243
        },
        {
            "start": 843837247,
            "stop": 843837255
        },
        {
            "start": 843837258,
            "stop": 843837285
        },
        {
            "start": 843837288,
            "stop": 843837305
        },
        {
            "start": 843837308,
            "stop": 843837315
        },
        {
            "start": 843837322,
            "stop": 843837326
        },
        {
            "start": 843837329,
            "stop": 843837337
        },
        {
            "start": 843837340,
            "stop": 843837352
        },
        {
            "start": 843837355,
            "stop": 843837359
        }
    ]
}