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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=118",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 119,
    "results": [
        {
            "start": 818241449,
            "stop": 818241456
        },
        {
            "start": 818241685,
            "stop": 818241686
        },
        {
            "start": 818241703,
            "stop": 818241704
        },
        {
            "start": 818241937,
            "stop": 818241938
        },
        {
            "start": 818242075,
            "stop": 818242077
        },
        {
            "start": 818242236,
            "stop": 818242237
        },
        {
            "start": 818242260,
            "stop": 818242261
        },
        {
            "start": 818242282,
            "stop": 818242283
        },
        {
            "start": 818242303,
            "stop": 818242308
        },
        {
            "start": 818242327,
            "stop": 818242330
        },
        {
            "start": 818242354,
            "stop": 818242355
        },
        {
            "start": 818242380,
            "stop": 818242382
        },
        {
            "start": 818242401,
            "stop": 818242408
        },
        {
            "start": 818242600,
            "stop": 818242605
        },
        {
            "start": 818242658,
            "stop": 818242660
        },
        {
            "start": 818242727,
            "stop": 818242732
        },
        {
            "start": 818242848,
            "stop": 818242854
        },
        {
            "start": 818242927,
            "stop": 818242928
        },
        {
            "start": 818242999,
            "stop": 818243006
        },
        {
            "start": 818243047,
            "stop": 818243048
        }
    ]
}