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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8888",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8889,
    "results": [
        {
            "start": 873236763,
            "stop": 873236789
        },
        {
            "start": 873236806,
            "stop": 873236853
        },
        {
            "start": 873236870,
            "stop": 873236948
        },
        {
            "start": 873236965,
            "stop": 873237229
        },
        {
            "start": 873237246,
            "stop": 873237694
        },
        {
            "start": 873237711,
            "stop": 873237787
        },
        {
            "start": 873237804,
            "stop": 873237982
        },
        {
            "start": 873238182,
            "stop": 873238368
        },
        {
            "start": 873238385,
            "stop": 873240431
        },
        {
            "start": 873240448,
            "stop": 873241261
        },
        {
            "start": 873241284,
            "stop": 873241452
        },
        {
            "start": 873241469,
            "stop": 873242414
        },
        {
            "start": 873242431,
            "stop": 873242724
        },
        {
            "start": 873242742,
            "stop": 873242766
        },
        {
            "start": 873242783,
            "stop": 873242993
        },
        {
            "start": 873243011,
            "stop": 873243155
        },
        {
            "start": 873243172,
            "stop": 873243435
        },
        {
            "start": 873243452,
            "stop": 873243564
        },
        {
            "start": 873243581,
            "stop": 873243696
        },
        {
            "start": 873243713,
            "stop": 873243840
        }
    ]
}