Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=331
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=330",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 331,
    "results": [
        {
            "start": 931776819,
            "stop": 931776827
        },
        {
            "start": 931776830,
            "stop": 931776843
        },
        {
            "start": 931776849,
            "stop": 931776851
        },
        {
            "start": 931776856,
            "stop": 931776861
        },
        {
            "start": 931776870,
            "stop": 931776878
        },
        {
            "start": 931776882,
            "stop": 931776886
        },
        {
            "start": 931776895,
            "stop": 931776897
        },
        {
            "start": 931776899,
            "stop": 931776900
        },
        {
            "start": 931776912,
            "stop": 931776916
        },
        {
            "start": 931776922,
            "stop": 931776924
        },
        {
            "start": 931776929,
            "stop": 931776936
        },
        {
            "start": 931776941,
            "stop": 931776946
        },
        {
            "start": 931776956,
            "stop": 931776958
        },
        {
            "start": 931776961,
            "stop": 931776962
        },
        {
            "start": 931776973,
            "stop": 931776975
        },
        {
            "start": 931776980,
            "stop": 931776981
        },
        {
            "start": 931776985,
            "stop": 931776990
        },
        {
            "start": 931776993,
            "stop": 931776994
        },
        {
            "start": 931777001,
            "stop": 931777002
        },
        {
            "start": 931777005,
            "stop": 931777006
        }
    ]
}