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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=140",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 141,
    "results": [
        {
            "start": 1239923712,
            "stop": 1239923830
        },
        {
            "start": 1239923832,
            "stop": 1239923930
        },
        {
            "start": 1239923932,
            "stop": 1239924070
        },
        {
            "start": 1239924072,
            "stop": 1239924190
        },
        {
            "start": 1239924192,
            "stop": 1239924310
        },
        {
            "start": 1239924312,
            "stop": 1239924430
        },
        {
            "start": 1239924432,
            "stop": 1239924550
        },
        {
            "start": 1239924552,
            "stop": 1239924670
        },
        {
            "start": 1239924672,
            "stop": 1239924790
        },
        {
            "start": 1239924792,
            "stop": 1239924910
        },
        {
            "start": 1239924912,
            "stop": 1239925030
        },
        {
            "start": 1239925032,
            "stop": 1239925150
        },
        {
            "start": 1239925152,
            "stop": 1239925270
        },
        {
            "start": 1239925272,
            "stop": 1239925390
        },
        {
            "start": 1239925392,
            "stop": 1239925510
        },
        {
            "start": 1239925512,
            "stop": 1239925630
        },
        {
            "start": 1239925632,
            "stop": 1239925750
        },
        {
            "start": 1239925752,
            "stop": 1239925870
        },
        {
            "start": 1239925872,
            "stop": 1239925990
        },
        {
            "start": 1239925992,
            "stop": 1239926064
        }
    ]
}