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=6214
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=6215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6213",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6214,
    "results": [
        {
            "start": 874670468,
            "stop": 874670536
        },
        {
            "start": 874670539,
            "stop": 874671783
        },
        {
            "start": 874671784,
            "stop": 874671875
        },
        {
            "start": 874671876,
            "stop": 874671926
        },
        {
            "start": 874671927,
            "stop": 874672303
        },
        {
            "start": 874672304,
            "stop": 874672351
        },
        {
            "start": 874672352,
            "stop": 874672497
        },
        {
            "start": 874672498,
            "stop": 874673190
        },
        {
            "start": 874673194,
            "stop": 874673195
        },
        {
            "start": 874673198,
            "stop": 874673202
        },
        {
            "start": 874673208,
            "stop": 874673430
        },
        {
            "start": 874673433,
            "stop": 874673546
        },
        {
            "start": 874673547,
            "stop": 874673642
        },
        {
            "start": 874673644,
            "stop": 874673932
        },
        {
            "start": 874673933,
            "stop": 874674160
        },
        {
            "start": 874674161,
            "stop": 874674304
        },
        {
            "start": 874674306,
            "stop": 874674715
        },
        {
            "start": 874674716,
            "stop": 874674776
        },
        {
            "start": 874674777,
            "stop": 874674784
        },
        {
            "start": 874674785,
            "stop": 874674835
        }
    ]
}