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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=632",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 633,
    "results": [
        {
            "start": 829171376,
            "stop": 829171411
        },
        {
            "start": 829171415,
            "stop": 829171416
        },
        {
            "start": 829171423,
            "stop": 829171446
        },
        {
            "start": 829171450,
            "stop": 829171598
        },
        {
            "start": 829171630,
            "stop": 829171650
        },
        {
            "start": 829171898,
            "stop": 829171940
        },
        {
            "start": 829171943,
            "stop": 829172201
        },
        {
            "start": 829172204,
            "stop": 829172377
        },
        {
            "start": 829172380,
            "stop": 829172415
        },
        {
            "start": 829172418,
            "stop": 829172584
        },
        {
            "start": 829172587,
            "stop": 829172721
        },
        {
            "start": 829172725,
            "stop": 829172772
        },
        {
            "start": 829172775,
            "stop": 829172821
        },
        {
            "start": 829172824,
            "stop": 829173254
        },
        {
            "start": 829173257,
            "stop": 829173397
        },
        {
            "start": 829173400,
            "stop": 829173431
        },
        {
            "start": 829173434,
            "stop": 829173517
        },
        {
            "start": 829173521,
            "stop": 829173782
        },
        {
            "start": 829173785,
            "stop": 829173789
        },
        {
            "start": 829173792,
            "stop": 829173850
        }
    ]
}