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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1180",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1181,
    "results": [
        {
            "start": 952674116,
            "stop": 952674150
        },
        {
            "start": 952674152,
            "stop": 952674223
        },
        {
            "start": 952674225,
            "stop": 952675605
        },
        {
            "start": 952675607,
            "stop": 952678384
        },
        {
            "start": 952678386,
            "stop": 952678748
        },
        {
            "start": 952678750,
            "stop": 952679090
        },
        {
            "start": 952679091,
            "stop": 952679455
        },
        {
            "start": 952679457,
            "stop": 952679748
        },
        {
            "start": 952679750,
            "stop": 952679864
        },
        {
            "start": 952679866,
            "stop": 952680166
        },
        {
            "start": 952680168,
            "stop": 952680285
        },
        {
            "start": 952680287,
            "stop": 952680891
        },
        {
            "start": 952680893,
            "stop": 952681524
        },
        {
            "start": 952681526,
            "stop": 952681703
        },
        {
            "start": 952681705,
            "stop": 952681826
        },
        {
            "start": 952681828,
            "stop": 952682219
        },
        {
            "start": 952686265,
            "stop": 952687259
        },
        {
            "start": 952687261,
            "stop": 952687441
        },
        {
            "start": 952687442,
            "stop": 952687680
        },
        {
            "start": 952687682,
            "stop": 952687721
        }
    ]
}