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=781
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=782",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=780",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 781,
    "results": [
        {
            "start": 1268253846,
            "stop": 1268253847
        },
        {
            "start": 1268253848,
            "stop": 1268253859
        },
        {
            "start": 1268253862,
            "stop": 1268253866
        },
        {
            "start": 1268253868,
            "stop": 1268254501
        },
        {
            "start": 1268254505,
            "stop": 1268256850
        },
        {
            "start": 1268256851,
            "stop": 1268257046
        },
        {
            "start": 1268257049,
            "stop": 1268257797
        },
        {
            "start": 1268257798,
            "stop": 1268262372
        },
        {
            "start": 1268262374,
            "stop": 1268263732
        },
        {
            "start": 1268263736,
            "stop": 1268263754
        },
        {
            "start": 1268263755,
            "stop": 1268263793
        },
        {
            "start": 1268263797,
            "stop": 1268265115
        },
        {
            "start": 1268265116,
            "stop": 1268266304
        },
        {
            "start": 1268266309,
            "stop": 1268267719
        },
        {
            "start": 1268267724,
            "stop": 1268267972
        },
        {
            "start": 1268267974,
            "stop": 1268269079
        },
        {
            "start": 1268269081,
            "stop": 1268269469
        },
        {
            "start": 1268269473,
            "stop": 1268269558
        },
        {
            "start": 1268269559,
            "stop": 1268271984
        },
        {
            "start": 1268271988,
            "stop": 1268272739
        }
    ]
}