Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=209",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 210,
    "results": [
        {
            "start": 1239899729,
            "stop": 1239899831
        },
        {
            "start": 1239899832,
            "stop": 1239899951
        },
        {
            "start": 1239899952,
            "stop": 1239900071
        },
        {
            "start": 1239900072,
            "stop": 1239900191
        },
        {
            "start": 1239900192,
            "stop": 1239900311
        },
        {
            "start": 1239900312,
            "stop": 1239900431
        },
        {
            "start": 1239900432,
            "stop": 1239900551
        },
        {
            "start": 1239900552,
            "stop": 1239900671
        },
        {
            "start": 1239900672,
            "stop": 1239900719
        },
        {
            "start": 1239900722,
            "stop": 1239900791
        },
        {
            "start": 1239900792,
            "stop": 1239900911
        },
        {
            "start": 1239900912,
            "stop": 1239901031
        },
        {
            "start": 1239901032,
            "stop": 1239901151
        },
        {
            "start": 1239901152,
            "stop": 1239901271
        },
        {
            "start": 1239901272,
            "stop": 1239901391
        },
        {
            "start": 1239901392,
            "stop": 1239901511
        },
        {
            "start": 1239901512,
            "stop": 1239901631
        },
        {
            "start": 1239901632,
            "stop": 1239901751
        },
        {
            "start": 1239901752,
            "stop": 1239901871
        },
        {
            "start": 1239901872,
            "stop": 1239901991
        }
    ]
}