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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46862",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46863,
    "results": [
        {
            "start": 875145584,
            "stop": 875145601
        },
        {
            "start": 875145602,
            "stop": 875145620
        },
        {
            "start": 875145622,
            "stop": 875145625
        },
        {
            "start": 875145628,
            "stop": 875145642
        },
        {
            "start": 875145643,
            "stop": 875145652
        },
        {
            "start": 875145653,
            "stop": 875145664
        },
        {
            "start": 875145667,
            "stop": 875145668
        },
        {
            "start": 875145669,
            "stop": 875145673
        },
        {
            "start": 875145676,
            "stop": 875145681
        },
        {
            "start": 875145687,
            "stop": 875145704
        },
        {
            "start": 875145705,
            "stop": 875145719
        },
        {
            "start": 875145720,
            "stop": 875145723
        },
        {
            "start": 875145724,
            "stop": 875145741
        },
        {
            "start": 875145744,
            "stop": 875145783
        },
        {
            "start": 875145784,
            "stop": 875145790
        },
        {
            "start": 875145792,
            "stop": 875145793
        },
        {
            "start": 875145795,
            "stop": 875145812
        },
        {
            "start": 875145815,
            "stop": 875145822
        },
        {
            "start": 875145824,
            "stop": 875145828
        },
        {
            "start": 875145832,
            "stop": 875145833
        }
    ]
}