Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5777
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5776",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5777,
    "results": [
        {
            "start": 874663974,
            "stop": 874663986
        },
        {
            "start": 874663989,
            "stop": 874664111
        },
        {
            "start": 874664114,
            "stop": 874664242
        },
        {
            "start": 874664245,
            "stop": 874664314
        },
        {
            "start": 874664317,
            "stop": 874664463
        },
        {
            "start": 874664466,
            "stop": 874664498
        },
        {
            "start": 874664501,
            "stop": 874664539
        },
        {
            "start": 874664542,
            "stop": 874664635
        },
        {
            "start": 874664638,
            "stop": 874664885
        },
        {
            "start": 874664889,
            "stop": 874665059
        },
        {
            "start": 874665063,
            "stop": 874665071
        },
        {
            "start": 874665074,
            "stop": 874665083
        },
        {
            "start": 874665087,
            "stop": 874665098
        },
        {
            "start": 874665101,
            "stop": 874665145
        },
        {
            "start": 874665148,
            "stop": 874665149
        },
        {
            "start": 874665152,
            "stop": 874665159
        },
        {
            "start": 874665162,
            "stop": 874665166
        },
        {
            "start": 874665169,
            "stop": 874665181
        },
        {
            "start": 874665185,
            "stop": 874665186
        },
        {
            "start": 874665192,
            "stop": 874665193
        }
    ]
}