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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=326",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 327,
    "results": [
        {
            "start": 1240236665,
            "stop": 1240236784
        },
        {
            "start": 1240236785,
            "stop": 1240236904
        },
        {
            "start": 1240236905,
            "stop": 1240237024
        },
        {
            "start": 1240237025,
            "stop": 1240237144
        },
        {
            "start": 1240237145,
            "stop": 1240237264
        },
        {
            "start": 1240237265,
            "stop": 1240237293
        },
        {
            "start": 1240237298,
            "stop": 1240237384
        },
        {
            "start": 1240237385,
            "stop": 1240237416
        },
        {
            "start": 1240237422,
            "stop": 1240237504
        },
        {
            "start": 1240237505,
            "stop": 1240237624
        },
        {
            "start": 1240237625,
            "stop": 1240237744
        },
        {
            "start": 1240237745,
            "stop": 1240237864
        },
        {
            "start": 1240237865,
            "stop": 1240237984
        },
        {
            "start": 1240237985,
            "stop": 1240238104
        },
        {
            "start": 1240238105,
            "stop": 1240238224
        },
        {
            "start": 1240238225,
            "stop": 1240238344
        },
        {
            "start": 1240238345,
            "stop": 1240238464
        },
        {
            "start": 1240238465,
            "stop": 1240238584
        },
        {
            "start": 1240238585,
            "stop": 1240238704
        },
        {
            "start": 1240238705,
            "stop": 1240238824
        }
    ]
}