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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=213",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 214,
    "results": [
        {
            "start": 820169096,
            "stop": 820169364
        },
        {
            "start": 820169368,
            "stop": 820169369
        },
        {
            "start": 820169372,
            "stop": 820169385
        },
        {
            "start": 820169388,
            "stop": 820169654
        },
        {
            "start": 820169657,
            "stop": 820170246
        },
        {
            "start": 820170249,
            "stop": 820170368
        },
        {
            "start": 820170371,
            "stop": 820170473
        },
        {
            "start": 820170476,
            "stop": 820171231
        },
        {
            "start": 820171234,
            "stop": 820171306
        },
        {
            "start": 820171310,
            "stop": 820171551
        },
        {
            "start": 820171554,
            "stop": 820171557
        },
        {
            "start": 820171560,
            "stop": 820171644
        },
        {
            "start": 820171647,
            "stop": 820171788
        },
        {
            "start": 820172310,
            "stop": 820172444
        },
        {
            "start": 820172625,
            "stop": 820172661
        },
        {
            "start": 820172664,
            "stop": 820172726
        },
        {
            "start": 820172730,
            "stop": 820172992
        },
        {
            "start": 820172996,
            "stop": 820173126
        },
        {
            "start": 820173129,
            "stop": 820173265
        },
        {
            "start": 820173268,
            "stop": 820173347
        }
    ]
}