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/S5/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/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=339",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 340,
    "results": [
        {
            "start": 823793007,
            "stop": 823800465
        },
        {
            "start": 823800589,
            "stop": 823802953
        },
        {
            "start": 823803002,
            "stop": 823803003
        },
        {
            "start": 823866547,
            "stop": 823868251
        },
        {
            "start": 823868255,
            "stop": 823870743
        },
        {
            "start": 823871060,
            "stop": 823871061
        },
        {
            "start": 823871313,
            "stop": 823871457
        },
        {
            "start": 823871571,
            "stop": 823876273
        },
        {
            "start": 823876279,
            "stop": 823876280
        },
        {
            "start": 823878141,
            "stop": 823881350
        },
        {
            "start": 823881430,
            "stop": 823882130
        },
        {
            "start": 823882210,
            "stop": 823882310
        },
        {
            "start": 823882570,
            "stop": 823883808
        },
        {
            "start": 823941762,
            "stop": 823950110
        },
        {
            "start": 823950190,
            "stop": 823950361
        },
        {
            "start": 823950368,
            "stop": 823950634
        },
        {
            "start": 823950642,
            "stop": 823952428
        },
        {
            "start": 823952435,
            "stop": 823952525
        },
        {
            "start": 823952532,
            "stop": 823952925
        },
        {
            "start": 823952933,
            "stop": 823953650
        }
    ]
}