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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=18",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 19,
    "results": [
        {
            "start": 1402231542,
            "stop": 1402309949
        },
        {
            "start": 1402310584,
            "stop": 1402327824
        },
        {
            "start": 1402329524,
            "stop": 1402331012
        },
        {
            "start": 1402336600,
            "stop": 1402336667
        },
        {
            "start": 1402339492,
            "stop": 1402377201
        },
        {
            "start": 1402396067,
            "stop": 1402511420
        },
        {
            "start": 1402513239,
            "stop": 1402564739
        },
        {
            "start": 1402571386,
            "stop": 1402585423
        },
        {
            "start": 1402592857,
            "stop": 1402673744
        },
        {
            "start": 1402686754,
            "stop": 1402754431
        },
        {
            "start": 1402797257,
            "stop": 1402840053
        },
        {
            "start": 1402859359,
            "stop": 1402859362
        },
        {
            "start": 1402859369,
            "stop": 1402859405
        },
        {
            "start": 1402860176,
            "stop": 1402932707
        },
        {
            "start": 1402934409,
            "stop": 1402934452
        },
        {
            "start": 1402945298,
            "stop": 1402948957
        },
        {
            "start": 1402949094,
            "stop": 1402993012
        },
        {
            "start": 1402997522,
            "stop": 1403008879
        },
        {
            "start": 1403014899,
            "stop": 1403036785
        },
        {
            "start": 1403039408,
            "stop": 1403039447
        }
    ]
}