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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=244",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 245,
    "results": [
        {
            "start": 1240542253,
            "stop": 1240543295
        },
        {
            "start": 1240551281,
            "stop": 1240551590
        },
        {
            "start": 1240553514,
            "stop": 1240554241
        },
        {
            "start": 1240554253,
            "stop": 1240587612
        },
        {
            "start": 1240594562,
            "stop": 1240606966
        },
        {
            "start": 1240620999,
            "stop": 1240654372
        },
        {
            "start": 1240658942,
            "stop": 1240668052
        },
        {
            "start": 1240700690,
            "stop": 1240704099
        },
        {
            "start": 1240704120,
            "stop": 1240712026
        },
        {
            "start": 1240712027,
            "stop": 1240712028
        },
        {
            "start": 1240712031,
            "stop": 1240735662
        },
        {
            "start": 1240743328,
            "stop": 1240749001
        },
        {
            "start": 1240750849,
            "stop": 1240763403
        },
        {
            "start": 1240764591,
            "stop": 1240776392
        },
        {
            "start": 1240784297,
            "stop": 1240797004
        },
        {
            "start": 1240797014,
            "stop": 1240797015
        },
        {
            "start": 1240797026,
            "stop": 1240832478
        },
        {
            "start": 1240838298,
            "stop": 1240838702
        },
        {
            "start": 1240838811,
            "stop": 1240847405
        },
        {
            "start": 1240847501,
            "stop": 1240854290
        }
    ]
}