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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=61",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 62,
    "results": [
        {
            "start": 1238307800,
            "stop": 1238307801
        },
        {
            "start": 1238307804,
            "stop": 1238308296
        },
        {
            "start": 1238308298,
            "stop": 1238308339
        },
        {
            "start": 1238308351,
            "stop": 1238308652
        },
        {
            "start": 1238308658,
            "stop": 1238308667
        },
        {
            "start": 1238308669,
            "stop": 1238308997
        },
        {
            "start": 1238308998,
            "stop": 1238309032
        },
        {
            "start": 1238309035,
            "stop": 1238310436
        },
        {
            "start": 1238310445,
            "stop": 1238310446
        },
        {
            "start": 1238310448,
            "stop": 1238310519
        },
        {
            "start": 1238310521,
            "stop": 1238311091
        },
        {
            "start": 1238311094,
            "stop": 1238311096
        },
        {
            "start": 1238311099,
            "stop": 1238311101
        },
        {
            "start": 1238311108,
            "stop": 1238312117
        },
        {
            "start": 1238312120,
            "stop": 1238312122
        },
        {
            "start": 1238312123,
            "stop": 1238312521
        },
        {
            "start": 1238312525,
            "stop": 1238312534
        },
        {
            "start": 1238315218,
            "stop": 1238316294
        },
        {
            "start": 1238316296,
            "stop": 1238316357
        },
        {
            "start": 1238316361,
            "stop": 1238316388
        }
    ]
}