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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=499",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=497",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 498,
    "results": [
        {
            "start": 867076080,
            "stop": 867076107
        },
        {
            "start": 867076115,
            "stop": 867078144
        },
        {
            "start": 867078254,
            "stop": 867079634
        },
        {
            "start": 867079636,
            "stop": 867081381
        },
        {
            "start": 867081681,
            "stop": 867081734
        },
        {
            "start": 867082034,
            "stop": 867082464
        },
        {
            "start": 867084495,
            "stop": 867084709
        },
        {
            "start": 867085009,
            "stop": 867087180
        },
        {
            "start": 867087245,
            "stop": 867087260
        },
        {
            "start": 867087270,
            "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
        },
        {
            "start": 867111755,
            "stop": 867120021
        },
        {
            "start": 867120131,
            "stop": 867120488
        },
        {
            "start": 867123116,
            "stop": 867143117
        },
        {
            "start": 867143227,
            "stop": 867144076
        }
    ]
}