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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=371",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 372,
    "results": [
        {
            "start": 825555920,
            "stop": 825574670
        },
        {
            "start": 825574750,
            "stop": 825579035
        },
        {
            "start": 825580268,
            "stop": 825580317
        },
        {
            "start": 825588155,
            "stop": 825588270
        },
        {
            "start": 825590102,
            "stop": 825590163
        },
        {
            "start": 825597440,
            "stop": 825598258
        },
        {
            "start": 825598266,
            "stop": 825598939
        },
        {
            "start": 825598946,
            "stop": 825600189
        },
        {
            "start": 825600196,
            "stop": 825600816
        },
        {
            "start": 825600823,
            "stop": 825600922
        },
        {
            "start": 825600929,
            "stop": 825601294
        },
        {
            "start": 825601301,
            "stop": 825601354
        },
        {
            "start": 825601361,
            "stop": 825603509
        },
        {
            "start": 825603516,
            "stop": 825605056
        },
        {
            "start": 825605063,
            "stop": 825605393
        },
        {
            "start": 825607135,
            "stop": 825607387
        },
        {
            "start": 825609772,
            "stop": 825609805
        },
        {
            "start": 825610395,
            "stop": 825610676
        },
        {
            "start": 825611747,
            "stop": 825612617
        },
        {
            "start": 825612624,
            "stop": 825613151
        }
    ]
}