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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=408",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 409,
    "results": [
        {
            "start": 868661097,
            "stop": 868661469
        },
        {
            "start": 868661817,
            "stop": 868662464
        },
        {
            "start": 868664226,
            "stop": 868701136
        },
        {
            "start": 868701749,
            "stop": 868713004
        },
        {
            "start": 868713026,
            "stop": 868713369
        },
        {
            "start": 868713391,
            "stop": 868718609
        },
        {
            "start": 868718638,
            "stop": 868718642
        },
        {
            "start": 868718663,
            "stop": 868719526
        },
        {
            "start": 868735878,
            "stop": 868736412
        },
        {
            "start": 868736433,
            "stop": 868739142
        },
        {
            "start": 868739163,
            "stop": 868739264
        },
        {
            "start": 868739288,
            "stop": 868742614
        },
        {
            "start": 868742636,
            "stop": 868742962
        },
        {
            "start": 868742983,
            "stop": 868744740
        },
        {
            "start": 868746343,
            "stop": 868748337
        },
        {
            "start": 868748557,
            "stop": 868751229
        },
        {
            "start": 868751234,
            "stop": 868752977
        },
        {
            "start": 868754245,
            "stop": 868770559
        },
        {
            "start": 868770577,
            "stop": 868790381
        },
        {
            "start": 868790399,
            "stop": 868793878
        }
    ]
}