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_CW_CAT1/segments?format=api&page=311
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=310",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 311,
    "results": [
        {
            "start": 860661512,
            "stop": 860665028
        },
        {
            "start": 860666920,
            "stop": 860673072
        },
        {
            "start": 860674435,
            "stop": 860679133
        },
        {
            "start": 860681009,
            "stop": 860688571
        },
        {
            "start": 860699205,
            "stop": 860700834
        },
        {
            "start": 860701444,
            "stop": 860710211
        },
        {
            "start": 860710714,
            "stop": 860739509
        },
        {
            "start": 860741146,
            "stop": 860755587
        },
        {
            "start": 860757077,
            "stop": 860762928
        },
        {
            "start": 860763952,
            "stop": 860769121
        },
        {
            "start": 860774819,
            "stop": 860775368
        },
        {
            "start": 860775636,
            "stop": 860781252
        },
        {
            "start": 860782848,
            "stop": 860790562
        },
        {
            "start": 860793915,
            "stop": 860826078
        },
        {
            "start": 860827335,
            "stop": 860840812
        },
        {
            "start": 860841656,
            "stop": 860844758
        },
        {
            "start": 860846249,
            "stop": 860846611
        },
        {
            "start": 860849520,
            "stop": 860856815
        },
        {
            "start": 860871912,
            "stop": 860872944
        },
        {
            "start": 860874022,
            "stop": 860875770
        }
    ]
}