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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3299",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3300,
    "results": [
        {
            "start": 874790501,
            "stop": 874790525
        },
        {
            "start": 874790533,
            "stop": 874794180
        },
        {
            "start": 874794300,
            "stop": 874794480
        },
        {
            "start": 874794600,
            "stop": 874794780
        },
        {
            "start": 874794840,
            "stop": 874796640
        },
        {
            "start": 874796700,
            "stop": 874796940
        },
        {
            "start": 874797060,
            "stop": 874797900
        },
        {
            "start": 874797960,
            "stop": 874799220
        },
        {
            "start": 874799340,
            "stop": 874801965
        },
        {
            "start": 874802689,
            "stop": 874807440
        },
        {
            "start": 874807560,
            "stop": 874813440
        },
        {
            "start": 874813500,
            "stop": 874813680
        },
        {
            "start": 874813740,
            "stop": 874816140
        },
        {
            "start": 874816200,
            "stop": 874816260
        },
        {
            "start": 874816320,
            "stop": 874816500
        },
        {
            "start": 874816560,
            "stop": 874816693
        },
        {
            "start": 874816698,
            "stop": 874816727
        },
        {
            "start": 874816737,
            "stop": 874817116
        },
        {
            "start": 874817119,
            "stop": 874817323
        },
        {
            "start": 874819487,
            "stop": 874819813
        }
    ]
}