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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5318",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5316",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5317,
    "results": [
        {
            "start": 1136516016,
            "stop": 1136516119
        },
        {
            "start": 1136516121,
            "stop": 1136516281
        },
        {
            "start": 1136516283,
            "stop": 1136516386
        },
        {
            "start": 1136516388,
            "stop": 1136516391
        },
        {
            "start": 1136516393,
            "stop": 1136516503
        },
        {
            "start": 1136516505,
            "stop": 1136516655
        },
        {
            "start": 1136516657,
            "stop": 1136516789
        },
        {
            "start": 1136516791,
            "stop": 1136516872
        },
        {
            "start": 1136516874,
            "stop": 1136516892
        },
        {
            "start": 1136516894,
            "stop": 1136517066
        },
        {
            "start": 1136517068,
            "stop": 1136517808
        },
        {
            "start": 1136517810,
            "stop": 1136518060
        },
        {
            "start": 1136518062,
            "stop": 1136518482
        },
        {
            "start": 1136518484,
            "stop": 1136518855
        },
        {
            "start": 1136518857,
            "stop": 1136518914
        },
        {
            "start": 1136518916,
            "stop": 1136518961
        },
        {
            "start": 1136518963,
            "stop": 1136519016
        },
        {
            "start": 1136519018,
            "stop": 1136519081
        },
        {
            "start": 1136519083,
            "stop": 1136519107
        },
        {
            "start": 1136519109,
            "stop": 1136519125
        }
    ]
}