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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=312",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 313,
    "results": [
        {
            "start": 867009486,
            "stop": 867014595
        },
        {
            "start": 867014996,
            "stop": 867016257
        },
        {
            "start": 867022019,
            "stop": 867022758
        },
        {
            "start": 867023974,
            "stop": 867025115
        },
        {
            "start": 867033933,
            "stop": 867034271
        },
        {
            "start": 867034571,
            "stop": 867034771
        },
        {
            "start": 867036496,
            "stop": 867036651
        },
        {
            "start": 867040121,
            "stop": 867056156
        },
        {
            "start": 867057277,
            "stop": 867078144
        },
        {
            "start": 867078254,
            "stop": 867081381
        },
        {
            "start": 867081681,
            "stop": 867081734
        },
        {
            "start": 867082034,
            "stop": 867082464
        },
        {
            "start": 867084495,
            "stop": 867084709
        },
        {
            "start": 867085009,
            "stop": 867089487
        },
        {
            "start": 867089787,
            "stop": 867091312
        },
        {
            "start": 867108964,
            "stop": 867109607
        },
        {
            "start": 867110116,
            "stop": 867110529
        },
        {
            "start": 867110639,
            "stop": 867110698
        },
        {
            "start": 867110998,
            "stop": 867111260
        },
        {
            "start": 867111370,
            "stop": 867111455
        }
    ]
}