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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=55",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 56,
    "results": [
        {
            "start": 931499314,
            "stop": 931499318
        },
        {
            "start": 931499327,
            "stop": 931499329
        },
        {
            "start": 931499334,
            "stop": 931499338
        },
        {
            "start": 931499341,
            "stop": 931499345
        },
        {
            "start": 931499349,
            "stop": 931499360
        },
        {
            "start": 931499362,
            "stop": 931499385
        },
        {
            "start": 931499388,
            "stop": 931499389
        },
        {
            "start": 931499391,
            "stop": 931499398
        },
        {
            "start": 931499401,
            "stop": 931499404
        },
        {
            "start": 931499408,
            "stop": 931499409
        },
        {
            "start": 931499412,
            "stop": 931499414
        },
        {
            "start": 931499417,
            "stop": 931499423
        },
        {
            "start": 931499430,
            "stop": 931499433
        },
        {
            "start": 931499438,
            "stop": 931499439
        },
        {
            "start": 931499442,
            "stop": 931499449
        },
        {
            "start": 931499452,
            "stop": 931499459
        },
        {
            "start": 931499464,
            "stop": 931499466
        },
        {
            "start": 931499471,
            "stop": 931499480
        },
        {
            "start": 931499483,
            "stop": 931499491
        },
        {
            "start": 931499494,
            "stop": 931499507
        }
    ]
}