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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 2,
    "results": [
        {
            "start": 1238177106,
            "stop": 1238177122
        },
        {
            "start": 1238177123,
            "stop": 1238177125
        },
        {
            "start": 1238177127,
            "stop": 1238177141
        },
        {
            "start": 1238177146,
            "stop": 1238177149
        },
        {
            "start": 1238177153,
            "stop": 1238177248
        },
        {
            "start": 1238177251,
            "stop": 1238177254
        },
        {
            "start": 1238177257,
            "stop": 1238177278
        },
        {
            "start": 1238177281,
            "stop": 1238177967
        },
        {
            "start": 1238177969,
            "stop": 1238177992
        },
        {
            "start": 1238177995,
            "stop": 1238178001
        },
        {
            "start": 1238178004,
            "stop": 1238178010
        },
        {
            "start": 1238178013,
            "stop": 1238178051
        },
        {
            "start": 1238178054,
            "stop": 1238178057
        },
        {
            "start": 1238178059,
            "stop": 1238178085
        },
        {
            "start": 1238178087,
            "stop": 1238178149
        },
        {
            "start": 1238178150,
            "stop": 1238178151
        },
        {
            "start": 1238178153,
            "stop": 1238178158
        },
        {
            "start": 1238178160,
            "stop": 1238178161
        },
        {
            "start": 1238178162,
            "stop": 1238178232
        },
        {
            "start": 1238178233,
            "stop": 1238178242
        }
    ]
}