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=1685
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=1686",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1684",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1685,
    "results": [
        {
            "start": 957495675,
            "stop": 957496257
        },
        {
            "start": 957496259,
            "stop": 957496726
        },
        {
            "start": 957496728,
            "stop": 957496837
        },
        {
            "start": 957496839,
            "stop": 957496976
        },
        {
            "start": 957496978,
            "stop": 957497147
        },
        {
            "start": 957497149,
            "stop": 957497153
        },
        {
            "start": 957497154,
            "stop": 957497889
        },
        {
            "start": 957497891,
            "stop": 957497916
        },
        {
            "start": 957497918,
            "stop": 957497985
        },
        {
            "start": 957497987,
            "stop": 957498264
        },
        {
            "start": 957498266,
            "stop": 957498620
        },
        {
            "start": 957498622,
            "stop": 957499056
        },
        {
            "start": 957499057,
            "stop": 957499305
        },
        {
            "start": 957499307,
            "stop": 957499474
        },
        {
            "start": 957499476,
            "stop": 957499492
        },
        {
            "start": 957499494,
            "stop": 957499503
        },
        {
            "start": 957499504,
            "stop": 957500026
        },
        {
            "start": 957500028,
            "stop": 957500178
        },
        {
            "start": 957500179,
            "stop": 957500197
        },
        {
            "start": 957500199,
            "stop": 957500266
        }
    ]
}