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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=130",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 131,
    "results": [
        {
            "start": 1239899712,
            "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": 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
        },
        {
            "start": 1239901992,
            "stop": 1239902111
        }
    ]
}