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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=335",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 336,
    "results": [
        {
            "start": 1250136234,
            "stop": 1250136271
        },
        {
            "start": 1250136272,
            "stop": 1250136277
        },
        {
            "start": 1250136278,
            "stop": 1250146688
        },
        {
            "start": 1250146689,
            "stop": 1250146758
        },
        {
            "start": 1250152305,
            "stop": 1250175764
        },
        {
            "start": 1250183461,
            "stop": 1250269815
        },
        {
            "start": 1250269817,
            "stop": 1250269826
        },
        {
            "start": 1250269827,
            "stop": 1250269994
        },
        {
            "start": 1250269996,
            "stop": 1250270104
        },
        {
            "start": 1250270105,
            "stop": 1250270106
        },
        {
            "start": 1250270107,
            "stop": 1250270113
        },
        {
            "start": 1250270114,
            "stop": 1250273246
        },
        {
            "start": 1250273247,
            "stop": 1250277963
        },
        {
            "start": 1250277964,
            "stop": 1250278027
        },
        {
            "start": 1250278028,
            "stop": 1250278133
        },
        {
            "start": 1250278134,
            "stop": 1250278137
        },
        {
            "start": 1250278138,
            "stop": 1250278142
        },
        {
            "start": 1250278143,
            "stop": 1250278147
        },
        {
            "start": 1250278148,
            "stop": 1250278177
        },
        {
            "start": 1250278178,
            "stop": 1250278222
        }
    ]
}