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=14434
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=14435",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14433",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14434,
    "results": [
        {
            "start": 971526826,
            "stop": 971526892
        },
        {
            "start": 971526895,
            "stop": 971526906
        },
        {
            "start": 971526908,
            "stop": 971526915
        },
        {
            "start": 971526921,
            "stop": 971527015
        },
        {
            "start": 971527018,
            "stop": 971527100
        },
        {
            "start": 971527103,
            "stop": 971527110
        },
        {
            "start": 971527111,
            "stop": 971527187
        },
        {
            "start": 971527192,
            "stop": 971527202
        },
        {
            "start": 971527205,
            "stop": 971527262
        },
        {
            "start": 971527264,
            "stop": 971527282
        },
        {
            "start": 971527284,
            "stop": 971527292
        },
        {
            "start": 971527294,
            "stop": 971527297
        },
        {
            "start": 971527299,
            "stop": 971527304
        },
        {
            "start": 971527305,
            "stop": 971527349
        },
        {
            "start": 971527351,
            "stop": 971527383
        },
        {
            "start": 971527386,
            "stop": 971527410
        },
        {
            "start": 971527412,
            "stop": 971527418
        },
        {
            "start": 971527421,
            "stop": 971527432
        },
        {
            "start": 971527435,
            "stop": 971527436
        },
        {
            "start": 971527437,
            "stop": 971527481
        }
    ]
}