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_CAT2/segments?format=api&page=1781
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=1782",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1780",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1781,
    "results": [
        {
            "start": 959425584,
            "stop": 959425685
        },
        {
            "start": 959425687,
            "stop": 959425697
        },
        {
            "start": 959425699,
            "stop": 959425708
        },
        {
            "start": 959425709,
            "stop": 959425723
        },
        {
            "start": 959425725,
            "stop": 959425815
        },
        {
            "start": 959425817,
            "stop": 959425826
        },
        {
            "start": 959425828,
            "stop": 959425829
        },
        {
            "start": 959425834,
            "stop": 959425841
        },
        {
            "start": 959425845,
            "stop": 959425849
        },
        {
            "start": 959425858,
            "stop": 959425859
        },
        {
            "start": 959425877,
            "stop": 959425879
        },
        {
            "start": 959425883,
            "stop": 959425884
        },
        {
            "start": 959425888,
            "stop": 959425889
        },
        {
            "start": 959425891,
            "stop": 959425892
        },
        {
            "start": 959425903,
            "stop": 959425909
        },
        {
            "start": 959425911,
            "stop": 959425912
        },
        {
            "start": 959425915,
            "stop": 959425916
        },
        {
            "start": 959425920,
            "stop": 959425921
        },
        {
            "start": 959425929,
            "stop": 959425977
        },
        {
            "start": 959425979,
            "stop": 959425981
        }
    ]
}