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=419
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=420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=418",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 419,
    "results": [
        {
            "start": 818730090,
            "stop": 818730098
        },
        {
            "start": 818730101,
            "stop": 818730103
        },
        {
            "start": 818730135,
            "stop": 818730152
        },
        {
            "start": 818730158,
            "stop": 818730159
        },
        {
            "start": 818730162,
            "stop": 818730163
        },
        {
            "start": 818730167,
            "stop": 818730170
        },
        {
            "start": 818730173,
            "stop": 818730174
        },
        {
            "start": 818730197,
            "stop": 818730199
        },
        {
            "start": 818730202,
            "stop": 818730212
        },
        {
            "start": 818730234,
            "stop": 818730235
        },
        {
            "start": 818730242,
            "stop": 818730247
        },
        {
            "start": 818730253,
            "stop": 818730257
        },
        {
            "start": 818730263,
            "stop": 818730267
        },
        {
            "start": 818730271,
            "stop": 818730290
        },
        {
            "start": 818730319,
            "stop": 818730320
        },
        {
            "start": 818730331,
            "stop": 818730332
        },
        {
            "start": 818730337,
            "stop": 818730340
        },
        {
            "start": 818730355,
            "stop": 818730357
        },
        {
            "start": 818730365,
            "stop": 818730369
        },
        {
            "start": 818730374,
            "stop": 818730377
        }
    ]
}