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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=475",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=473",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 474,
    "results": [
        {
            "start": 1268969853,
            "stop": 1268993337
        },
        {
            "start": 1268993338,
            "stop": 1268994503
        },
        {
            "start": 1268994504,
            "stop": 1269012465
        },
        {
            "start": 1269016329,
            "stop": 1269021641
        },
        {
            "start": 1269026954,
            "stop": 1269037525
        },
        {
            "start": 1269046699,
            "stop": 1269056128
        },
        {
            "start": 1269056129,
            "stop": 1269079656
        },
        {
            "start": 1269083691,
            "stop": 1269083731
        },
        {
            "start": 1269083783,
            "stop": 1269090294
        },
        {
            "start": 1269091036,
            "stop": 1269093715
        },
        {
            "start": 1269119289,
            "stop": 1269119937
        },
        {
            "start": 1269119938,
            "stop": 1269127933
        },
        {
            "start": 1269127934,
            "stop": 1269131327
        },
        {
            "start": 1269131328,
            "stop": 1269140506
        },
        {
            "start": 1269158380,
            "stop": 1269158680
        },
        {
            "start": 1269158768,
            "stop": 1269179793
        },
        {
            "start": 1269186184,
            "stop": 1269210423
        },
        {
            "start": 1269215272,
            "stop": 1269220522
        },
        {
            "start": 1269220720,
            "stop": 1269236368
        },
        {
            "start": 1269236369,
            "stop": 1269271634
        }
    ]
}