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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=14",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 15,
    "results": [
        {
            "start": 1127348957,
            "stop": 1127349257
        },
        {
            "start": 1127349377,
            "stop": 1127350217
        },
        {
            "start": 1127350277,
            "stop": 1127350337
        },
        {
            "start": 1127350397,
            "stop": 1127352257
        },
        {
            "start": 1127352317,
            "stop": 1127352437
        },
        {
            "start": 1127352497,
            "stop": 1127352677
        },
        {
            "start": 1127352737,
            "stop": 1127353457
        },
        {
            "start": 1127353577,
            "stop": 1127353757
        },
        {
            "start": 1127353817,
            "stop": 1127354057
        },
        {
            "start": 1127354117,
            "stop": 1127354177
        },
        {
            "start": 1127354297,
            "stop": 1127354357
        },
        {
            "start": 1127354477,
            "stop": 1127356637
        },
        {
            "start": 1127356697,
            "stop": 1127356757
        },
        {
            "start": 1127356817,
            "stop": 1127357237
        },
        {
            "start": 1127357297,
            "stop": 1127357357
        },
        {
            "start": 1127357477,
            "stop": 1127357537
        },
        {
            "start": 1127357717,
            "stop": 1127357777
        },
        {
            "start": 1127358317,
            "stop": 1127358377
        },
        {
            "start": 1127358497,
            "stop": 1127358557
        },
        {
            "start": 1127358737,
            "stop": 1127358797
        }
    ]
}