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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9924",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9925,
    "results": [
        {
            "start": 870921180,
            "stop": 870921221
        },
        {
            "start": 870921228,
            "stop": 870921289
        },
        {
            "start": 870921360,
            "stop": 870921365
        },
        {
            "start": 870921376,
            "stop": 870921499
        },
        {
            "start": 870921600,
            "stop": 870921668
        },
        {
            "start": 870921704,
            "stop": 870921761
        },
        {
            "start": 870921783,
            "stop": 870921855
        },
        {
            "start": 870921915,
            "stop": 870921956
        },
        {
            "start": 870922020,
            "stop": 870922096
        },
        {
            "start": 870922104,
            "stop": 870922110
        },
        {
            "start": 870922118,
            "stop": 870922123
        },
        {
            "start": 870922133,
            "stop": 870922210
        },
        {
            "start": 870922227,
            "stop": 870922235
        },
        {
            "start": 870922380,
            "stop": 870922410
        },
        {
            "start": 870922457,
            "stop": 870922529
        },
        {
            "start": 870922573,
            "stop": 870922578
        },
        {
            "start": 870922910,
            "stop": 870922981
        },
        {
            "start": 870923003,
            "stop": 870923044
        },
        {
            "start": 870923086,
            "stop": 870923251
        },
        {
            "start": 870923287,
            "stop": 870923302
        }
    ]
}