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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5914",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5912",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5913,
    "results": [
        {
            "start": 875139522,
            "stop": 875139544
        },
        {
            "start": 875139547,
            "stop": 875139619
        },
        {
            "start": 875139622,
            "stop": 875139677
        },
        {
            "start": 875139681,
            "stop": 875139769
        },
        {
            "start": 875139775,
            "stop": 875139791
        },
        {
            "start": 875139795,
            "stop": 875139877
        },
        {
            "start": 875139880,
            "stop": 875139950
        },
        {
            "start": 875139953,
            "stop": 875140021
        },
        {
            "start": 875140025,
            "stop": 875140075
        },
        {
            "start": 875140079,
            "stop": 875140085
        },
        {
            "start": 875140088,
            "stop": 875140090
        },
        {
            "start": 875140093,
            "stop": 875140128
        },
        {
            "start": 875140131,
            "stop": 875140156
        },
        {
            "start": 875140159,
            "stop": 875140198
        },
        {
            "start": 875140201,
            "stop": 875140351
        },
        {
            "start": 875140354,
            "stop": 875140368
        },
        {
            "start": 875140371,
            "stop": 875140469
        },
        {
            "start": 875140472,
            "stop": 875140482
        },
        {
            "start": 875140485,
            "stop": 875140499
        },
        {
            "start": 875140502,
            "stop": 875140519
        }
    ]
}