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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=339",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 340,
    "results": [
        {
            "start": 939223415,
            "stop": 939223799
        },
        {
            "start": 939223802,
            "stop": 939223833
        },
        {
            "start": 939223836,
            "stop": 939223964
        },
        {
            "start": 939223982,
            "stop": 939224003
        },
        {
            "start": 939224006,
            "stop": 939224070
        },
        {
            "start": 939224073,
            "stop": 939228033
        },
        {
            "start": 939228036,
            "stop": 939229297
        },
        {
            "start": 939229300,
            "stop": 939229317
        },
        {
            "start": 939229320,
            "stop": 939229634
        },
        {
            "start": 939229637,
            "stop": 939230607
        },
        {
            "start": 939230610,
            "stop": 939230644
        },
        {
            "start": 939230647,
            "stop": 939230687
        },
        {
            "start": 939230690,
            "stop": 939231116
        },
        {
            "start": 939231119,
            "stop": 939231507
        },
        {
            "start": 939231510,
            "stop": 939231912
        },
        {
            "start": 939231915,
            "stop": 939232369
        },
        {
            "start": 939232372,
            "stop": 939232986
        },
        {
            "start": 939232989,
            "stop": 939233055
        },
        {
            "start": 939233058,
            "stop": 939233499
        },
        {
            "start": 939233502,
            "stop": 939234763
        }
    ]
}