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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=69",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 70,
    "results": [
        {
            "start": 1238771124,
            "stop": 1238771145
        },
        {
            "start": 1238771147,
            "stop": 1238771217
        },
        {
            "start": 1238771218,
            "stop": 1238771229
        },
        {
            "start": 1238771231,
            "stop": 1238771268
        },
        {
            "start": 1238771271,
            "stop": 1238771289
        },
        {
            "start": 1238771291,
            "stop": 1238771330
        },
        {
            "start": 1238771331,
            "stop": 1238771333
        },
        {
            "start": 1238771334,
            "stop": 1238771344
        },
        {
            "start": 1238771345,
            "stop": 1238771355
        },
        {
            "start": 1238771357,
            "stop": 1238771391
        },
        {
            "start": 1238771392,
            "stop": 1238771646
        },
        {
            "start": 1238771647,
            "stop": 1238771707
        },
        {
            "start": 1238771708,
            "stop": 1238771941
        },
        {
            "start": 1238771942,
            "stop": 1238771951
        },
        {
            "start": 1238771952,
            "stop": 1238771975
        },
        {
            "start": 1238771978,
            "stop": 1238772158
        },
        {
            "start": 1238772159,
            "stop": 1238772162
        },
        {
            "start": 1238772163,
            "stop": 1238772190
        },
        {
            "start": 1238772191,
            "stop": 1238772363
        },
        {
            "start": 1238772364,
            "stop": 1238773286
        }
    ]
}