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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 179,
    "results": [
        {
            "start": 1239830233,
            "stop": 1239830352
        },
        {
            "start": 1239830353,
            "stop": 1239830472
        },
        {
            "start": 1239830473,
            "stop": 1239830592
        },
        {
            "start": 1239830593,
            "stop": 1239830712
        },
        {
            "start": 1239830713,
            "stop": 1239830832
        },
        {
            "start": 1239830833,
            "stop": 1239830952
        },
        {
            "start": 1239830953,
            "stop": 1239831072
        },
        {
            "start": 1239831073,
            "stop": 1239831192
        },
        {
            "start": 1239831193,
            "stop": 1239831312
        },
        {
            "start": 1239831313,
            "stop": 1239831382
        },
        {
            "start": 1239831387,
            "stop": 1239831429
        },
        {
            "start": 1239831431,
            "stop": 1239831552
        },
        {
            "start": 1239831553,
            "stop": 1239831672
        },
        {
            "start": 1239831673,
            "stop": 1239831792
        },
        {
            "start": 1239831793,
            "stop": 1239831912
        },
        {
            "start": 1239831913,
            "stop": 1239832032
        },
        {
            "start": 1239832033,
            "stop": 1239832152
        },
        {
            "start": 1239832153,
            "stop": 1239832272
        },
        {
            "start": 1239832273,
            "stop": 1239832392
        },
        {
            "start": 1239832393,
            "stop": 1239832512
        }
    ]
}