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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=250",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 251,
    "results": [
        {
            "start": 1177930761,
            "stop": 1177930833
        },
        {
            "start": 1177930836,
            "stop": 1177930975
        },
        {
            "start": 1177930976,
            "stop": 1177931129
        },
        {
            "start": 1177931131,
            "stop": 1177937444
        },
        {
            "start": 1177937445,
            "stop": 1177942116
        },
        {
            "start": 1177942118,
            "stop": 1177942119
        },
        {
            "start": 1177942122,
            "stop": 1177942124
        },
        {
            "start": 1177942126,
            "stop": 1177942145
        },
        {
            "start": 1177942147,
            "stop": 1177942151
        },
        {
            "start": 1177942155,
            "stop": 1177942603
        },
        {
            "start": 1177942604,
            "stop": 1177942816
        },
        {
            "start": 1177942824,
            "stop": 1177948396
        },
        {
            "start": 1177963174,
            "stop": 1177964343
        },
        {
            "start": 1177964345,
            "stop": 1177964465
        },
        {
            "start": 1177964468,
            "stop": 1177965554
        },
        {
            "start": 1177966888,
            "stop": 1177967900
        },
        {
            "start": 1177967904,
            "stop": 1177968011
        },
        {
            "start": 1177968015,
            "stop": 1177968016
        },
        {
            "start": 1177968020,
            "stop": 1177968436
        },
        {
            "start": 1177968437,
            "stop": 1177968446
        }
    ]
}