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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6166",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6167,
    "results": [
        {
            "start": 874394550,
            "stop": 874394814
        },
        {
            "start": 874394819,
            "stop": 874394869
        },
        {
            "start": 874394870,
            "stop": 874394950
        },
        {
            "start": 874394951,
            "stop": 874395013
        },
        {
            "start": 874395015,
            "stop": 874395072
        },
        {
            "start": 874395075,
            "stop": 874395083
        },
        {
            "start": 874395086,
            "stop": 874395597
        },
        {
            "start": 874397966,
            "stop": 874397968
        },
        {
            "start": 874397969,
            "stop": 874397980
        },
        {
            "start": 874397981,
            "stop": 874397993
        },
        {
            "start": 874397994,
            "stop": 874397997
        },
        {
            "start": 874397998,
            "stop": 874398015
        },
        {
            "start": 874398016,
            "stop": 874398027
        },
        {
            "start": 874398028,
            "stop": 874398050
        },
        {
            "start": 874398051,
            "stop": 874398063
        },
        {
            "start": 874398064,
            "stop": 874398068
        },
        {
            "start": 874398069,
            "stop": 874398071
        },
        {
            "start": 874398072,
            "stop": 874398104
        },
        {
            "start": 874398106,
            "stop": 874398450
        },
        {
            "start": 874398451,
            "stop": 874399481
        }
    ]
}