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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=45",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 46,
    "results": [
        {
            "start": 931497184,
            "stop": 931497197
        },
        {
            "start": 931497200,
            "stop": 931497202
        },
        {
            "start": 931497205,
            "stop": 931497208
        },
        {
            "start": 931497211,
            "stop": 931497233
        },
        {
            "start": 931497236,
            "stop": 931497246
        },
        {
            "start": 931497250,
            "stop": 931497270
        },
        {
            "start": 931497274,
            "stop": 931497282
        },
        {
            "start": 931497285,
            "stop": 931497295
        },
        {
            "start": 931497301,
            "stop": 931497316
        },
        {
            "start": 931497319,
            "stop": 931497320
        },
        {
            "start": 931497323,
            "stop": 931497350
        },
        {
            "start": 931497353,
            "stop": 931497355
        },
        {
            "start": 931497358,
            "stop": 931497411
        },
        {
            "start": 931497414,
            "stop": 931497417
        },
        {
            "start": 931497426,
            "stop": 931497427
        },
        {
            "start": 931497430,
            "stop": 931497449
        },
        {
            "start": 931497454,
            "stop": 931497474
        },
        {
            "start": 931497477,
            "stop": 931497489
        },
        {
            "start": 931497492,
            "stop": 931497493
        },
        {
            "start": 931497496,
            "stop": 931497497
        }
    ]
}