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=8045
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=8046",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8044",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8045,
    "results": [
        {
            "start": 970421819,
            "stop": 970421827
        },
        {
            "start": 970421830,
            "stop": 970421832
        },
        {
            "start": 970421835,
            "stop": 970421896
        },
        {
            "start": 970421902,
            "stop": 970421906
        },
        {
            "start": 970421912,
            "stop": 970421915
        },
        {
            "start": 970421918,
            "stop": 970421985
        },
        {
            "start": 970421988,
            "stop": 970422010
        },
        {
            "start": 970422013,
            "stop": 970422016
        },
        {
            "start": 970422019,
            "stop": 970422059
        },
        {
            "start": 970422062,
            "stop": 970422065
        },
        {
            "start": 970422068,
            "stop": 970422073
        },
        {
            "start": 970422076,
            "stop": 970422116
        },
        {
            "start": 970422121,
            "stop": 970422122
        },
        {
            "start": 970422130,
            "stop": 970422147
        },
        {
            "start": 970422150,
            "stop": 970422160
        },
        {
            "start": 970422163,
            "stop": 970422211
        },
        {
            "start": 970422321,
            "stop": 970422351
        },
        {
            "start": 970422354,
            "stop": 970422356
        },
        {
            "start": 970422359,
            "stop": 970422364
        },
        {
            "start": 970422367,
            "stop": 970422393
        }
    ]
}