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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2073",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2074,
    "results": [
        {
            "start": 870919796,
            "stop": 870919912
        },
        {
            "start": 870919931,
            "stop": 870920003
        },
        {
            "start": 870920037,
            "stop": 870920053
        },
        {
            "start": 870920090,
            "stop": 870920216
        },
        {
            "start": 870920308,
            "stop": 870920322
        },
        {
            "start": 870920347,
            "stop": 870920355
        },
        {
            "start": 870920380,
            "stop": 870920595
        },
        {
            "start": 870920643,
            "stop": 870920701
        },
        {
            "start": 870920720,
            "stop": 870920743
        },
        {
            "start": 870920762,
            "stop": 870920800
        },
        {
            "start": 870920847,
            "stop": 870920859
        },
        {
            "start": 870920878,
            "stop": 870920898
        },
        {
            "start": 870920968,
            "stop": 870921499
        },
        {
            "start": 870921518,
            "stop": 870921526
        },
        {
            "start": 870921556,
            "stop": 870921668
        },
        {
            "start": 870921687,
            "stop": 870921879
        },
        {
            "start": 870921898,
            "stop": 870922235
        },
        {
            "start": 870922320,
            "stop": 870922410
        },
        {
            "start": 870922430,
            "stop": 870922529
        },
        {
            "start": 870922548,
            "stop": 870922586
        }
    ]
}