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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5023",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5024,
    "results": [
        {
            "start": 872464052,
            "stop": 872464114
        },
        {
            "start": 872464160,
            "stop": 872464199
        },
        {
            "start": 872464246,
            "stop": 872464462
        },
        {
            "start": 872464498,
            "stop": 872464892
        },
        {
            "start": 872466386,
            "stop": 872467509
        },
        {
            "start": 872467545,
            "stop": 872467606
        },
        {
            "start": 872467642,
            "stop": 872468117
        },
        {
            "start": 872468187,
            "stop": 872468195
        },
        {
            "start": 872468231,
            "stop": 872468242
        },
        {
            "start": 872468278,
            "stop": 872468761
        },
        {
            "start": 872468797,
            "stop": 872469551
        },
        {
            "start": 872469587,
            "stop": 872469741
        },
        {
            "start": 872469787,
            "stop": 872469846
        },
        {
            "start": 872469885,
            "stop": 872469895
        },
        {
            "start": 872469949,
            "stop": 872470019
        },
        {
            "start": 872470122,
            "stop": 872470143
        },
        {
            "start": 872470223,
            "stop": 872470292
        },
        {
            "start": 872470334,
            "stop": 872470546
        },
        {
            "start": 872470618,
            "stop": 872470678
        },
        {
            "start": 872470714,
            "stop": 872470896
        }
    ]
}