Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=426
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=425",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 426,
    "results": [
        {
            "start": 866506777,
            "stop": 866559820
        },
        {
            "start": 866560845,
            "stop": 866571243
        },
        {
            "start": 866571757,
            "stop": 866575714
        },
        {
            "start": 866576406,
            "stop": 866578213
        },
        {
            "start": 866578919,
            "stop": 866578988
        },
        {
            "start": 866579691,
            "stop": 866581021
        },
        {
            "start": 866581025,
            "stop": 866581567
        },
        {
            "start": 866581570,
            "stop": 866582003
        },
        {
            "start": 866582008,
            "stop": 866583639
        },
        {
            "start": 866587207,
            "stop": 866600098
        },
        {
            "start": 866600101,
            "stop": 866600302
        },
        {
            "start": 866600306,
            "stop": 866600442
        },
        {
            "start": 866600450,
            "stop": 866600474
        },
        {
            "start": 866600479,
            "stop": 866600712
        },
        {
            "start": 866600721,
            "stop": 866600731
        },
        {
            "start": 866600735,
            "stop": 866600745
        },
        {
            "start": 866600749,
            "stop": 866601483
        },
        {
            "start": 866601487,
            "stop": 866601651
        },
        {
            "start": 866601659,
            "stop": 866601713
        },
        {
            "start": 866601717,
            "stop": 866601747
        }
    ]
}