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=8565
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=8566",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8564",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8565,
    "results": [
        {
            "start": 870156024,
            "stop": 870156064
        },
        {
            "start": 870156081,
            "stop": 870156284
        },
        {
            "start": 870156465,
            "stop": 870156581
        },
        {
            "start": 870156598,
            "stop": 870156665
        },
        {
            "start": 870156682,
            "stop": 870156764
        },
        {
            "start": 870156945,
            "stop": 870157020
        },
        {
            "start": 870157080,
            "stop": 870157304
        },
        {
            "start": 870157321,
            "stop": 870157395
        },
        {
            "start": 870157411,
            "stop": 870157500
        },
        {
            "start": 870157620,
            "stop": 870157800
        },
        {
            "start": 870157860,
            "stop": 870157980
        },
        {
            "start": 870158100,
            "stop": 870158160
        },
        {
            "start": 870158220,
            "stop": 870158244
        },
        {
            "start": 870158364,
            "stop": 870158580
        },
        {
            "start": 870158640,
            "stop": 870158696
        },
        {
            "start": 870158713,
            "stop": 870158880
        },
        {
            "start": 870158940,
            "stop": 870159300
        },
        {
            "start": 870159360,
            "stop": 870159480
        },
        {
            "start": 870159540,
            "stop": 870160844
        },
        {
            "start": 870161025,
            "stop": 870161126
        }
    ]
}