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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=236",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 237,
    "results": [
        {
            "start": 820760166,
            "stop": 820760449
        },
        {
            "start": 820760456,
            "stop": 820760790
        },
        {
            "start": 820760797,
            "stop": 820760886
        },
        {
            "start": 820760893,
            "stop": 820761176
        },
        {
            "start": 820761183,
            "stop": 820763451
        },
        {
            "start": 820763458,
            "stop": 820765194
        },
        {
            "start": 820765201,
            "stop": 820765857
        },
        {
            "start": 820765864,
            "stop": 820767010
        },
        {
            "start": 820767017,
            "stop": 820772982
        },
        {
            "start": 820772989,
            "stop": 820773054
        },
        {
            "start": 820773061,
            "stop": 820774320
        },
        {
            "start": 820774380,
            "stop": 820776230
        },
        {
            "start": 820776310,
            "stop": 820776434
        },
        {
            "start": 820776442,
            "stop": 820778909
        },
        {
            "start": 820778916,
            "stop": 820781328
        },
        {
            "start": 820781335,
            "stop": 820782733
        },
        {
            "start": 820782941,
            "stop": 820784090
        },
        {
            "start": 820784170,
            "stop": 820785300
        },
        {
            "start": 820785360,
            "stop": 820786670
        },
        {
            "start": 820786810,
            "stop": 820788660
        }
    ]
}