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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1365",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1363",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1364,
    "results": [
        {
            "start": 966716570,
            "stop": 966717828
        },
        {
            "start": 966718610,
            "stop": 966725430
        },
        {
            "start": 966725716,
            "stop": 966726520
        },
        {
            "start": 966726521,
            "stop": 966730022
        },
        {
            "start": 966731275,
            "stop": 966770772
        },
        {
            "start": 966770773,
            "stop": 966772299
        },
        {
            "start": 966774212,
            "stop": 966776127
        },
        {
            "start": 966776175,
            "stop": 966776696
        },
        {
            "start": 966779323,
            "stop": 966787399
        },
        {
            "start": 966787400,
            "stop": 966792734
        },
        {
            "start": 966793488,
            "stop": 966794192
        },
        {
            "start": 966795341,
            "stop": 966796661
        },
        {
            "start": 966801250,
            "stop": 966811991
        },
        {
            "start": 966814085,
            "stop": 966815698
        },
        {
            "start": 966816179,
            "stop": 966817989
        },
        {
            "start": 966817990,
            "stop": 966824245
        },
        {
            "start": 966824657,
            "stop": 966849398
        },
        {
            "start": 966849399,
            "stop": 966864277
        },
        {
            "start": 966865933,
            "stop": 966879092
        },
        {
            "start": 966880254,
            "stop": 966891095
        }
    ]
}