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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=15",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 16,
    "results": [
        {
            "start": 1257171599,
            "stop": 1257174476
        },
        {
            "start": 1257174481,
            "stop": 1257174582
        },
        {
            "start": 1257174586,
            "stop": 1257175974
        },
        {
            "start": 1257175977,
            "stop": 1257176801
        },
        {
            "start": 1257176804,
            "stop": 1257177944
        },
        {
            "start": 1257177946,
            "stop": 1257178740
        },
        {
            "start": 1257178744,
            "stop": 1257178750
        },
        {
            "start": 1257178754,
            "stop": 1257180792
        },
        {
            "start": 1257192110,
            "stop": 1257192512
        },
        {
            "start": 1257192515,
            "stop": 1257192795
        },
        {
            "start": 1257192798,
            "stop": 1257193628
        },
        {
            "start": 1257193632,
            "stop": 1257194017
        },
        {
            "start": 1257194025,
            "stop": 1257194807
        },
        {
            "start": 1257194810,
            "stop": 1257194825
        },
        {
            "start": 1257194827,
            "stop": 1257194871
        },
        {
            "start": 1257194874,
            "stop": 1257195220
        },
        {
            "start": 1257195224,
            "stop": 1257195915
        },
        {
            "start": 1257223095,
            "stop": 1257223103
        },
        {
            "start": 1257223476,
            "stop": 1257223534
        },
        {
            "start": 1257223538,
            "stop": 1257223545
        }
    ]
}