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=5172
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=5173",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5171",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5172,
    "results": [
        {
            "start": 1136267183,
            "stop": 1136267186
        },
        {
            "start": 1136267188,
            "stop": 1136267192
        },
        {
            "start": 1136267194,
            "stop": 1136267216
        },
        {
            "start": 1136267218,
            "stop": 1136267225
        },
        {
            "start": 1136267226,
            "stop": 1136267273
        },
        {
            "start": 1136267275,
            "stop": 1136267283
        },
        {
            "start": 1136267285,
            "stop": 1136267293
        },
        {
            "start": 1136267295,
            "stop": 1136267316
        },
        {
            "start": 1136267318,
            "stop": 1136267325
        },
        {
            "start": 1136267327,
            "stop": 1136267333
        },
        {
            "start": 1136267335,
            "stop": 1136267342
        },
        {
            "start": 1136267344,
            "stop": 1136267360
        },
        {
            "start": 1136267362,
            "stop": 1136267407
        },
        {
            "start": 1136267409,
            "stop": 1136267520
        },
        {
            "start": 1136267522,
            "stop": 1136267534
        },
        {
            "start": 1136267536,
            "stop": 1136267553
        },
        {
            "start": 1136267555,
            "stop": 1136267590
        },
        {
            "start": 1136267592,
            "stop": 1136267593
        },
        {
            "start": 1136267598,
            "stop": 1136267634
        },
        {
            "start": 1136267636,
            "stop": 1136267638
        }
    ]
}