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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=91",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 92,
    "results": [
        {
            "start": 819792048,
            "stop": 819792320
        },
        {
            "start": 819792323,
            "stop": 819792328
        },
        {
            "start": 819792331,
            "stop": 819793189
        },
        {
            "start": 819793192,
            "stop": 819793352
        },
        {
            "start": 819793355,
            "stop": 819794075
        },
        {
            "start": 819794078,
            "stop": 819795049
        },
        {
            "start": 819795052,
            "stop": 819795102
        },
        {
            "start": 819795106,
            "stop": 819795622
        },
        {
            "start": 819795625,
            "stop": 819795699
        },
        {
            "start": 819795702,
            "stop": 819795740
        },
        {
            "start": 819795743,
            "stop": 819795842
        },
        {
            "start": 819795845,
            "stop": 819796063
        },
        {
            "start": 819796066,
            "stop": 819796200
        },
        {
            "start": 819796203,
            "stop": 819796666
        },
        {
            "start": 819796669,
            "stop": 819797131
        },
        {
            "start": 819797134,
            "stop": 819797552
        },
        {
            "start": 819797555,
            "stop": 819797662
        },
        {
            "start": 819797666,
            "stop": 819797972
        },
        {
            "start": 819797975,
            "stop": 819798197
        },
        {
            "start": 819798200,
            "stop": 819798628
        }
    ]
}