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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=128",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 129,
    "results": [
        {
            "start": 1239894912,
            "stop": 1239895031
        },
        {
            "start": 1239895032,
            "stop": 1239895151
        },
        {
            "start": 1239895152,
            "stop": 1239895271
        },
        {
            "start": 1239895272,
            "stop": 1239895391
        },
        {
            "start": 1239895392,
            "stop": 1239895511
        },
        {
            "start": 1239895512,
            "stop": 1239895631
        },
        {
            "start": 1239895632,
            "stop": 1239895751
        },
        {
            "start": 1239895752,
            "stop": 1239895871
        },
        {
            "start": 1239895872,
            "stop": 1239895991
        },
        {
            "start": 1239895992,
            "stop": 1239896111
        },
        {
            "start": 1239896112,
            "stop": 1239896231
        },
        {
            "start": 1239896232,
            "stop": 1239896351
        },
        {
            "start": 1239896352,
            "stop": 1239896471
        },
        {
            "start": 1239896472,
            "stop": 1239896591
        },
        {
            "start": 1239896592,
            "stop": 1239896711
        },
        {
            "start": 1239896712,
            "stop": 1239896831
        },
        {
            "start": 1239896832,
            "stop": 1239896951
        },
        {
            "start": 1239896952,
            "stop": 1239897071
        },
        {
            "start": 1239897072,
            "stop": 1239897191
        },
        {
            "start": 1239897192,
            "stop": 1239897311
        }
    ]
}