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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=2",
    "previous": null,
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 1,
    "results": [
        {
            "start": 1256655642,
            "stop": 1256656237
        },
        {
            "start": 1256656245,
            "stop": 1256656693
        },
        {
            "start": 1256656701,
            "stop": 1256663997
        },
        {
            "start": 1256664005,
            "stop": 1256667669
        },
        {
            "start": 1256667677,
            "stop": 1256668637
        },
        {
            "start": 1256668645,
            "stop": 1256672045
        },
        {
            "start": 1256672053,
            "stop": 1256687845
        },
        {
            "start": 1256687853,
            "stop": 1256694637
        },
        {
            "start": 1256694645,
            "stop": 1256696237
        },
        {
            "start": 1256696245,
            "stop": 1256701029
        },
        {
            "start": 1256701037,
            "stop": 1256702501
        },
        {
            "start": 1256702509,
            "stop": 1256705949
        },
        {
            "start": 1256705957,
            "stop": 1256707253
        },
        {
            "start": 1256707261,
            "stop": 1256708605
        },
        {
            "start": 1256708613,
            "stop": 1256711333
        },
        {
            "start": 1256711341,
            "stop": 1256714349
        },
        {
            "start": 1256714357,
            "stop": 1256723266
        },
        {
            "start": 1256725615,
            "stop": 1256726041
        },
        {
            "start": 1256726057,
            "stop": 1256730833
        },
        {
            "start": 1256730841,
            "stop": 1256732713
        }
    ]
}