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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46664",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46665,
    "results": [
        {
            "start": 875038166,
            "stop": 875038192
        },
        {
            "start": 875038194,
            "stop": 875038196
        },
        {
            "start": 875038197,
            "stop": 875038209
        },
        {
            "start": 875038210,
            "stop": 875038215
        },
        {
            "start": 875038218,
            "stop": 875038242
        },
        {
            "start": 875038243,
            "stop": 875038272
        },
        {
            "start": 875038273,
            "stop": 875038277
        },
        {
            "start": 875038278,
            "stop": 875038284
        },
        {
            "start": 875038285,
            "stop": 875038302
        },
        {
            "start": 875038305,
            "stop": 875038346
        },
        {
            "start": 875038347,
            "stop": 875038355
        },
        {
            "start": 875038356,
            "stop": 875038362
        },
        {
            "start": 875038363,
            "stop": 875038385
        },
        {
            "start": 875038386,
            "stop": 875038425
        },
        {
            "start": 875038427,
            "stop": 875038440
        },
        {
            "start": 875038441,
            "stop": 875038447
        },
        {
            "start": 875038448,
            "stop": 875038455
        },
        {
            "start": 875038456,
            "stop": 875038473
        },
        {
            "start": 875038474,
            "stop": 875038487
        },
        {
            "start": 875038488,
            "stop": 875038493
        }
    ]
}