Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16818
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=16819",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16817",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16818,
    "results": [
        {
            "start": 875198843,
            "stop": 875198850
        },
        {
            "start": 875198853,
            "stop": 875198974
        },
        {
            "start": 875198975,
            "stop": 875199129
        },
        {
            "start": 875199132,
            "stop": 875199152
        },
        {
            "start": 875199154,
            "stop": 875199416
        },
        {
            "start": 875199418,
            "stop": 875199802
        },
        {
            "start": 875199803,
            "stop": 875199963
        },
        {
            "start": 875199964,
            "stop": 875200192
        },
        {
            "start": 875200193,
            "stop": 875200231
        },
        {
            "start": 875200235,
            "stop": 875200709
        },
        {
            "start": 875200710,
            "stop": 875200747
        },
        {
            "start": 875200749,
            "stop": 875200898
        },
        {
            "start": 875200899,
            "stop": 875200966
        },
        {
            "start": 875200967,
            "stop": 875201074
        },
        {
            "start": 875201075,
            "stop": 875201301
        },
        {
            "start": 875201304,
            "stop": 875201471
        },
        {
            "start": 875201472,
            "stop": 875201657
        },
        {
            "start": 875201659,
            "stop": 875201741
        },
        {
            "start": 875201743,
            "stop": 875201785
        },
        {
            "start": 875201786,
            "stop": 875201916
        }
    ]
}