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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=255",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 256,
    "results": [
        {
            "start": 1241475460,
            "stop": 1241475464
        },
        {
            "start": 1241475465,
            "stop": 1241475475
        },
        {
            "start": 1241475477,
            "stop": 1241475502
        },
        {
            "start": 1241475503,
            "stop": 1241475504
        },
        {
            "start": 1241475505,
            "stop": 1241475566
        },
        {
            "start": 1241475568,
            "stop": 1241475700
        },
        {
            "start": 1241475704,
            "stop": 1241475920
        },
        {
            "start": 1241475921,
            "stop": 1241475936
        },
        {
            "start": 1241475939,
            "stop": 1241475940
        },
        {
            "start": 1241475942,
            "stop": 1241476206
        },
        {
            "start": 1241476210,
            "stop": 1241476211
        },
        {
            "start": 1241476212,
            "stop": 1241476284
        },
        {
            "start": 1241476286,
            "stop": 1241476361
        },
        {
            "start": 1241476363,
            "stop": 1241476440
        },
        {
            "start": 1241476443,
            "stop": 1241476481
        },
        {
            "start": 1241476483,
            "stop": 1241476503
        },
        {
            "start": 1241476505,
            "stop": 1241476587
        },
        {
            "start": 1241476592,
            "stop": 1241476809
        },
        {
            "start": 1241476810,
            "stop": 1241476873
        },
        {
            "start": 1241476876,
            "stop": 1241476917
        }
    ]
}