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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6215",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6216,
    "results": [
        {
            "start": 874676592,
            "stop": 874676666
        },
        {
            "start": 874676667,
            "stop": 874676771
        },
        {
            "start": 874676772,
            "stop": 874676860
        },
        {
            "start": 874676861,
            "stop": 874676889
        },
        {
            "start": 874676890,
            "stop": 874676964
        },
        {
            "start": 874676967,
            "stop": 874677039
        },
        {
            "start": 874677040,
            "stop": 874677086
        },
        {
            "start": 874677089,
            "stop": 874677102
        },
        {
            "start": 874677103,
            "stop": 874677343
        },
        {
            "start": 874677346,
            "stop": 874677348
        },
        {
            "start": 874677351,
            "stop": 874677381
        },
        {
            "start": 874677385,
            "stop": 874677451
        },
        {
            "start": 874677452,
            "stop": 874677537
        },
        {
            "start": 874677538,
            "stop": 874677739
        },
        {
            "start": 874677741,
            "stop": 874677881
        },
        {
            "start": 874677883,
            "stop": 874678145
        },
        {
            "start": 874678146,
            "stop": 874678203
        },
        {
            "start": 874678205,
            "stop": 874678531
        },
        {
            "start": 874678532,
            "stop": 874678617
        },
        {
            "start": 874678618,
            "stop": 874678720
        }
    ]
}