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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=235",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 236,
    "results": [
        {
            "start": 931504678,
            "stop": 931504681
        },
        {
            "start": 931504684,
            "stop": 931504688
        },
        {
            "start": 931504694,
            "stop": 931504696
        },
        {
            "start": 931504698,
            "stop": 931504700
        },
        {
            "start": 931504703,
            "stop": 931504709
        },
        {
            "start": 931504712,
            "stop": 931504724
        },
        {
            "start": 931504735,
            "stop": 931504736
        },
        {
            "start": 931504739,
            "stop": 931504743
        },
        {
            "start": 931504746,
            "stop": 931504748
        },
        {
            "start": 931504754,
            "stop": 931504756
        },
        {
            "start": 931504759,
            "stop": 931504771
        },
        {
            "start": 931504775,
            "stop": 931504777
        },
        {
            "start": 931504780,
            "stop": 931504787
        },
        {
            "start": 931504790,
            "stop": 931504792
        },
        {
            "start": 931504795,
            "stop": 931504798
        },
        {
            "start": 931504801,
            "stop": 931504803
        },
        {
            "start": 931504806,
            "stop": 931504812
        },
        {
            "start": 931504825,
            "stop": 931504831
        },
        {
            "start": 931504834,
            "stop": 931504838
        },
        {
            "start": 931504840,
            "stop": 931504843
        }
    ]
}