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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=790",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=788",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 789,
    "results": [
        {
            "start": 1268411399,
            "stop": 1268411899
        },
        {
            "start": 1268411903,
            "stop": 1268412991
        },
        {
            "start": 1268412993,
            "stop": 1268416993
        },
        {
            "start": 1268416994,
            "stop": 1268419588
        },
        {
            "start": 1268419591,
            "stop": 1268420276
        },
        {
            "start": 1268429063,
            "stop": 1268430908
        },
        {
            "start": 1268431044,
            "stop": 1268436480
        },
        {
            "start": 1268436484,
            "stop": 1268438241
        },
        {
            "start": 1268438245,
            "stop": 1268442865
        },
        {
            "start": 1268442867,
            "stop": 1268443166
        },
        {
            "start": 1268443168,
            "stop": 1268443405
        },
        {
            "start": 1268443410,
            "stop": 1268445330
        },
        {
            "start": 1268445335,
            "stop": 1268446328
        },
        {
            "start": 1268446334,
            "stop": 1268446360
        },
        {
            "start": 1268446363,
            "stop": 1268447141
        },
        {
            "start": 1268447142,
            "stop": 1268447231
        },
        {
            "start": 1268447233,
            "stop": 1268447437
        },
        {
            "start": 1268447438,
            "stop": 1268447440
        },
        {
            "start": 1268447441,
            "stop": 1268447442
        },
        {
            "start": 1268447443,
            "stop": 1268448361
        }
    ]
}