Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=90
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=89",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 90,
    "results": [
        {
            "start": 1166444282,
            "stop": 1166444286
        },
        {
            "start": 1166444288,
            "stop": 1166444491
        },
        {
            "start": 1166444492,
            "stop": 1166444503
        },
        {
            "start": 1166444504,
            "stop": 1166444691
        },
        {
            "start": 1166444693,
            "stop": 1166444701
        },
        {
            "start": 1166444702,
            "stop": 1166444787
        },
        {
            "start": 1166444788,
            "stop": 1166444790
        },
        {
            "start": 1166444791,
            "stop": 1166444797
        },
        {
            "start": 1166444798,
            "stop": 1166444803
        },
        {
            "start": 1166444804,
            "stop": 1166444805
        },
        {
            "start": 1166444806,
            "stop": 1166444929
        },
        {
            "start": 1166444930,
            "stop": 1166444931
        },
        {
            "start": 1166444932,
            "stop": 1166444933
        },
        {
            "start": 1166444934,
            "stop": 1166444944
        },
        {
            "start": 1166444945,
            "stop": 1166444946
        },
        {
            "start": 1166444947,
            "stop": 1166444963
        },
        {
            "start": 1166444964,
            "stop": 1166445041
        },
        {
            "start": 1166445042,
            "stop": 1166445060
        },
        {
            "start": 1166445061,
            "stop": 1166445069
        },
        {
            "start": 1166445070,
            "stop": 1166445224
        }
    ]
}