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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6941",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6942,
    "results": [
        {
            "start": 873730400,
            "stop": 873730417
        },
        {
            "start": 873730427,
            "stop": 873730466
        },
        {
            "start": 873730470,
            "stop": 873730523
        },
        {
            "start": 873730528,
            "stop": 873730560
        },
        {
            "start": 873730567,
            "stop": 873730625
        },
        {
            "start": 873730628,
            "stop": 873730726
        },
        {
            "start": 873730741,
            "stop": 873730880
        },
        {
            "start": 873730885,
            "stop": 873730918
        },
        {
            "start": 873730921,
            "stop": 873730946
        },
        {
            "start": 873730953,
            "stop": 873730973
        },
        {
            "start": 873730982,
            "stop": 873730992
        },
        {
            "start": 873731172,
            "stop": 873731190
        },
        {
            "start": 873732690,
            "stop": 873732726
        },
        {
            "start": 873732734,
            "stop": 873732751
        },
        {
            "start": 873732755,
            "stop": 873732881
        },
        {
            "start": 873732882,
            "stop": 873732893
        },
        {
            "start": 873732901,
            "stop": 873732986
        },
        {
            "start": 873732993,
            "stop": 873733059
        },
        {
            "start": 873733062,
            "stop": 873733131
        },
        {
            "start": 873733134,
            "stop": 873733150
        }
    ]
}