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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=426",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 427,
    "results": [
        {
            "start": 825480784,
            "stop": 825480802
        },
        {
            "start": 825480822,
            "stop": 825481080
        },
        {
            "start": 825481083,
            "stop": 825482111
        },
        {
            "start": 825484706,
            "stop": 825484738
        },
        {
            "start": 825485038,
            "stop": 825485209
        },
        {
            "start": 825485319,
            "stop": 825485325
        },
        {
            "start": 825485344,
            "stop": 825485441
        },
        {
            "start": 825485741,
            "stop": 825487337
        },
        {
            "start": 825487356,
            "stop": 825489755
        },
        {
            "start": 825489772,
            "stop": 825490082
        },
        {
            "start": 825490101,
            "stop": 825490172
        },
        {
            "start": 825490191,
            "stop": 825490678
        },
        {
            "start": 825490711,
            "stop": 825495601
        },
        {
            "start": 825495604,
            "stop": 825495606
        },
        {
            "start": 825495609,
            "stop": 825497985
        },
        {
            "start": 825498002,
            "stop": 825498784
        },
        {
            "start": 825498805,
            "stop": 825510042
        },
        {
            "start": 825510059,
            "stop": 825513188
        },
        {
            "start": 825513205,
            "stop": 825515795
        },
        {
            "start": 825515812,
            "stop": 825516429
        }
    ]
}