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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=155",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 156,
    "results": [
        {
            "start": 819840385,
            "stop": 819840709
        },
        {
            "start": 819840716,
            "stop": 819840865
        },
        {
            "start": 819840873,
            "stop": 819841134
        },
        {
            "start": 819841141,
            "stop": 819841212
        },
        {
            "start": 819841219,
            "stop": 819841251
        },
        {
            "start": 819841258,
            "stop": 819841603
        },
        {
            "start": 819841610,
            "stop": 819842366
        },
        {
            "start": 819842373,
            "stop": 819842643
        },
        {
            "start": 819842963,
            "stop": 819843362
        },
        {
            "start": 819843369,
            "stop": 819843768
        },
        {
            "start": 819843775,
            "stop": 819843947
        },
        {
            "start": 819843954,
            "stop": 819844083
        },
        {
            "start": 819844090,
            "stop": 819844291
        },
        {
            "start": 819844299,
            "stop": 819844760
        },
        {
            "start": 819844767,
            "stop": 819845132
        },
        {
            "start": 819845139,
            "stop": 819845165
        },
        {
            "start": 819845172,
            "stop": 819845351
        },
        {
            "start": 819845359,
            "stop": 819845803
        },
        {
            "start": 819845811,
            "stop": 819846296
        },
        {
            "start": 819846304,
            "stop": 819846329
        }
    ]
}