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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=156",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 157,
    "results": [
        {
            "start": 932128735,
            "stop": 932129881
        },
        {
            "start": 932129884,
            "stop": 932129897
        },
        {
            "start": 932129899,
            "stop": 932129927
        },
        {
            "start": 932129929,
            "stop": 932129985
        },
        {
            "start": 932129987,
            "stop": 932130015
        },
        {
            "start": 932132100,
            "stop": 932132200
        },
        {
            "start": 932132203,
            "stop": 932132273
        },
        {
            "start": 932132274,
            "stop": 932132302
        },
        {
            "start": 932132304,
            "stop": 932132362
        },
        {
            "start": 932132364,
            "stop": 932132393
        },
        {
            "start": 932132395,
            "stop": 932132422
        },
        {
            "start": 932132424,
            "stop": 932132442
        },
        {
            "start": 932132444,
            "stop": 932132446
        },
        {
            "start": 932132447,
            "stop": 932132456
        },
        {
            "start": 932132463,
            "stop": 932132464
        },
        {
            "start": 932132466,
            "stop": 932132480
        },
        {
            "start": 932132483,
            "stop": 932132496
        },
        {
            "start": 932132497,
            "stop": 932132498
        },
        {
            "start": 932132500,
            "stop": 932132544
        },
        {
            "start": 932132545,
            "stop": 932132564
        }
    ]
}