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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=375",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 376,
    "results": [
        {
            "start": 1182807495,
            "stop": 1182807592
        },
        {
            "start": 1182807593,
            "stop": 1182807671
        },
        {
            "start": 1182807672,
            "stop": 1182807829
        },
        {
            "start": 1182807830,
            "stop": 1182807884
        },
        {
            "start": 1182807885,
            "stop": 1182808052
        },
        {
            "start": 1182808053,
            "stop": 1182808077
        },
        {
            "start": 1182808078,
            "stop": 1182808771
        },
        {
            "start": 1182808772,
            "stop": 1182809134
        },
        {
            "start": 1182809135,
            "stop": 1182809167
        },
        {
            "start": 1182809168,
            "stop": 1182809268
        },
        {
            "start": 1182809269,
            "stop": 1182809577
        },
        {
            "start": 1182809578,
            "stop": 1182809620
        },
        {
            "start": 1182809621,
            "stop": 1182810059
        },
        {
            "start": 1182810060,
            "stop": 1182810070
        },
        {
            "start": 1182810071,
            "stop": 1182810184
        },
        {
            "start": 1182810185,
            "stop": 1182810189
        },
        {
            "start": 1182810190,
            "stop": 1182810207
        },
        {
            "start": 1182810208,
            "stop": 1182810229
        },
        {
            "start": 1182810230,
            "stop": 1182810412
        },
        {
            "start": 1182810413,
            "stop": 1182810614
        }
    ]
}