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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3647",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3645",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3646,
    "results": [
        {
            "start": 970602152,
            "stop": 970602175
        },
        {
            "start": 970602178,
            "stop": 970602210
        },
        {
            "start": 970602213,
            "stop": 970602240
        },
        {
            "start": 970602243,
            "stop": 970602259
        },
        {
            "start": 970602262,
            "stop": 970602268
        },
        {
            "start": 970602271,
            "stop": 970602285
        },
        {
            "start": 970602288,
            "stop": 970602304
        },
        {
            "start": 970602307,
            "stop": 970602354
        },
        {
            "start": 970602357,
            "stop": 970602363
        },
        {
            "start": 970602366,
            "stop": 970602382
        },
        {
            "start": 970602386,
            "stop": 970602401
        },
        {
            "start": 970602404,
            "stop": 970602437
        },
        {
            "start": 970602440,
            "stop": 970602467
        },
        {
            "start": 970602470,
            "stop": 970602477
        },
        {
            "start": 970602480,
            "stop": 970602498
        },
        {
            "start": 970602501,
            "stop": 970602531
        },
        {
            "start": 970602534,
            "stop": 970602554
        },
        {
            "start": 970602557,
            "stop": 970602562
        },
        {
            "start": 970602565,
            "stop": 970602574
        },
        {
            "start": 970602577,
            "stop": 970602604
        }
    ]
}