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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=5",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 6,
    "results": [
        {
            "start": 1238178961,
            "stop": 1238178984
        },
        {
            "start": 1238178985,
            "stop": 1238178986
        },
        {
            "start": 1238178992,
            "stop": 1238179004
        },
        {
            "start": 1238179005,
            "stop": 1238179006
        },
        {
            "start": 1238179009,
            "stop": 1238179020
        },
        {
            "start": 1238179022,
            "stop": 1238179043
        },
        {
            "start": 1238179046,
            "stop": 1238179053
        },
        {
            "start": 1238179056,
            "stop": 1238179071
        },
        {
            "start": 1238179074,
            "stop": 1238179091
        },
        {
            "start": 1238179093,
            "stop": 1238179146
        },
        {
            "start": 1238179149,
            "stop": 1238179155
        },
        {
            "start": 1238179157,
            "stop": 1238179168
        },
        {
            "start": 1238179170,
            "stop": 1238179188
        },
        {
            "start": 1238179189,
            "stop": 1238179196
        },
        {
            "start": 1238179198,
            "stop": 1238179212
        },
        {
            "start": 1238179214,
            "stop": 1238179215
        },
        {
            "start": 1238179216,
            "stop": 1238179221
        },
        {
            "start": 1238179222,
            "stop": 1238179229
        },
        {
            "start": 1238179231,
            "stop": 1238179238
        },
        {
            "start": 1238179243,
            "stop": 1238179255
        }
    ]
}