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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=169",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 170,
    "results": [
        {
            "start": 818770726,
            "stop": 818770742
        },
        {
            "start": 818770752,
            "stop": 818770753
        },
        {
            "start": 818770766,
            "stop": 818770771
        },
        {
            "start": 818770781,
            "stop": 818770782
        },
        {
            "start": 818770790,
            "stop": 818770795
        },
        {
            "start": 818770808,
            "stop": 818770812
        },
        {
            "start": 818770840,
            "stop": 818770841
        },
        {
            "start": 818770942,
            "stop": 818770943
        },
        {
            "start": 818771003,
            "stop": 818771004
        },
        {
            "start": 818771012,
            "stop": 818771017
        },
        {
            "start": 818777674,
            "stop": 818779008
        },
        {
            "start": 818779016,
            "stop": 818779146
        },
        {
            "start": 818779154,
            "stop": 818779402
        },
        {
            "start": 818779585,
            "stop": 818779720
        },
        {
            "start": 818779816,
            "stop": 818780410
        },
        {
            "start": 818780418,
            "stop": 818781072
        },
        {
            "start": 818793736,
            "stop": 818794410
        },
        {
            "start": 818794949,
            "stop": 818795989
        },
        {
            "start": 818811645,
            "stop": 818818324
        },
        {
            "start": 818818522,
            "stop": 818827922
        }
    ]
}