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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=345",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 346,
    "results": [
        {
            "start": 939422643,
            "stop": 939422943
        },
        {
            "start": 939423003,
            "stop": 939424883
        },
        {
            "start": 939426231,
            "stop": 939426304
        },
        {
            "start": 939426307,
            "stop": 939426579
        },
        {
            "start": 939426582,
            "stop": 939426916
        },
        {
            "start": 939426919,
            "stop": 939427321
        },
        {
            "start": 939427324,
            "stop": 939427609
        },
        {
            "start": 939427612,
            "stop": 939428492
        },
        {
            "start": 939428495,
            "stop": 939428665
        },
        {
            "start": 939428674,
            "stop": 939428893
        },
        {
            "start": 939428898,
            "stop": 939429056
        },
        {
            "start": 939429059,
            "stop": 939429467
        },
        {
            "start": 939429470,
            "stop": 939430239
        },
        {
            "start": 939431382,
            "stop": 939431466
        },
        {
            "start": 939431469,
            "stop": 939431576
        },
        {
            "start": 939431579,
            "stop": 939431841
        },
        {
            "start": 939431844,
            "stop": 939432292
        },
        {
            "start": 939432295,
            "stop": 939434294
        },
        {
            "start": 939434297,
            "stop": 939434641
        },
        {
            "start": 939434644,
            "stop": 939435846
        }
    ]
}