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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3640",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3638",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3639,
    "results": [
        {
            "start": 970556388,
            "stop": 970556390
        },
        {
            "start": 970556396,
            "stop": 970556404
        },
        {
            "start": 970556413,
            "stop": 970556453
        },
        {
            "start": 970556463,
            "stop": 970556504
        },
        {
            "start": 970556522,
            "stop": 970556529
        },
        {
            "start": 970556538,
            "stop": 970557276
        },
        {
            "start": 970557279,
            "stop": 970557723
        },
        {
            "start": 970557726,
            "stop": 970557775
        },
        {
            "start": 970557778,
            "stop": 970557971
        },
        {
            "start": 970557974,
            "stop": 970558004
        },
        {
            "start": 970558007,
            "stop": 970558014
        },
        {
            "start": 970558015,
            "stop": 970558186
        },
        {
            "start": 970558196,
            "stop": 970558197
        },
        {
            "start": 970558203,
            "stop": 970558204
        },
        {
            "start": 970558210,
            "stop": 970558212
        },
        {
            "start": 970558221,
            "stop": 970558222
        },
        {
            "start": 970558228,
            "stop": 970558233
        },
        {
            "start": 970558239,
            "stop": 970558240
        },
        {
            "start": 970558246,
            "stop": 970558257
        },
        {
            "start": 970558266,
            "stop": 970558268
        }
    ]
}