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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8680",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8678",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8679,
    "results": [
        {
            "start": 871884514,
            "stop": 871885487
        },
        {
            "start": 871885504,
            "stop": 871886066
        },
        {
            "start": 871886186,
            "stop": 871894225
        },
        {
            "start": 871894242,
            "stop": 871895296
        },
        {
            "start": 871895313,
            "stop": 871895782
        },
        {
            "start": 871895799,
            "stop": 871898750
        },
        {
            "start": 871898767,
            "stop": 871904270
        },
        {
            "start": 871904350,
            "stop": 871906121
        },
        {
            "start": 871906241,
            "stop": 871906401
        },
        {
            "start": 871906424,
            "stop": 871907570
        },
        {
            "start": 871907650,
            "stop": 871909604
        },
        {
            "start": 871909621,
            "stop": 871909667
        },
        {
            "start": 871909684,
            "stop": 871910207
        },
        {
            "start": 871910224,
            "stop": 871910849
        },
        {
            "start": 871910888,
            "stop": 871911913
        },
        {
            "start": 871912033,
            "stop": 871912159
        },
        {
            "start": 871912176,
            "stop": 871912727
        },
        {
            "start": 871912744,
            "stop": 871912900
        },
        {
            "start": 871913158,
            "stop": 871913416
        },
        {
            "start": 871913605,
            "stop": 871914170
        }
    ]
}