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=6161
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=6162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6160",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6161,
    "results": [
        {
            "start": 874359200,
            "stop": 874359242
        },
        {
            "start": 874359243,
            "stop": 874359271
        },
        {
            "start": 874359274,
            "stop": 874359506
        },
        {
            "start": 874359509,
            "stop": 874359800
        },
        {
            "start": 874359801,
            "stop": 874360568
        },
        {
            "start": 874360571,
            "stop": 874360731
        },
        {
            "start": 874360734,
            "stop": 874360748
        },
        {
            "start": 874360751,
            "stop": 874361455
        },
        {
            "start": 874361458,
            "stop": 874361729
        },
        {
            "start": 874361732,
            "stop": 874361926
        },
        {
            "start": 874361931,
            "stop": 874362059
        },
        {
            "start": 874362065,
            "stop": 874362119
        },
        {
            "start": 874362122,
            "stop": 874362302
        },
        {
            "start": 874362305,
            "stop": 874362319
        },
        {
            "start": 874362322,
            "stop": 874362346
        },
        {
            "start": 874362349,
            "stop": 874362380
        },
        {
            "start": 874362383,
            "stop": 874362387
        },
        {
            "start": 874362392,
            "stop": 874363128
        },
        {
            "start": 874363135,
            "stop": 874363317
        },
        {
            "start": 874363321,
            "stop": 874363335
        }
    ]
}