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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=220",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 221,
    "results": [
        {
            "start": 933953350,
            "stop": 933953355
        },
        {
            "start": 933953595,
            "stop": 933955177
        },
        {
            "start": 933955195,
            "stop": 933955312
        },
        {
            "start": 933955315,
            "stop": 933955330
        },
        {
            "start": 933955334,
            "stop": 933955350
        },
        {
            "start": 933955356,
            "stop": 933955361
        },
        {
            "start": 933955363,
            "stop": 933955364
        },
        {
            "start": 933955366,
            "stop": 933955379
        },
        {
            "start": 933955383,
            "stop": 933955387
        },
        {
            "start": 933955390,
            "stop": 933955406
        },
        {
            "start": 933955410,
            "stop": 933955413
        },
        {
            "start": 933955415,
            "stop": 933955429
        },
        {
            "start": 933955434,
            "stop": 933955609
        },
        {
            "start": 933955628,
            "stop": 933956663
        },
        {
            "start": 933956666,
            "stop": 933956955
        },
        {
            "start": 933957195,
            "stop": 933957239
        },
        {
            "start": 933957244,
            "stop": 933957293
        },
        {
            "start": 933957301,
            "stop": 933958932
        },
        {
            "start": 933958934,
            "stop": 933958952
        },
        {
            "start": 933958955,
            "stop": 933958956
        }
    ]
}