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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=35",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 36,
    "results": [
        {
            "start": 1257199600,
            "stop": 1257200767
        },
        {
            "start": 1257200770,
            "stop": 1257201031
        },
        {
            "start": 1257201034,
            "stop": 1257203441
        },
        {
            "start": 1257203444,
            "stop": 1257203541
        },
        {
            "start": 1257203544,
            "stop": 1257205077
        },
        {
            "start": 1257205079,
            "stop": 1257205473
        },
        {
            "start": 1257205474,
            "stop": 1257205475
        },
        {
            "start": 1257205476,
            "stop": 1257205517
        },
        {
            "start": 1257205520,
            "stop": 1257205524
        },
        {
            "start": 1257205525,
            "stop": 1257205528
        },
        {
            "start": 1257205531,
            "stop": 1257205553
        },
        {
            "start": 1257205556,
            "stop": 1257205567
        },
        {
            "start": 1257205571,
            "stop": 1257205572
        },
        {
            "start": 1257205575,
            "stop": 1257205577
        },
        {
            "start": 1257205578,
            "stop": 1257205582
        },
        {
            "start": 1257205584,
            "stop": 1257205610
        },
        {
            "start": 1257205618,
            "stop": 1257205644
        },
        {
            "start": 1257205647,
            "stop": 1257205649
        },
        {
            "start": 1257205651,
            "stop": 1257205655
        },
        {
            "start": 1257205659,
            "stop": 1257205661
        }
    ]
}