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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=209",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 210,
    "results": [
        {
            "start": 827088265,
            "stop": 827088277
        },
        {
            "start": 827088281,
            "stop": 827089345
        },
        {
            "start": 827089403,
            "stop": 827089512
        },
        {
            "start": 827089514,
            "stop": 827089674
        },
        {
            "start": 827089784,
            "stop": 827090222
        },
        {
            "start": 827090228,
            "stop": 827090240
        },
        {
            "start": 827090245,
            "stop": 827090250
        },
        {
            "start": 827090255,
            "stop": 827090270
        },
        {
            "start": 827090275,
            "stop": 827090526
        },
        {
            "start": 827092406,
            "stop": 827092716
        },
        {
            "start": 827094659,
            "stop": 827095700
        },
        {
            "start": 827095705,
            "stop": 827095857
        },
        {
            "start": 827095863,
            "stop": 827095892
        },
        {
            "start": 827095898,
            "stop": 827096031
        },
        {
            "start": 827096032,
            "stop": 827096043
        },
        {
            "start": 827096045,
            "stop": 827096047
        },
        {
            "start": 827096049,
            "stop": 827096080
        },
        {
            "start": 827096084,
            "stop": 827096085
        },
        {
            "start": 827096089,
            "stop": 827096092
        },
        {
            "start": 827096094,
            "stop": 827096414
        }
    ]
}