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=2138
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=2139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2137",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2138,
    "results": [
        {
            "start": 872255559,
            "stop": 872255574
        },
        {
            "start": 872255606,
            "stop": 872255607
        },
        {
            "start": 872255624,
            "stop": 872255637
        },
        {
            "start": 872255736,
            "stop": 872255786
        },
        {
            "start": 872255870,
            "stop": 872255880
        },
        {
            "start": 872255897,
            "stop": 872255915
        },
        {
            "start": 872256085,
            "stop": 872256089
        },
        {
            "start": 872256172,
            "stop": 872256223
        },
        {
            "start": 872256240,
            "stop": 872256283
        },
        {
            "start": 872256300,
            "stop": 872256315
        },
        {
            "start": 872256341,
            "stop": 872256348
        },
        {
            "start": 872256365,
            "stop": 872256468
        },
        {
            "start": 872256485,
            "stop": 872256491
        },
        {
            "start": 872256508,
            "stop": 872256551
        },
        {
            "start": 872256568,
            "stop": 872256572
        },
        {
            "start": 872256591,
            "stop": 872256768
        },
        {
            "start": 872256796,
            "stop": 872256809
        },
        {
            "start": 872256879,
            "stop": 872256945
        },
        {
            "start": 872256962,
            "stop": 872257023
        },
        {
            "start": 872257050,
            "stop": 872257089
        }
    ]
}