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/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=428
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=429",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=427",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 428,
    "results": [
        {
            "start": 1267702601,
            "stop": 1267702608
        },
        {
            "start": 1267702609,
            "stop": 1267702610
        },
        {
            "start": 1267702612,
            "stop": 1267702641
        },
        {
            "start": 1267702643,
            "stop": 1267702682
        },
        {
            "start": 1267702683,
            "stop": 1267702691
        },
        {
            "start": 1267702692,
            "stop": 1267703211
        },
        {
            "start": 1267703212,
            "stop": 1267703213
        },
        {
            "start": 1267703214,
            "stop": 1267703215
        },
        {
            "start": 1267703218,
            "stop": 1267703221
        },
        {
            "start": 1267703223,
            "stop": 1267703225
        },
        {
            "start": 1267703227,
            "stop": 1267703229
        },
        {
            "start": 1267703232,
            "stop": 1267703236
        },
        {
            "start": 1267703237,
            "stop": 1267703240
        },
        {
            "start": 1267703241,
            "stop": 1267703242
        },
        {
            "start": 1267703243,
            "stop": 1267703251
        },
        {
            "start": 1267703252,
            "stop": 1267703261
        },
        {
            "start": 1267703263,
            "stop": 1267703264
        },
        {
            "start": 1267703266,
            "stop": 1267703267
        },
        {
            "start": 1267703268,
            "stop": 1267703270
        },
        {
            "start": 1267703273,
            "stop": 1267703865
        }
    ]
}