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=322
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=323",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=321",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 322,
    "results": [
        {
            "start": 1248813254,
            "stop": 1248828696
        },
        {
            "start": 1248832887,
            "stop": 1248866121
        },
        {
            "start": 1248868155,
            "stop": 1248880532
        },
        {
            "start": 1248938388,
            "stop": 1248944173
        },
        {
            "start": 1248949865,
            "stop": 1248952709
        },
        {
            "start": 1248957762,
            "stop": 1248983788
        },
        {
            "start": 1248983789,
            "stop": 1248985161
        },
        {
            "start": 1248985162,
            "stop": 1248987676
        },
        {
            "start": 1248987677,
            "stop": 1248989005
        },
        {
            "start": 1248989006,
            "stop": 1248989187
        },
        {
            "start": 1248989188,
            "stop": 1248989382
        },
        {
            "start": 1248989384,
            "stop": 1248989385
        },
        {
            "start": 1248989386,
            "stop": 1248989493
        },
        {
            "start": 1248989494,
            "stop": 1248989714
        },
        {
            "start": 1248989716,
            "stop": 1248989723
        },
        {
            "start": 1248989724,
            "stop": 1248990194
        },
        {
            "start": 1248990195,
            "stop": 1248990199
        },
        {
            "start": 1248990202,
            "stop": 1248990404
        },
        {
            "start": 1248990405,
            "stop": 1248990412
        },
        {
            "start": 1248990413,
            "stop": 1248991645
        }
    ]
}