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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=72",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 73,
    "results": [
        {
            "start": 1258593143,
            "stop": 1258593233
        },
        {
            "start": 1258593238,
            "stop": 1258593318
        },
        {
            "start": 1258593323,
            "stop": 1258593360
        },
        {
            "start": 1258593365,
            "stop": 1258593385
        },
        {
            "start": 1258593390,
            "stop": 1258593407
        },
        {
            "start": 1258593416,
            "stop": 1258593452
        },
        {
            "start": 1258593457,
            "stop": 1258593528
        },
        {
            "start": 1258593535,
            "stop": 1258593599
        },
        {
            "start": 1258593604,
            "stop": 1258593721
        },
        {
            "start": 1258593726,
            "stop": 1258593768
        },
        {
            "start": 1258593773,
            "stop": 1258593774
        },
        {
            "start": 1258593779,
            "stop": 1258593793
        },
        {
            "start": 1258593798,
            "stop": 1258593829
        },
        {
            "start": 1258593834,
            "stop": 1258593868
        },
        {
            "start": 1258593873,
            "stop": 1258593894
        },
        {
            "start": 1258593899,
            "stop": 1258593910
        },
        {
            "start": 1258593915,
            "stop": 1258593950
        },
        {
            "start": 1258593955,
            "stop": 1258593972
        },
        {
            "start": 1258593977,
            "stop": 1258593991
        },
        {
            "start": 1258593996,
            "stop": 1258594038
        }
    ]
}