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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=683",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 684,
    "results": [
        {
            "start": 854752774,
            "stop": 854770206
        },
        {
            "start": 854771300,
            "stop": 854794500
        },
        {
            "start": 854794979,
            "stop": 854811668
        },
        {
            "start": 854811669,
            "stop": 854812842
        },
        {
            "start": 854829913,
            "stop": 854829929
        },
        {
            "start": 854829931,
            "stop": 854829932
        },
        {
            "start": 854829934,
            "stop": 854830113
        },
        {
            "start": 854830974,
            "stop": 854836817
        },
        {
            "start": 854836820,
            "stop": 854837379
        },
        {
            "start": 854837382,
            "stop": 854908922
        },
        {
            "start": 854908924,
            "stop": 854910415
        },
        {
            "start": 854911430,
            "stop": 854913456
        },
        {
            "start": 854913458,
            "stop": 854916967
        },
        {
            "start": 854918105,
            "stop": 854919025
        },
        {
            "start": 854920868,
            "stop": 854923832
        },
        {
            "start": 854924305,
            "stop": 854926257
        },
        {
            "start": 854926801,
            "stop": 854988003
        },
        {
            "start": 854988720,
            "stop": 855004871
        },
        {
            "start": 855005484,
            "stop": 855005665
        },
        {
            "start": 855005667,
            "stop": 855011499
        }
    ]
}