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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7284",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7285,
    "results": [
        {
            "start": 875038285,
            "stop": 875038473
        },
        {
            "start": 875038474,
            "stop": 875038544
        },
        {
            "start": 875038545,
            "stop": 875038601
        },
        {
            "start": 875038602,
            "stop": 875038632
        },
        {
            "start": 875038634,
            "stop": 875038651
        },
        {
            "start": 875038653,
            "stop": 875038785
        },
        {
            "start": 875038786,
            "stop": 875038827
        },
        {
            "start": 875038828,
            "stop": 875038974
        },
        {
            "start": 875038976,
            "stop": 875039173
        },
        {
            "start": 875039175,
            "stop": 875039574
        },
        {
            "start": 875039576,
            "stop": 875039579
        },
        {
            "start": 875039580,
            "stop": 875039863
        },
        {
            "start": 875039864,
            "stop": 875040040
        },
        {
            "start": 875040041,
            "stop": 875040142
        },
        {
            "start": 875040143,
            "stop": 875040222
        },
        {
            "start": 875040223,
            "stop": 875040288
        },
        {
            "start": 875040289,
            "stop": 875040431
        },
        {
            "start": 875040432,
            "stop": 875040620
        },
        {
            "start": 875040622,
            "stop": 875040687
        },
        {
            "start": 875040689,
            "stop": 875040715
        }
    ]
}