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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=11",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 12,
    "results": [
        {
            "start": 1264468484,
            "stop": 1264528206
        },
        {
            "start": 1264534237,
            "stop": 1264547741
        },
        {
            "start": 1264547790,
            "stop": 1264570812
        },
        {
            "start": 1264570898,
            "stop": 1264575694
        },
        {
            "start": 1264578718,
            "stop": 1264610469
        },
        {
            "start": 1264612159,
            "stop": 1264651022
        },
        {
            "start": 1264653129,
            "stop": 1264682801
        },
        {
            "start": 1264682991,
            "stop": 1264769385
        },
        {
            "start": 1264783968,
            "stop": 1264784647
        },
        {
            "start": 1264784753,
            "stop": 1264791696
        },
        {
            "start": 1264792615,
            "stop": 1264805905
        },
        {
            "start": 1264806007,
            "stop": 1264820328
        },
        {
            "start": 1264822400,
            "stop": 1264848318
        },
        {
            "start": 1264885288,
            "stop": 1264889985
        },
        {
            "start": 1264895816,
            "stop": 1264924637
        },
        {
            "start": 1264927797,
            "stop": 1264962692
        },
        {
            "start": 1264967213,
            "stop": 1264970252
        },
        {
            "start": 1264977676,
            "stop": 1265025128
        },
        {
            "start": 1265046699,
            "stop": 1265046949
        },
        {
            "start": 1265047349,
            "stop": 1265050822
        }
    ]
}