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=6160
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=6161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6159",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6160,
    "results": [
        {
            "start": 874348656,
            "stop": 874348681
        },
        {
            "start": 874348682,
            "stop": 874348687
        },
        {
            "start": 874348689,
            "stop": 874348707
        },
        {
            "start": 874348708,
            "stop": 874348719
        },
        {
            "start": 874350481,
            "stop": 874350494
        },
        {
            "start": 874350496,
            "stop": 874350501
        },
        {
            "start": 874350502,
            "stop": 874350547
        },
        {
            "start": 874350548,
            "stop": 874350594
        },
        {
            "start": 874350596,
            "stop": 874351058
        },
        {
            "start": 874351059,
            "stop": 874351152
        },
        {
            "start": 874351153,
            "stop": 874351920
        },
        {
            "start": 874353403,
            "stop": 874353507
        },
        {
            "start": 874354880,
            "stop": 874355169
        },
        {
            "start": 874355170,
            "stop": 874355186
        },
        {
            "start": 874355187,
            "stop": 874355341
        },
        {
            "start": 874356376,
            "stop": 874356387
        },
        {
            "start": 874356388,
            "stop": 874356492
        },
        {
            "start": 874356493,
            "stop": 874357763
        },
        {
            "start": 874357766,
            "stop": 874358637
        },
        {
            "start": 874358640,
            "stop": 874359199
        }
    ]
}