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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=179",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 180,
    "results": [
        {
            "start": 1135925097,
            "stop": 1135925409
        },
        {
            "start": 1135925417,
            "stop": 1135926879
        },
        {
            "start": 1135926881,
            "stop": 1135928029
        },
        {
            "start": 1135928037,
            "stop": 1135928801
        },
        {
            "start": 1135928803,
            "stop": 1135934067
        },
        {
            "start": 1135934075,
            "stop": 1135940297
        },
        {
            "start": 1135940299,
            "stop": 1135943015
        },
        {
            "start": 1135948563,
            "stop": 1135954938
        },
        {
            "start": 1135954948,
            "stop": 1135955956
        },
        {
            "start": 1135955964,
            "stop": 1135956702
        },
        {
            "start": 1135956710,
            "stop": 1135957052
        },
        {
            "start": 1135957054,
            "stop": 1135957972
        },
        {
            "start": 1135957974,
            "stop": 1135965365
        },
        {
            "start": 1135968898,
            "stop": 1135975372
        },
        {
            "start": 1135975374,
            "stop": 1135975829
        },
        {
            "start": 1135980656,
            "stop": 1135985332
        },
        {
            "start": 1135985339,
            "stop": 1135987079
        },
        {
            "start": 1135987087,
            "stop": 1135990793
        },
        {
            "start": 1135990795,
            "stop": 1135991814
        },
        {
            "start": 1136004514,
            "stop": 1136007241
        }
    ]
}