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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=287",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 288,
    "results": [
        {
            "start": 857746730,
            "stop": 857746743
        },
        {
            "start": 857746751,
            "stop": 857746805
        },
        {
            "start": 857746809,
            "stop": 857747208
        },
        {
            "start": 857747212,
            "stop": 857747286
        },
        {
            "start": 857747290,
            "stop": 857747903
        },
        {
            "start": 857747907,
            "stop": 857748008
        },
        {
            "start": 857748017,
            "stop": 857754215
        },
        {
            "start": 857754220,
            "stop": 857754244
        },
        {
            "start": 857754253,
            "stop": 857754331
        },
        {
            "start": 857754335,
            "stop": 857754370
        },
        {
            "start": 857754374,
            "stop": 857754380
        },
        {
            "start": 857754384,
            "stop": 857754394
        },
        {
            "start": 857754408,
            "stop": 857754423
        },
        {
            "start": 857754427,
            "stop": 857754869
        },
        {
            "start": 857754873,
            "stop": 857754985
        },
        {
            "start": 857754989,
            "stop": 857754994
        },
        {
            "start": 857779169,
            "stop": 857788971
        },
        {
            "start": 857789062,
            "stop": 857790218
        },
        {
            "start": 857792670,
            "stop": 857833218
        },
        {
            "start": 857850329,
            "stop": 857851252
        }
    ]
}