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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=470",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=468",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 469,
    "results": [
        {
            "start": 861723659,
            "stop": 861723734
        },
        {
            "start": 861723957,
            "stop": 861724572
        },
        {
            "start": 861726785,
            "stop": 861748879
        },
        {
            "start": 861749903,
            "stop": 861750615
        },
        {
            "start": 861750688,
            "stop": 861752851
        },
        {
            "start": 861752951,
            "stop": 861774455
        },
        {
            "start": 861776322,
            "stop": 861777210
        },
        {
            "start": 861777212,
            "stop": 861777214
        },
        {
            "start": 861778993,
            "stop": 861780611
        },
        {
            "start": 861780613,
            "stop": 861780649
        },
        {
            "start": 861780829,
            "stop": 861793256
        },
        {
            "start": 861793259,
            "stop": 861793263
        },
        {
            "start": 861793265,
            "stop": 861796604
        },
        {
            "start": 861796608,
            "stop": 861796665
        },
        {
            "start": 861797583,
            "stop": 861807977
        },
        {
            "start": 861808901,
            "stop": 861812317
        },
        {
            "start": 861812319,
            "stop": 861816596
        },
        {
            "start": 861818514,
            "stop": 861822233
        },
        {
            "start": 861822327,
            "stop": 861843166
        },
        {
            "start": 861843230,
            "stop": 861843231
        }
    ]
}