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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1409",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1407",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1408,
    "results": [
        {
            "start": 971550875,
            "stop": 971551024
        },
        {
            "start": 971551025,
            "stop": 971551113
        },
        {
            "start": 971551114,
            "stop": 971551116
        },
        {
            "start": 971551117,
            "stop": 971552930
        },
        {
            "start": 971555128,
            "stop": 971558464
        },
        {
            "start": 971558465,
            "stop": 971558979
        },
        {
            "start": 971559000,
            "stop": 971562452
        },
        {
            "start": 971562484,
            "stop": 971566122
        },
        {
            "start": 971568315,
            "stop": 971569306
        },
        {
            "start": 971569307,
            "stop": 971569311
        },
        {
            "start": 971569313,
            "stop": 971569890
        },
        {
            "start": 971569933,
            "stop": 971580928
        },
        {
            "start": 971581453,
            "stop": 971583323
        },
        {
            "start": 971589094,
            "stop": 971593690
        },
        {
            "start": 971599454,
            "stop": 971600113
        },
        {
            "start": 971600114,
            "stop": 971600916
        },
        {
            "start": 971600918,
            "stop": 971601140
        },
        {
            "start": 971601141,
            "stop": 971601261
        },
        {
            "start": 971601263,
            "stop": 971601291
        },
        {
            "start": 971601293,
            "stop": 971601362
        }
    ]
}