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=1858
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=1859",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1857",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1858,
    "results": [
        {
            "start": 967005015,
            "stop": 967015888
        },
        {
            "start": 967015890,
            "stop": 967019264
        },
        {
            "start": 967019265,
            "stop": 967020406
        },
        {
            "start": 967020407,
            "stop": 967023258
        },
        {
            "start": 967025906,
            "stop": 967028041
        },
        {
            "start": 967028043,
            "stop": 967028636
        },
        {
            "start": 967028638,
            "stop": 967029014
        },
        {
            "start": 967029016,
            "stop": 967029301
        },
        {
            "start": 967030518,
            "stop": 967031040
        },
        {
            "start": 967031042,
            "stop": 967032040
        },
        {
            "start": 967033145,
            "stop": 967033881
        },
        {
            "start": 967034912,
            "stop": 967040507
        },
        {
            "start": 967043001,
            "stop": 967056644
        },
        {
            "start": 967063849,
            "stop": 967075790
        },
        {
            "start": 967120817,
            "stop": 967124924
        },
        {
            "start": 967124925,
            "stop": 967125254
        },
        {
            "start": 967125255,
            "stop": 967128809
        },
        {
            "start": 967129630,
            "stop": 967130763
        },
        {
            "start": 967131969,
            "stop": 967135517
        },
        {
            "start": 967136702,
            "stop": 967139945
        }
    ]
}