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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3089",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3087",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3088,
    "results": [
        {
            "start": 866328720,
            "stop": 866328724
        },
        {
            "start": 866328729,
            "stop": 866330422
        },
        {
            "start": 866330428,
            "stop": 866330442
        },
        {
            "start": 866330448,
            "stop": 866330940
        },
        {
            "start": 866331060,
            "stop": 866333482
        },
        {
            "start": 866333902,
            "stop": 866334840
        },
        {
            "start": 866334900,
            "stop": 866335117
        },
        {
            "start": 866335123,
            "stop": 866342640
        },
        {
            "start": 866342700,
            "stop": 866353506
        },
        {
            "start": 866355458,
            "stop": 866355781
        },
        {
            "start": 866356081,
            "stop": 866356162
        },
        {
            "start": 866356168,
            "stop": 866356180
        },
        {
            "start": 866356188,
            "stop": 866356195
        },
        {
            "start": 866356320,
            "stop": 866356480
        },
        {
            "start": 866356485,
            "stop": 866356507
        },
        {
            "start": 866356513,
            "stop": 866356542
        },
        {
            "start": 866356548,
            "stop": 866356560
        },
        {
            "start": 866356620,
            "stop": 866362064
        },
        {
            "start": 866362245,
            "stop": 866376900
        },
        {
            "start": 866376960,
            "stop": 866380134
        }
    ]
}