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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=89",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 90,
    "results": [
        {
            "start": 1238718947,
            "stop": 1238718960
        },
        {
            "start": 1238718961,
            "stop": 1238718963
        },
        {
            "start": 1238718965,
            "stop": 1238718966
        },
        {
            "start": 1238718968,
            "stop": 1238718977
        },
        {
            "start": 1238718979,
            "stop": 1238718989
        },
        {
            "start": 1238718990,
            "stop": 1238719002
        },
        {
            "start": 1238719005,
            "stop": 1238719013
        },
        {
            "start": 1238719015,
            "stop": 1238719017
        },
        {
            "start": 1238719019,
            "stop": 1238719031
        },
        {
            "start": 1238719032,
            "stop": 1238719035
        },
        {
            "start": 1238719039,
            "stop": 1238719054
        },
        {
            "start": 1238719055,
            "stop": 1238719071
        },
        {
            "start": 1238719072,
            "stop": 1238719077
        },
        {
            "start": 1238719078,
            "stop": 1238719105
        },
        {
            "start": 1238719106,
            "stop": 1238719127
        },
        {
            "start": 1238719130,
            "stop": 1238719131
        },
        {
            "start": 1238719133,
            "stop": 1238719140
        },
        {
            "start": 1238719142,
            "stop": 1238719169
        },
        {
            "start": 1238719170,
            "stop": 1238719180
        },
        {
            "start": 1238719182,
            "stop": 1238719189
        }
    ]
}