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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=191",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 192,
    "results": [
        {
            "start": 1181327578,
            "stop": 1181327580
        },
        {
            "start": 1181327581,
            "stop": 1181327582
        },
        {
            "start": 1181327586,
            "stop": 1181327592
        },
        {
            "start": 1181327594,
            "stop": 1181327623
        },
        {
            "start": 1181327628,
            "stop": 1181327718
        },
        {
            "start": 1181327723,
            "stop": 1181327726
        },
        {
            "start": 1181327729,
            "stop": 1181327763
        },
        {
            "start": 1181327780,
            "stop": 1181327782
        },
        {
            "start": 1181327784,
            "stop": 1181327785
        },
        {
            "start": 1181327789,
            "stop": 1181327831
        },
        {
            "start": 1181327832,
            "stop": 1181327836
        },
        {
            "start": 1181327840,
            "stop": 1181327845
        },
        {
            "start": 1181327847,
            "stop": 1181327857
        },
        {
            "start": 1181327858,
            "stop": 1181327885
        },
        {
            "start": 1181327887,
            "stop": 1181327899
        },
        {
            "start": 1181327900,
            "stop": 1181327956
        },
        {
            "start": 1181327958,
            "stop": 1181328022
        },
        {
            "start": 1181328030,
            "stop": 1181328111
        },
        {
            "start": 1181328114,
            "stop": 1181328120
        },
        {
            "start": 1181328121,
            "stop": 1181328224
        }
    ]
}