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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=175",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 176,
    "results": [
        {
            "start": 931600841,
            "stop": 931600844
        },
        {
            "start": 931600850,
            "stop": 931600852
        },
        {
            "start": 931600855,
            "stop": 931600883
        },
        {
            "start": 931600893,
            "stop": 931600894
        },
        {
            "start": 931600897,
            "stop": 931600904
        },
        {
            "start": 931600908,
            "stop": 931600909
        },
        {
            "start": 931600912,
            "stop": 931600916
        },
        {
            "start": 931600919,
            "stop": 931600921
        },
        {
            "start": 931600924,
            "stop": 931600925
        },
        {
            "start": 931600929,
            "stop": 931600930
        },
        {
            "start": 931600933,
            "stop": 931600945
        },
        {
            "start": 931600947,
            "stop": 931600948
        },
        {
            "start": 931600954,
            "stop": 931600957
        },
        {
            "start": 931600964,
            "stop": 931600968
        },
        {
            "start": 931600973,
            "stop": 931600977
        },
        {
            "start": 931600995,
            "stop": 931600996
        },
        {
            "start": 931600999,
            "stop": 931601004
        },
        {
            "start": 931601012,
            "stop": 931601013
        },
        {
            "start": 931601016,
            "stop": 931601017
        },
        {
            "start": 931601025,
            "stop": 931601028
        }
    ]
}