Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3070
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=3071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3069",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3070,
    "results": [
        {
            "start": 865721565,
            "stop": 865729680
        },
        {
            "start": 865729800,
            "stop": 865732980
        },
        {
            "start": 865733100,
            "stop": 865736606
        },
        {
            "start": 865738229,
            "stop": 865743211
        },
        {
            "start": 865745061,
            "stop": 865745220
        },
        {
            "start": 865745280,
            "stop": 865745299
        },
        {
            "start": 865746598,
            "stop": 865769460
        },
        {
            "start": 865769520,
            "stop": 865771440
        },
        {
            "start": 865771500,
            "stop": 865776000
        },
        {
            "start": 865776060,
            "stop": 865777500
        },
        {
            "start": 865777620,
            "stop": 865777642
        },
        {
            "start": 865777649,
            "stop": 865778100
        },
        {
            "start": 865778160,
            "stop": 865778340
        },
        {
            "start": 865778400,
            "stop": 865780910
        },
        {
            "start": 865781040,
            "stop": 865783320
        },
        {
            "start": 865783380,
            "stop": 865783758
        },
        {
            "start": 865783762,
            "stop": 865785154
        },
        {
            "start": 865785240,
            "stop": 865786004
        },
        {
            "start": 865786365,
            "stop": 865788710
        },
        {
            "start": 865788715,
            "stop": 865789630
        }
    ]
}