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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=252",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 253,
    "results": [
        {
            "start": 934331978,
            "stop": 934332597
        },
        {
            "start": 934333611,
            "stop": 934333714
        },
        {
            "start": 934333719,
            "stop": 934333958
        },
        {
            "start": 934334018,
            "stop": 934334192
        },
        {
            "start": 934334194,
            "stop": 934335579
        },
        {
            "start": 934335587,
            "stop": 934335598
        },
        {
            "start": 934335601,
            "stop": 934335650
        },
        {
            "start": 934335655,
            "stop": 934335809
        },
        {
            "start": 934335819,
            "stop": 934335823
        },
        {
            "start": 934335829,
            "stop": 934336134
        },
        {
            "start": 934336153,
            "stop": 934336178
        },
        {
            "start": 934336238,
            "stop": 934336239
        },
        {
            "start": 934336249,
            "stop": 934336263
        },
        {
            "start": 934336268,
            "stop": 934336358
        },
        {
            "start": 934336418,
            "stop": 934336478
        },
        {
            "start": 934336658,
            "stop": 934336700
        },
        {
            "start": 934336706,
            "stop": 934336767
        },
        {
            "start": 934336773,
            "stop": 934336778
        },
        {
            "start": 934341532,
            "stop": 934341878
        },
        {
            "start": 934341938,
            "stop": 934342514
        }
    ]
}