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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=866",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=864",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 865,
    "results": [
        {
            "start": 1250832130,
            "stop": 1250832795
        },
        {
            "start": 1250832798,
            "stop": 1250833225
        },
        {
            "start": 1250833226,
            "stop": 1250833349
        },
        {
            "start": 1250833352,
            "stop": 1250833855
        },
        {
            "start": 1250833859,
            "stop": 1250834674
        },
        {
            "start": 1250834678,
            "stop": 1250834705
        },
        {
            "start": 1250834708,
            "stop": 1250835687
        },
        {
            "start": 1250835691,
            "stop": 1250835741
        },
        {
            "start": 1250835745,
            "stop": 1250836736
        },
        {
            "start": 1250836744,
            "stop": 1250837534
        },
        {
            "start": 1250837537,
            "stop": 1250837559
        },
        {
            "start": 1250837561,
            "stop": 1250839668
        },
        {
            "start": 1250839672,
            "stop": 1250840301
        },
        {
            "start": 1250840309,
            "stop": 1250859962
        },
        {
            "start": 1250859966,
            "stop": 1250859967
        },
        {
            "start": 1250859968,
            "stop": 1250860044
        },
        {
            "start": 1250860051,
            "stop": 1250860052
        },
        {
            "start": 1250860054,
            "stop": 1250860204
        },
        {
            "start": 1250860210,
            "stop": 1250860212
        },
        {
            "start": 1250860213,
            "stop": 1250862204
        }
    ]
}