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/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1813
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1814",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1812",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1813,
    "results": [
        {
            "start": 961910673,
            "stop": 961912689
        },
        {
            "start": 961912691,
            "stop": 961914898
        },
        {
            "start": 961914899,
            "stop": 961917300
        },
        {
            "start": 961917301,
            "stop": 961917968
        },
        {
            "start": 961929810,
            "stop": 961935808
        },
        {
            "start": 961936789,
            "stop": 961937008
        },
        {
            "start": 961937061,
            "stop": 961937440
        },
        {
            "start": 961937504,
            "stop": 961938746
        },
        {
            "start": 961947076,
            "stop": 961947459
        },
        {
            "start": 961948725,
            "stop": 961949646
        },
        {
            "start": 961954162,
            "stop": 961956746
        },
        {
            "start": 961958086,
            "stop": 961958130
        },
        {
            "start": 961958131,
            "stop": 961989256
        },
        {
            "start": 961989257,
            "stop": 962003290
        },
        {
            "start": 962003291,
            "stop": 962007697
        },
        {
            "start": 962007698,
            "stop": 962010509
        },
        {
            "start": 962010510,
            "stop": 962015918
        },
        {
            "start": 962015919,
            "stop": 962030249
        },
        {
            "start": 962030250,
            "stop": 962035181
        },
        {
            "start": 962035182,
            "stop": 962035266
        }
    ]
}