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=4826
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=4827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4825",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4826,
    "results": [
        {
            "start": 874684736,
            "stop": 874684761
        },
        {
            "start": 874684785,
            "stop": 874684911
        },
        {
            "start": 874684930,
            "stop": 874684932
        },
        {
            "start": 874684951,
            "stop": 874684954
        },
        {
            "start": 874684973,
            "stop": 874684974
        },
        {
            "start": 874684999,
            "stop": 874685007
        },
        {
            "start": 874685049,
            "stop": 874685070
        },
        {
            "start": 874685101,
            "stop": 874685104
        },
        {
            "start": 874685121,
            "stop": 874685133
        },
        {
            "start": 874685152,
            "stop": 874685199
        },
        {
            "start": 874685218,
            "stop": 874685230
        },
        {
            "start": 874685276,
            "stop": 874685280
        },
        {
            "start": 874685300,
            "stop": 874685312
        },
        {
            "start": 874685331,
            "stop": 874685363
        },
        {
            "start": 874685387,
            "stop": 874685388
        },
        {
            "start": 874685428,
            "stop": 874685450
        },
        {
            "start": 874685469,
            "stop": 874685508
        },
        {
            "start": 874685527,
            "stop": 874685588
        },
        {
            "start": 874685618,
            "stop": 874685667
        },
        {
            "start": 874685692,
            "stop": 874685705
        }
    ]
}