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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7379",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7377",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7378,
    "results": [
        {
            "start": 969548430,
            "stop": 969548842
        },
        {
            "start": 969548845,
            "stop": 969549047
        },
        {
            "start": 969549050,
            "stop": 969549330
        },
        {
            "start": 969549333,
            "stop": 969549347
        },
        {
            "start": 969549350,
            "stop": 969549812
        },
        {
            "start": 969549815,
            "stop": 969549833
        },
        {
            "start": 969549836,
            "stop": 969550257
        },
        {
            "start": 969550260,
            "stop": 969550725
        },
        {
            "start": 969550728,
            "stop": 969550933
        },
        {
            "start": 969550936,
            "stop": 969551103
        },
        {
            "start": 969551106,
            "stop": 969551383
        },
        {
            "start": 969551386,
            "stop": 969551477
        },
        {
            "start": 969551483,
            "stop": 969551490
        },
        {
            "start": 969551511,
            "stop": 969551519
        },
        {
            "start": 969551540,
            "stop": 969551563
        },
        {
            "start": 969551569,
            "stop": 969551853
        },
        {
            "start": 969551874,
            "stop": 969551926
        },
        {
            "start": 969551960,
            "stop": 969551964
        },
        {
            "start": 969551967,
            "stop": 969551973
        },
        {
            "start": 969551994,
            "stop": 969552243
        }
    ]
}