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=376
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=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=375",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 376,
    "results": [
        {
            "start": 818272539,
            "stop": 818272542
        },
        {
            "start": 818272546,
            "stop": 818272547
        },
        {
            "start": 818272589,
            "stop": 818272590
        },
        {
            "start": 818272604,
            "stop": 818272606
        },
        {
            "start": 818272620,
            "stop": 818272621
        },
        {
            "start": 818273181,
            "stop": 818273182
        },
        {
            "start": 818273238,
            "stop": 818273239
        },
        {
            "start": 818273827,
            "stop": 818273828
        },
        {
            "start": 818273856,
            "stop": 818273858
        },
        {
            "start": 818273992,
            "stop": 818273993
        },
        {
            "start": 818273999,
            "stop": 818274000
        },
        {
            "start": 818274140,
            "stop": 818274143
        },
        {
            "start": 818274155,
            "stop": 818274158
        },
        {
            "start": 818274247,
            "stop": 818274249
        },
        {
            "start": 818274256,
            "stop": 818274257
        },
        {
            "start": 818274260,
            "stop": 818274263
        },
        {
            "start": 818274269,
            "stop": 818274270
        },
        {
            "start": 818274286,
            "stop": 818274287
        },
        {
            "start": 818274338,
            "stop": 818274341
        },
        {
            "start": 818274366,
            "stop": 818274368
        }
    ]
}