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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33190",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33191,
    "results": [
        {
            "start": 970847254,
            "stop": 970847262
        },
        {
            "start": 970847269,
            "stop": 970847295
        },
        {
            "start": 970847476,
            "stop": 970847657
        },
        {
            "start": 970847660,
            "stop": 970847664
        },
        {
            "start": 970847665,
            "stop": 970847680
        },
        {
            "start": 970847683,
            "stop": 970847715
        },
        {
            "start": 970847956,
            "stop": 970847970
        },
        {
            "start": 970847973,
            "stop": 970847993
        },
        {
            "start": 970847996,
            "stop": 970848033
        },
        {
            "start": 970848036,
            "stop": 970848316
        },
        {
            "start": 970848556,
            "stop": 970848616
        },
        {
            "start": 970848736,
            "stop": 970848796
        },
        {
            "start": 970848797,
            "stop": 970848805
        },
        {
            "start": 970848808,
            "stop": 970848813
        },
        {
            "start": 970848814,
            "stop": 970848862
        },
        {
            "start": 970848866,
            "stop": 970849093
        },
        {
            "start": 970849096,
            "stop": 970849276
        },
        {
            "start": 970849336,
            "stop": 970849349
        },
        {
            "start": 970849352,
            "stop": 970849498
        },
        {
            "start": 970849503,
            "stop": 970849516
        }
    ]
}