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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=280",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 281,
    "results": [
        {
            "start": 841110269,
            "stop": 841110963
        },
        {
            "start": 841110965,
            "stop": 841112977
        },
        {
            "start": 841112979,
            "stop": 841113442
        },
        {
            "start": 841113444,
            "stop": 841113983
        },
        {
            "start": 841114112,
            "stop": 841114890
        },
        {
            "start": 841114892,
            "stop": 841116222
        },
        {
            "start": 841116797,
            "stop": 841117305
        },
        {
            "start": 841117307,
            "stop": 841118344
        },
        {
            "start": 841120004,
            "stop": 841121982
        },
        {
            "start": 841122037,
            "stop": 841122323
        },
        {
            "start": 841123465,
            "stop": 841125497
        },
        {
            "start": 841125734,
            "stop": 841127639
        },
        {
            "start": 841127641,
            "stop": 841127695
        },
        {
            "start": 841127697,
            "stop": 841127706
        },
        {
            "start": 841128452,
            "stop": 841140828
        },
        {
            "start": 841141930,
            "stop": 841142785
        },
        {
            "start": 841142787,
            "stop": 841142893
        },
        {
            "start": 841178132,
            "stop": 841178520
        },
        {
            "start": 841178521,
            "stop": 841178718
        },
        {
            "start": 841178778,
            "stop": 841178843
        }
    ]
}