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/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6964
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6963",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6964,
    "results": [
        {
            "start": 873784228,
            "stop": 873784408
        },
        {
            "start": 873784411,
            "stop": 873784492
        },
        {
            "start": 873784495,
            "stop": 873784686
        },
        {
            "start": 873784691,
            "stop": 873784729
        },
        {
            "start": 873784733,
            "stop": 873784861
        },
        {
            "start": 873784865,
            "stop": 873784914
        },
        {
            "start": 873784917,
            "stop": 873785143
        },
        {
            "start": 873785146,
            "stop": 873785150
        },
        {
            "start": 873785153,
            "stop": 873785165
        },
        {
            "start": 873785169,
            "stop": 873785255
        },
        {
            "start": 873785495,
            "stop": 873785500
        },
        {
            "start": 873785503,
            "stop": 873785525
        },
        {
            "start": 873785528,
            "stop": 873785635
        },
        {
            "start": 873786095,
            "stop": 873786130
        },
        {
            "start": 873786134,
            "stop": 873786148
        },
        {
            "start": 873786155,
            "stop": 873786161
        },
        {
            "start": 873786164,
            "stop": 873786176
        },
        {
            "start": 873786247,
            "stop": 873786257
        },
        {
            "start": 873786260,
            "stop": 873786298
        },
        {
            "start": 873796180,
            "stop": 873796188
        }
    ]
}