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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4731",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4729",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4730,
    "results": [
        {
            "start": 970059245,
            "stop": 970059267
        },
        {
            "start": 970059270,
            "stop": 970059272
        },
        {
            "start": 970059275,
            "stop": 970059287
        },
        {
            "start": 970059290,
            "stop": 970059336
        },
        {
            "start": 970059357,
            "stop": 970059477
        },
        {
            "start": 970059480,
            "stop": 970059750
        },
        {
            "start": 970059753,
            "stop": 970059853
        },
        {
            "start": 970060835,
            "stop": 970060884
        },
        {
            "start": 970062967,
            "stop": 970063168
        },
        {
            "start": 970063171,
            "stop": 970063296
        },
        {
            "start": 970065516,
            "stop": 970065611
        },
        {
            "start": 970065614,
            "stop": 970065630
        },
        {
            "start": 970065633,
            "stop": 970065720
        },
        {
            "start": 970065723,
            "stop": 970065818
        },
        {
            "start": 970065821,
            "stop": 970065847
        },
        {
            "start": 970065850,
            "stop": 970065971
        },
        {
            "start": 970079365,
            "stop": 970080221
        },
        {
            "start": 970080224,
            "stop": 970080785
        },
        {
            "start": 970080788,
            "stop": 970080850
        },
        {
            "start": 970080853,
            "stop": 970080992
        }
    ]
}