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=2182
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=2183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2181",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2182,
    "results": [
        {
            "start": 872463365,
            "stop": 872463418
        },
        {
            "start": 872463438,
            "stop": 872463449
        },
        {
            "start": 872463476,
            "stop": 872463485
        },
        {
            "start": 872463515,
            "stop": 872463851
        },
        {
            "start": 872463871,
            "stop": 872463929
        },
        {
            "start": 872463948,
            "stop": 872463974
        },
        {
            "start": 872463993,
            "stop": 872464016
        },
        {
            "start": 872464035,
            "stop": 872464114
        },
        {
            "start": 872464143,
            "stop": 872464199
        },
        {
            "start": 872464229,
            "stop": 872464462
        },
        {
            "start": 872464481,
            "stop": 872464892
        },
        {
            "start": 872466386,
            "stop": 872467509
        },
        {
            "start": 872467528,
            "stop": 872467606
        },
        {
            "start": 872467625,
            "stop": 872468117
        },
        {
            "start": 872468149,
            "stop": 872468151
        },
        {
            "start": 872468170,
            "stop": 872468195
        },
        {
            "start": 872468214,
            "stop": 872468242
        },
        {
            "start": 872468261,
            "stop": 872468761
        },
        {
            "start": 872468780,
            "stop": 872469551
        },
        {
            "start": 872469570,
            "stop": 872469741
        }
    ]
}