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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6162",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6163,
    "results": [
        {
            "start": 874379806,
            "stop": 874379809
        },
        {
            "start": 874381601,
            "stop": 874381606
        },
        {
            "start": 874381607,
            "stop": 874381609
        },
        {
            "start": 874381610,
            "stop": 874381632
        },
        {
            "start": 874381633,
            "stop": 874381642
        },
        {
            "start": 874381643,
            "stop": 874381660
        },
        {
            "start": 874381662,
            "stop": 874381677
        },
        {
            "start": 874381678,
            "stop": 874381733
        },
        {
            "start": 874381734,
            "stop": 874381881
        },
        {
            "start": 874381883,
            "stop": 874383366
        },
        {
            "start": 874383368,
            "stop": 874383548
        },
        {
            "start": 874383549,
            "stop": 874383924
        },
        {
            "start": 874383926,
            "stop": 874383927
        },
        {
            "start": 874383928,
            "stop": 874384339
        },
        {
            "start": 874385838,
            "stop": 874385897
        },
        {
            "start": 874385898,
            "stop": 874386464
        },
        {
            "start": 874386465,
            "stop": 874386865
        },
        {
            "start": 874386868,
            "stop": 874386872
        },
        {
            "start": 874386875,
            "stop": 874386879
        },
        {
            "start": 874386882,
            "stop": 874386884
        }
    ]
}