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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=172",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 173,
    "results": [
        {
            "start": 820114225,
            "stop": 820114354
        },
        {
            "start": 820115100,
            "stop": 820115172
        },
        {
            "start": 820115780,
            "stop": 820117013
        },
        {
            "start": 820117020,
            "stop": 820121730
        },
        {
            "start": 820121731,
            "stop": 820123002
        },
        {
            "start": 820123010,
            "stop": 820130446
        },
        {
            "start": 820130453,
            "stop": 820135448
        },
        {
            "start": 820135456,
            "stop": 820137023
        },
        {
            "start": 820137030,
            "stop": 820141765
        },
        {
            "start": 820141772,
            "stop": 820142055
        },
        {
            "start": 820142279,
            "stop": 820144075
        },
        {
            "start": 820144082,
            "stop": 820144434
        },
        {
            "start": 820144442,
            "stop": 820145413
        },
        {
            "start": 820145420,
            "stop": 820145861
        },
        {
            "start": 820145868,
            "stop": 820147276
        },
        {
            "start": 820147610,
            "stop": 820148620
        },
        {
            "start": 820148628,
            "stop": 820150988
        },
        {
            "start": 820151773,
            "stop": 820151835
        },
        {
            "start": 820151843,
            "stop": 820153314
        },
        {
            "start": 820153321,
            "stop": 820153331
        }
    ]
}