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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16693",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16691",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16692,
    "results": [
        {
            "start": 874930092,
            "stop": 874930131
        },
        {
            "start": 874930132,
            "stop": 874930145
        },
        {
            "start": 874930147,
            "stop": 874930190
        },
        {
            "start": 874930191,
            "stop": 874930221
        },
        {
            "start": 874930222,
            "stop": 874930546
        },
        {
            "start": 874930547,
            "stop": 874930567
        },
        {
            "start": 874930568,
            "stop": 874930647
        },
        {
            "start": 874930649,
            "stop": 874930672
        },
        {
            "start": 874930674,
            "stop": 874930821
        },
        {
            "start": 874930822,
            "stop": 874930970
        },
        {
            "start": 874930971,
            "stop": 874931046
        },
        {
            "start": 874931048,
            "stop": 874931176
        },
        {
            "start": 874931177,
            "stop": 874931229
        },
        {
            "start": 874931231,
            "stop": 874931440
        },
        {
            "start": 874931441,
            "stop": 874931844
        },
        {
            "start": 874931845,
            "stop": 874931852
        },
        {
            "start": 874931853,
            "stop": 874932016
        },
        {
            "start": 874932017,
            "stop": 874932088
        },
        {
            "start": 874932089,
            "stop": 874932278
        },
        {
            "start": 874932279,
            "stop": 874932370
        }
    ]
}