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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=31",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 32,
    "results": [
        {
            "start": 1238190205,
            "stop": 1238190227
        },
        {
            "start": 1238190229,
            "stop": 1238190256
        },
        {
            "start": 1238190259,
            "stop": 1238190264
        },
        {
            "start": 1238190266,
            "stop": 1238190275
        },
        {
            "start": 1238190280,
            "stop": 1238190284
        },
        {
            "start": 1238190287,
            "stop": 1238190293
        },
        {
            "start": 1238190298,
            "stop": 1238190305
        },
        {
            "start": 1238190308,
            "stop": 1238190311
        },
        {
            "start": 1238190313,
            "stop": 1238190317
        },
        {
            "start": 1238190319,
            "stop": 1238190321
        },
        {
            "start": 1238190323,
            "stop": 1238190329
        },
        {
            "start": 1238190331,
            "stop": 1238190336
        },
        {
            "start": 1238190341,
            "stop": 1238190344
        },
        {
            "start": 1238190347,
            "stop": 1238190350
        },
        {
            "start": 1238190355,
            "stop": 1238190363
        },
        {
            "start": 1238190366,
            "stop": 1238190368
        },
        {
            "start": 1238190369,
            "stop": 1238190371
        },
        {
            "start": 1238190373,
            "stop": 1238190377
        },
        {
            "start": 1238190382,
            "stop": 1238190386
        },
        {
            "start": 1238190389,
            "stop": 1238190392
        }
    ]
}