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_CAT1/segments?format=api&page=460
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=461",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=459",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 460,
    "results": [
        {
            "start": 860879243,
            "stop": 860879255
        },
        {
            "start": 860879257,
            "stop": 860879272
        },
        {
            "start": 860879274,
            "stop": 860879277
        },
        {
            "start": 860879279,
            "stop": 860879295
        },
        {
            "start": 860879298,
            "stop": 860879302
        },
        {
            "start": 860879304,
            "stop": 860879306
        },
        {
            "start": 860879309,
            "stop": 860879324
        },
        {
            "start": 860879326,
            "stop": 860880035
        },
        {
            "start": 860881181,
            "stop": 860882873
        },
        {
            "start": 860883401,
            "stop": 860916042
        },
        {
            "start": 860917266,
            "stop": 860921903
        },
        {
            "start": 860923356,
            "stop": 860928264
        },
        {
            "start": 860930148,
            "stop": 860936564
        },
        {
            "start": 860937206,
            "stop": 860939220
        },
        {
            "start": 860939786,
            "stop": 860943516
        },
        {
            "start": 860944785,
            "stop": 860945830
        },
        {
            "start": 860947844,
            "stop": 860948437
        },
        {
            "start": 860948570,
            "stop": 860950120
        },
        {
            "start": 860950360,
            "stop": 860968575
        },
        {
            "start": 860969235,
            "stop": 860981068
        }
    ]
}