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=5327
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=5328",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5326",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5327,
    "results": [
        {
            "start": 1136534726,
            "stop": 1136534960
        },
        {
            "start": 1136534962,
            "stop": 1136534972
        },
        {
            "start": 1136534974,
            "stop": 1136535132
        },
        {
            "start": 1136535134,
            "stop": 1136535327
        },
        {
            "start": 1136535329,
            "stop": 1136535485
        },
        {
            "start": 1136535487,
            "stop": 1136535498
        },
        {
            "start": 1136535500,
            "stop": 1136535505
        },
        {
            "start": 1136535507,
            "stop": 1136535594
        },
        {
            "start": 1136535596,
            "stop": 1136535774
        },
        {
            "start": 1136535776,
            "stop": 1136535846
        },
        {
            "start": 1136535848,
            "stop": 1136535880
        },
        {
            "start": 1136535882,
            "stop": 1136535901
        },
        {
            "start": 1136535903,
            "stop": 1136535906
        },
        {
            "start": 1136535908,
            "stop": 1136536048
        },
        {
            "start": 1136536050,
            "stop": 1136536093
        },
        {
            "start": 1136536095,
            "stop": 1136536199
        },
        {
            "start": 1136536201,
            "stop": 1136536253
        },
        {
            "start": 1136536255,
            "stop": 1136536304
        },
        {
            "start": 1136536306,
            "stop": 1136536338
        },
        {
            "start": 1136536340,
            "stop": 1136536341
        }
    ]
}