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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=136",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 137,
    "results": [
        {
            "start": 931435268,
            "stop": 931435348
        },
        {
            "start": 931435350,
            "stop": 931435353
        },
        {
            "start": 931435354,
            "stop": 931435399
        },
        {
            "start": 931435401,
            "stop": 931435403
        },
        {
            "start": 931435405,
            "stop": 931435427
        },
        {
            "start": 931435429,
            "stop": 931435433
        },
        {
            "start": 931436894,
            "stop": 931436902
        },
        {
            "start": 931436904,
            "stop": 931436937
        },
        {
            "start": 931436939,
            "stop": 931436958
        },
        {
            "start": 931436960,
            "stop": 931436978
        },
        {
            "start": 931436980,
            "stop": 931436995
        },
        {
            "start": 931436997,
            "stop": 931437004
        },
        {
            "start": 931437006,
            "stop": 931437040
        },
        {
            "start": 931437042,
            "stop": 931437053
        },
        {
            "start": 931437055,
            "stop": 931437128
        },
        {
            "start": 931437130,
            "stop": 931437146
        },
        {
            "start": 931437148,
            "stop": 931437156
        },
        {
            "start": 931437158,
            "stop": 931437209
        },
        {
            "start": 931437211,
            "stop": 931437224
        },
        {
            "start": 931437226,
            "stop": 931437227
        }
    ]
}