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=6948
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=6949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6947",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6948,
    "results": [
        {
            "start": 873738167,
            "stop": 873738212
        },
        {
            "start": 873738228,
            "stop": 873738248
        },
        {
            "start": 873738252,
            "stop": 873738266
        },
        {
            "start": 873738269,
            "stop": 873738277
        },
        {
            "start": 873738281,
            "stop": 873738290
        },
        {
            "start": 873738293,
            "stop": 873738300
        },
        {
            "start": 873738420,
            "stop": 873738445
        },
        {
            "start": 873738451,
            "stop": 873738516
        },
        {
            "start": 873738523,
            "stop": 873738538
        },
        {
            "start": 873738543,
            "stop": 873738602
        },
        {
            "start": 873738606,
            "stop": 873738690
        },
        {
            "start": 873738696,
            "stop": 873738722
        },
        {
            "start": 873738725,
            "stop": 873738774
        },
        {
            "start": 873738777,
            "stop": 873738867
        },
        {
            "start": 873738870,
            "stop": 873738872
        },
        {
            "start": 873738875,
            "stop": 873738905
        },
        {
            "start": 873738908,
            "stop": 873738986
        },
        {
            "start": 873738998,
            "stop": 873739042
        },
        {
            "start": 873739046,
            "stop": 873739070
        },
        {
            "start": 873739073,
            "stop": 873739238
        }
    ]
}