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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=68",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 69,
    "results": [
        {
            "start": 817801569,
            "stop": 817801609
        },
        {
            "start": 817801612,
            "stop": 817801822
        },
        {
            "start": 817801825,
            "stop": 817801832
        },
        {
            "start": 817801835,
            "stop": 817802087
        },
        {
            "start": 817802092,
            "stop": 817802196
        },
        {
            "start": 817802200,
            "stop": 817802244
        },
        {
            "start": 817802249,
            "stop": 817802322
        },
        {
            "start": 817802325,
            "stop": 817802343
        },
        {
            "start": 817802348,
            "stop": 817802349
        },
        {
            "start": 817802352,
            "stop": 817802356
        },
        {
            "start": 817802359,
            "stop": 817803080
        },
        {
            "start": 817803085,
            "stop": 817803093
        },
        {
            "start": 817803096,
            "stop": 817803408
        },
        {
            "start": 817803411,
            "stop": 817803416
        },
        {
            "start": 817804811,
            "stop": 817807968
        },
        {
            "start": 817807971,
            "stop": 817808008
        },
        {
            "start": 817808011,
            "stop": 817808219
        },
        {
            "start": 817808222,
            "stop": 817808316
        },
        {
            "start": 817808319,
            "stop": 817808422
        },
        {
            "start": 817808425,
            "stop": 817808628
        }
    ]
}