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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1017",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1015",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1016,
    "results": [
        {
            "start": 1252194683,
            "stop": 1252195419
        },
        {
            "start": 1252195423,
            "stop": 1252195745
        },
        {
            "start": 1252195749,
            "stop": 1252197709
        },
        {
            "start": 1252197713,
            "stop": 1252198576
        },
        {
            "start": 1252198581,
            "stop": 1252201761
        },
        {
            "start": 1252201765,
            "stop": 1252202995
        },
        {
            "start": 1252202997,
            "stop": 1252203597
        },
        {
            "start": 1252203601,
            "stop": 1252204861
        },
        {
            "start": 1252204865,
            "stop": 1252205188
        },
        {
            "start": 1252205193,
            "stop": 1252207991
        },
        {
            "start": 1252207993,
            "stop": 1252208240
        },
        {
            "start": 1252208243,
            "stop": 1252208273
        },
        {
            "start": 1252208277,
            "stop": 1252213263
        },
        {
            "start": 1252213271,
            "stop": 1252213334
        },
        {
            "start": 1252213338,
            "stop": 1252215174
        },
        {
            "start": 1252215176,
            "stop": 1252215380
        },
        {
            "start": 1252215383,
            "stop": 1252217565
        },
        {
            "start": 1252217569,
            "stop": 1252219005
        },
        {
            "start": 1252219009,
            "stop": 1252219327
        },
        {
            "start": 1252219331,
            "stop": 1252220805
        }
    ]
}