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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=77",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 78,
    "results": [
        {
            "start": 1238444534,
            "stop": 1238444542
        },
        {
            "start": 1238444544,
            "stop": 1238444545
        },
        {
            "start": 1238444548,
            "stop": 1238444845
        },
        {
            "start": 1238444847,
            "stop": 1238444912
        },
        {
            "start": 1238444915,
            "stop": 1238445086
        },
        {
            "start": 1238445087,
            "stop": 1238445118
        },
        {
            "start": 1238445120,
            "stop": 1238445122
        },
        {
            "start": 1238445123,
            "stop": 1238445138
        },
        {
            "start": 1238445142,
            "stop": 1238445228
        },
        {
            "start": 1238445234,
            "stop": 1238445235
        },
        {
            "start": 1238445236,
            "stop": 1238445393
        },
        {
            "start": 1238445395,
            "stop": 1238445408
        },
        {
            "start": 1238445409,
            "stop": 1238445599
        },
        {
            "start": 1238445601,
            "stop": 1238445828
        },
        {
            "start": 1238445830,
            "stop": 1238445850
        },
        {
            "start": 1238445851,
            "stop": 1238445871
        },
        {
            "start": 1238445872,
            "stop": 1238445885
        },
        {
            "start": 1238445886,
            "stop": 1238446026
        },
        {
            "start": 1238446028,
            "stop": 1238446029
        },
        {
            "start": 1238446032,
            "stop": 1238446319
        }
    ]
}