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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6136",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6137,
    "results": [
        {
            "start": 874235147,
            "stop": 874235159
        },
        {
            "start": 874235162,
            "stop": 874235167
        },
        {
            "start": 874235170,
            "stop": 874235258
        },
        {
            "start": 874235268,
            "stop": 874235269
        },
        {
            "start": 874235277,
            "stop": 874235283
        },
        {
            "start": 874235295,
            "stop": 874235298
        },
        {
            "start": 874235303,
            "stop": 874235309
        },
        {
            "start": 874235312,
            "stop": 874235419
        },
        {
            "start": 874235422,
            "stop": 874235468
        },
        {
            "start": 874235475,
            "stop": 874235476
        },
        {
            "start": 874235479,
            "stop": 874235496
        },
        {
            "start": 874235500,
            "stop": 874235506
        },
        {
            "start": 874235511,
            "stop": 874235523
        },
        {
            "start": 874235527,
            "stop": 874235531
        },
        {
            "start": 874235538,
            "stop": 874235549
        },
        {
            "start": 874235553,
            "stop": 874235554
        },
        {
            "start": 874235566,
            "stop": 874235745
        },
        {
            "start": 874235748,
            "stop": 874235770
        },
        {
            "start": 874235773,
            "stop": 874235959
        },
        {
            "start": 874235960,
            "stop": 874236015
        }
    ]
}