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=1245
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=1246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1244",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1245,
    "results": [
        {
            "start": 957497891,
            "stop": 957497916
        },
        {
            "start": 957497918,
            "stop": 957497985
        },
        {
            "start": 957497987,
            "stop": 957498264
        },
        {
            "start": 957498266,
            "stop": 957498620
        },
        {
            "start": 957498622,
            "stop": 957499056
        },
        {
            "start": 957499057,
            "stop": 957499305
        },
        {
            "start": 957499307,
            "stop": 957499474
        },
        {
            "start": 957499476,
            "stop": 957499492
        },
        {
            "start": 957499494,
            "stop": 957499503
        },
        {
            "start": 957499504,
            "stop": 957500026
        },
        {
            "start": 957500028,
            "stop": 957500178
        },
        {
            "start": 957500179,
            "stop": 957500197
        },
        {
            "start": 957500199,
            "stop": 957500266
        },
        {
            "start": 957500268,
            "stop": 957500516
        },
        {
            "start": 957500518,
            "stop": 957500600
        },
        {
            "start": 957500602,
            "stop": 957500693
        },
        {
            "start": 957500695,
            "stop": 957500823
        },
        {
            "start": 957500825,
            "stop": 957500863
        },
        {
            "start": 957500865,
            "stop": 957501085
        },
        {
            "start": 957501087,
            "stop": 957501125
        }
    ]
}