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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7363",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7361",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7362,
    "results": [
        {
            "start": 969544984,
            "stop": 969545255
        },
        {
            "start": 969545258,
            "stop": 969545501
        },
        {
            "start": 969545504,
            "stop": 969547115
        },
        {
            "start": 969547118,
            "stop": 969548407
        },
        {
            "start": 969548418,
            "stop": 969548427
        },
        {
            "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
        }
    ]
}