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=5774
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=5775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5773",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5774,
    "results": [
        {
            "start": 874659075,
            "stop": 874659088
        },
        {
            "start": 874659092,
            "stop": 874659127
        },
        {
            "start": 874659130,
            "stop": 874659480
        },
        {
            "start": 874659483,
            "stop": 874659661
        },
        {
            "start": 874659665,
            "stop": 874659698
        },
        {
            "start": 874659702,
            "stop": 874659726
        },
        {
            "start": 874659729,
            "stop": 874659978
        },
        {
            "start": 874659981,
            "stop": 874660041
        },
        {
            "start": 874660044,
            "stop": 874660100
        },
        {
            "start": 874660103,
            "stop": 874660219
        },
        {
            "start": 874660222,
            "stop": 874660332
        },
        {
            "start": 874660335,
            "stop": 874660348
        },
        {
            "start": 874660351,
            "stop": 874660413
        },
        {
            "start": 874660416,
            "stop": 874660428
        },
        {
            "start": 874660431,
            "stop": 874660432
        },
        {
            "start": 874660435,
            "stop": 874660448
        },
        {
            "start": 874660451,
            "stop": 874660507
        },
        {
            "start": 874660510,
            "stop": 874660511
        },
        {
            "start": 874660514,
            "stop": 874660571
        },
        {
            "start": 874660574,
            "stop": 874660743
        }
    ]
}