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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1802",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1800",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1801,
    "results": [
        {
            "start": 960255695,
            "stop": 960255837
        },
        {
            "start": 960255840,
            "stop": 960256023
        },
        {
            "start": 960256025,
            "stop": 960256029
        },
        {
            "start": 960256032,
            "stop": 960256034
        },
        {
            "start": 960256036,
            "stop": 960257236
        },
        {
            "start": 960257238,
            "stop": 960257889
        },
        {
            "start": 960257891,
            "stop": 960259119
        },
        {
            "start": 960259121,
            "stop": 960260805
        },
        {
            "start": 960260806,
            "stop": 960261221
        },
        {
            "start": 960261223,
            "stop": 960261258
        },
        {
            "start": 960261260,
            "stop": 960261721
        },
        {
            "start": 960261723,
            "stop": 960261812
        },
        {
            "start": 960261814,
            "stop": 960264422
        },
        {
            "start": 960264425,
            "stop": 960264429
        },
        {
            "start": 960264431,
            "stop": 960266986
        },
        {
            "start": 960266988,
            "stop": 960267818
        },
        {
            "start": 960267820,
            "stop": 960267824
        },
        {
            "start": 960267826,
            "stop": 960267836
        },
        {
            "start": 960267840,
            "stop": 960267868
        },
        {
            "start": 960267870,
            "stop": 960267878
        }
    ]
}