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=461
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=462",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=460",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 461,
    "results": [
        {
            "start": 1268955228,
            "stop": 1268955231
        },
        {
            "start": 1268955232,
            "stop": 1268955233
        },
        {
            "start": 1268955234,
            "stop": 1268955235
        },
        {
            "start": 1268955237,
            "stop": 1268955238
        },
        {
            "start": 1268955242,
            "stop": 1268955243
        },
        {
            "start": 1268955244,
            "stop": 1268955253
        },
        {
            "start": 1268955254,
            "stop": 1268955262
        },
        {
            "start": 1268955264,
            "stop": 1268955270
        },
        {
            "start": 1268955275,
            "stop": 1268955277
        },
        {
            "start": 1268955278,
            "stop": 1268955279
        },
        {
            "start": 1268955309,
            "stop": 1268955310
        },
        {
            "start": 1268955311,
            "stop": 1268955322
        },
        {
            "start": 1268955323,
            "stop": 1268955324
        },
        {
            "start": 1268955326,
            "stop": 1268955332
        },
        {
            "start": 1268955333,
            "stop": 1268955341
        },
        {
            "start": 1268955342,
            "stop": 1268955344
        },
        {
            "start": 1268955345,
            "stop": 1268955351
        },
        {
            "start": 1268955352,
            "stop": 1268955361
        },
        {
            "start": 1268955362,
            "stop": 1268955371
        },
        {
            "start": 1268955372,
            "stop": 1268955378
        }
    ]
}