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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7017",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7018,
    "results": [
        {
            "start": 873789789,
            "stop": 873789972
        },
        {
            "start": 873789973,
            "stop": 873790279
        },
        {
            "start": 873790280,
            "stop": 873790346
        },
        {
            "start": 873790347,
            "stop": 873791074
        },
        {
            "start": 873791075,
            "stop": 873791322
        },
        {
            "start": 873791324,
            "stop": 873791570
        },
        {
            "start": 873791572,
            "stop": 873791583
        },
        {
            "start": 873791585,
            "stop": 873791634
        },
        {
            "start": 873791636,
            "stop": 873791717
        },
        {
            "start": 873791718,
            "stop": 873792252
        },
        {
            "start": 873792253,
            "stop": 873792564
        },
        {
            "start": 873792565,
            "stop": 873792782
        },
        {
            "start": 873792784,
            "stop": 873793182
        },
        {
            "start": 873793183,
            "stop": 873793322
        },
        {
            "start": 873793323,
            "stop": 873793782
        },
        {
            "start": 873793784,
            "stop": 873793812
        },
        {
            "start": 873793814,
            "stop": 873794394
        },
        {
            "start": 873794395,
            "stop": 873794743
        },
        {
            "start": 873794744,
            "stop": 873794943
        },
        {
            "start": 873794944,
            "stop": 873794973
        }
    ]
}