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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=177",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 178,
    "results": [
        {
            "start": 819278703,
            "stop": 819278730
        },
        {
            "start": 819278817,
            "stop": 819278818
        },
        {
            "start": 819279616,
            "stop": 819291095
        },
        {
            "start": 819300365,
            "stop": 819302425
        },
        {
            "start": 819302432,
            "stop": 819303555
        },
        {
            "start": 819303560,
            "stop": 819303682
        },
        {
            "start": 819303687,
            "stop": 819303784
        },
        {
            "start": 819304598,
            "stop": 819305043
        },
        {
            "start": 819305048,
            "stop": 819305397
        },
        {
            "start": 819305405,
            "stop": 819306537
        },
        {
            "start": 819306543,
            "stop": 819306812
        },
        {
            "start": 819306818,
            "stop": 819306941
        },
        {
            "start": 819306946,
            "stop": 819307266
        },
        {
            "start": 819307271,
            "stop": 819307587
        },
        {
            "start": 819307593,
            "stop": 819307683
        },
        {
            "start": 819307767,
            "stop": 819307768
        },
        {
            "start": 819307791,
            "stop": 819307917
        },
        {
            "start": 819307922,
            "stop": 819308612
        },
        {
            "start": 819308617,
            "stop": 819308667
        },
        {
            "start": 819308674,
            "stop": 819308710
        }
    ]
}