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=846
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=847",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=845",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 846,
    "results": [
        {
            "start": 1250464333,
            "stop": 1250464910
        },
        {
            "start": 1250464914,
            "stop": 1250464917
        },
        {
            "start": 1250464921,
            "stop": 1250464972
        },
        {
            "start": 1250464977,
            "stop": 1250464979
        },
        {
            "start": 1250464984,
            "stop": 1250464990
        },
        {
            "start": 1250464991,
            "stop": 1250464992
        },
        {
            "start": 1250464996,
            "stop": 1250464997
        },
        {
            "start": 1250465000,
            "stop": 1250465056
        },
        {
            "start": 1250465061,
            "stop": 1250465065
        },
        {
            "start": 1250465073,
            "stop": 1250465082
        },
        {
            "start": 1250465087,
            "stop": 1250465095
        },
        {
            "start": 1250465101,
            "stop": 1250465106
        },
        {
            "start": 1250465109,
            "stop": 1250465116
        },
        {
            "start": 1250465121,
            "stop": 1250465254
        },
        {
            "start": 1250465258,
            "stop": 1250465296
        },
        {
            "start": 1250465303,
            "stop": 1250465356
        },
        {
            "start": 1250465359,
            "stop": 1250465405
        },
        {
            "start": 1250465409,
            "stop": 1250465438
        },
        {
            "start": 1250465443,
            "stop": 1250465476
        },
        {
            "start": 1250465480,
            "stop": 1250466160
        }
    ]
}