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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=308",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 309,
    "results": [
        {
            "start": 1247871841,
            "stop": 1247871849
        },
        {
            "start": 1247871850,
            "stop": 1247871897
        },
        {
            "start": 1247871898,
            "stop": 1247871947
        },
        {
            "start": 1247871950,
            "stop": 1247871980
        },
        {
            "start": 1247871983,
            "stop": 1247872016
        },
        {
            "start": 1247872019,
            "stop": 1247872060
        },
        {
            "start": 1247872062,
            "stop": 1247872093
        },
        {
            "start": 1247872099,
            "stop": 1247872106
        },
        {
            "start": 1247872108,
            "stop": 1247872122
        },
        {
            "start": 1247872126,
            "stop": 1247872161
        },
        {
            "start": 1247872163,
            "stop": 1247872166
        },
        {
            "start": 1247872169,
            "stop": 1247872175
        },
        {
            "start": 1247872177,
            "stop": 1247872193
        },
        {
            "start": 1247872196,
            "stop": 1247872200
        },
        {
            "start": 1247872202,
            "stop": 1247872258
        },
        {
            "start": 1247872265,
            "stop": 1247872271
        },
        {
            "start": 1247872272,
            "stop": 1247872307
        },
        {
            "start": 1247872310,
            "stop": 1247872315
        },
        {
            "start": 1247872318,
            "stop": 1247872328
        },
        {
            "start": 1247872334,
            "stop": 1247872339
        }
    ]
}