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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=44",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 45,
    "results": [
        {
            "start": 1238192201,
            "stop": 1238192206
        },
        {
            "start": 1238192207,
            "stop": 1238192214
        },
        {
            "start": 1238192217,
            "stop": 1238192218
        },
        {
            "start": 1238192219,
            "stop": 1238192226
        },
        {
            "start": 1238192227,
            "stop": 1238192233
        },
        {
            "start": 1238192234,
            "stop": 1238192253
        },
        {
            "start": 1238192254,
            "stop": 1238192266
        },
        {
            "start": 1238192268,
            "stop": 1238192269
        },
        {
            "start": 1238192270,
            "stop": 1238192277
        },
        {
            "start": 1238192278,
            "stop": 1238192289
        },
        {
            "start": 1238192291,
            "stop": 1238192299
        },
        {
            "start": 1238192302,
            "stop": 1238192310
        },
        {
            "start": 1238192311,
            "stop": 1238192317
        },
        {
            "start": 1238192319,
            "stop": 1238192320
        },
        {
            "start": 1238192321,
            "stop": 1238192322
        },
        {
            "start": 1238192323,
            "stop": 1238192332
        },
        {
            "start": 1238192334,
            "stop": 1238192335
        },
        {
            "start": 1238192336,
            "stop": 1238192353
        },
        {
            "start": 1238192355,
            "stop": 1238192361
        },
        {
            "start": 1238192362,
            "stop": 1238192368
        }
    ]
}