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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=192",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 193,
    "results": [
        {
            "start": 820548320,
            "stop": 820548409
        },
        {
            "start": 820548416,
            "stop": 820548559
        },
        {
            "start": 820548566,
            "stop": 820549506
        },
        {
            "start": 820549513,
            "stop": 820549527
        },
        {
            "start": 820549534,
            "stop": 820549823
        },
        {
            "start": 820549830,
            "stop": 820550176
        },
        {
            "start": 820550275,
            "stop": 820550961
        },
        {
            "start": 820550968,
            "stop": 820551034
        },
        {
            "start": 820551041,
            "stop": 820551042
        },
        {
            "start": 820551049,
            "stop": 820551487
        },
        {
            "start": 820551494,
            "stop": 820551536
        },
        {
            "start": 820551550,
            "stop": 820552303
        },
        {
            "start": 820552311,
            "stop": 820552544
        },
        {
            "start": 820552551,
            "stop": 820552718
        },
        {
            "start": 820552725,
            "stop": 820552830
        },
        {
            "start": 820552837,
            "stop": 820553790
        },
        {
            "start": 820553804,
            "stop": 820554141
        },
        {
            "start": 820554148,
            "stop": 820554321
        },
        {
            "start": 820554328,
            "stop": 820554544
        },
        {
            "start": 820556256,
            "stop": 820557373
        }
    ]
}