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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=67",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 68,
    "results": [
        {
            "start": 1238307562,
            "stop": 1238307795
        },
        {
            "start": 1238307800,
            "stop": 1238307801
        },
        {
            "start": 1238307804,
            "stop": 1238308296
        },
        {
            "start": 1238308298,
            "stop": 1238308339
        },
        {
            "start": 1238308351,
            "stop": 1238308601
        },
        {
            "start": 1238308606,
            "stop": 1238308623
        },
        {
            "start": 1238308628,
            "stop": 1238308652
        },
        {
            "start": 1238308658,
            "stop": 1238308667
        },
        {
            "start": 1238308669,
            "stop": 1238308997
        },
        {
            "start": 1238308998,
            "stop": 1238309032
        },
        {
            "start": 1238309035,
            "stop": 1238309924
        },
        {
            "start": 1238309928,
            "stop": 1238310279
        },
        {
            "start": 1238310284,
            "stop": 1238310436
        },
        {
            "start": 1238310445,
            "stop": 1238310446
        },
        {
            "start": 1238310448,
            "stop": 1238310519
        },
        {
            "start": 1238310521,
            "stop": 1238311089
        },
        {
            "start": 1238311094,
            "stop": 1238311096
        },
        {
            "start": 1238311099,
            "stop": 1238311101
        },
        {
            "start": 1238311108,
            "stop": 1238311684
        },
        {
            "start": 1238311689,
            "stop": 1238312109
        }
    ]
}