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=1787
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=1788",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1786",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1787,
    "results": [
        {
            "start": 959521752,
            "stop": 959524074
        },
        {
            "start": 959524076,
            "stop": 959527215
        },
        {
            "start": 959527217,
            "stop": 959527521
        },
        {
            "start": 959527523,
            "stop": 959527657
        },
        {
            "start": 959527659,
            "stop": 959528258
        },
        {
            "start": 959528260,
            "stop": 959531114
        },
        {
            "start": 959531116,
            "stop": 959531178
        },
        {
            "start": 959531184,
            "stop": 959531185
        },
        {
            "start": 959531190,
            "stop": 959531206
        },
        {
            "start": 959531210,
            "stop": 959531211
        },
        {
            "start": 959531213,
            "stop": 959531221
        },
        {
            "start": 959531226,
            "stop": 959531229
        },
        {
            "start": 959531230,
            "stop": 959531257
        },
        {
            "start": 959531259,
            "stop": 959532895
        },
        {
            "start": 959532897,
            "stop": 959533274
        },
        {
            "start": 959533276,
            "stop": 959533348
        },
        {
            "start": 959534049,
            "stop": 959535623
        },
        {
            "start": 959535627,
            "stop": 959535646
        },
        {
            "start": 959535648,
            "stop": 959536956
        },
        {
            "start": 959538731,
            "stop": 959539098
        }
    ]
}