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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 81,
    "results": [
        {
            "start": 1257574097,
            "stop": 1257574837
        },
        {
            "start": 1257574840,
            "stop": 1257576368
        },
        {
            "start": 1257576371,
            "stop": 1257579020
        },
        {
            "start": 1257579028,
            "stop": 1257582557
        },
        {
            "start": 1257582560,
            "stop": 1257584511
        },
        {
            "start": 1257584513,
            "stop": 1257584661
        },
        {
            "start": 1257584664,
            "stop": 1257586766
        },
        {
            "start": 1257586767,
            "stop": 1257586957
        },
        {
            "start": 1257586960,
            "stop": 1257587382
        },
        {
            "start": 1257587383,
            "stop": 1257587391
        },
        {
            "start": 1257587392,
            "stop": 1257587697
        },
        {
            "start": 1257587698,
            "stop": 1257588630
        },
        {
            "start": 1257588633,
            "stop": 1257588835
        },
        {
            "start": 1257588838,
            "stop": 1257590926
        },
        {
            "start": 1257590929,
            "stop": 1257591132
        },
        {
            "start": 1257591140,
            "stop": 1257591747
        },
        {
            "start": 1257591749,
            "stop": 1257593785
        },
        {
            "start": 1257593788,
            "stop": 1257595302
        },
        {
            "start": 1257595305,
            "stop": 1257596264
        },
        {
            "start": 1257596265,
            "stop": 1257597223
        }
    ]
}