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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=105",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 106,
    "results": [
        {
            "start": 1257832530,
            "stop": 1257832584
        },
        {
            "start": 1257832587,
            "stop": 1257832588
        },
        {
            "start": 1257832594,
            "stop": 1257832598
        },
        {
            "start": 1257832601,
            "stop": 1257832728
        },
        {
            "start": 1257832731,
            "stop": 1257832850
        },
        {
            "start": 1257832853,
            "stop": 1257832886
        },
        {
            "start": 1257832889,
            "stop": 1257832927
        },
        {
            "start": 1257832933,
            "stop": 1257833043
        },
        {
            "start": 1257833049,
            "stop": 1257833079
        },
        {
            "start": 1257833082,
            "stop": 1257833126
        },
        {
            "start": 1257833129,
            "stop": 1257833152
        },
        {
            "start": 1257833155,
            "stop": 1257833265
        },
        {
            "start": 1257833268,
            "stop": 1257833364
        },
        {
            "start": 1257833367,
            "stop": 1257833407
        },
        {
            "start": 1257833410,
            "stop": 1257833520
        },
        {
            "start": 1257833523,
            "stop": 1257833614
        },
        {
            "start": 1257833617,
            "stop": 1257833622
        },
        {
            "start": 1257833625,
            "stop": 1257833715
        },
        {
            "start": 1257833721,
            "stop": 1257833724
        },
        {
            "start": 1257833727,
            "stop": 1257833814
        }
    ]
}