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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=330",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 331,
    "results": [
        {
            "start": 1240245665,
            "stop": 1240245784
        },
        {
            "start": 1240245785,
            "stop": 1240245904
        },
        {
            "start": 1240245905,
            "stop": 1240246024
        },
        {
            "start": 1240246025,
            "stop": 1240246144
        },
        {
            "start": 1240246145,
            "stop": 1240246264
        },
        {
            "start": 1240246265,
            "stop": 1240246384
        },
        {
            "start": 1240246385,
            "stop": 1240246504
        },
        {
            "start": 1240246505,
            "stop": 1240246624
        },
        {
            "start": 1240246625,
            "stop": 1240246744
        },
        {
            "start": 1240246745,
            "stop": 1240246864
        },
        {
            "start": 1240246865,
            "stop": 1240246984
        },
        {
            "start": 1240246985,
            "stop": 1240247104
        },
        {
            "start": 1240247105,
            "stop": 1240247224
        },
        {
            "start": 1240247225,
            "stop": 1240247344
        },
        {
            "start": 1240247345,
            "stop": 1240247464
        },
        {
            "start": 1240247465,
            "stop": 1240247584
        },
        {
            "start": 1240247585,
            "stop": 1240247704
        },
        {
            "start": 1240247705,
            "stop": 1240247824
        },
        {
            "start": 1240247825,
            "stop": 1240247944
        },
        {
            "start": 1240247945,
            "stop": 1240248064
        }
    ]
}