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=2122
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=2123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2121",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2122,
    "results": [
        {
            "start": 872162485,
            "stop": 872162492
        },
        {
            "start": 872162529,
            "stop": 872162541
        },
        {
            "start": 872162560,
            "stop": 872162628
        },
        {
            "start": 872162662,
            "stop": 872162707
        },
        {
            "start": 872162726,
            "stop": 872162730
        },
        {
            "start": 872162776,
            "stop": 872162786
        },
        {
            "start": 872162812,
            "stop": 872162815
        },
        {
            "start": 872162866,
            "stop": 872162884
        },
        {
            "start": 872162903,
            "stop": 872162940
        },
        {
            "start": 872162988,
            "stop": 872162998
        },
        {
            "start": 872163017,
            "stop": 872163039
        },
        {
            "start": 872163058,
            "stop": 872163102
        },
        {
            "start": 872163129,
            "stop": 872163133
        },
        {
            "start": 872163235,
            "stop": 872163528
        },
        {
            "start": 872163548,
            "stop": 872163555
        },
        {
            "start": 872163575,
            "stop": 872164102
        },
        {
            "start": 872164121,
            "stop": 872164193
        },
        {
            "start": 872164216,
            "stop": 872164227
        },
        {
            "start": 872164246,
            "stop": 872164360
        },
        {
            "start": 872164379,
            "stop": 872164413
        }
    ]
}