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=6135
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=6136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6134",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6135,
    "results": [
        {
            "start": 874229952,
            "stop": 874229970
        },
        {
            "start": 874229973,
            "stop": 874230300
        },
        {
            "start": 874230301,
            "stop": 874230449
        },
        {
            "start": 874230452,
            "stop": 874230751
        },
        {
            "start": 874230754,
            "stop": 874230763
        },
        {
            "start": 874230766,
            "stop": 874230787
        },
        {
            "start": 874230790,
            "stop": 874230870
        },
        {
            "start": 874230874,
            "stop": 874230890
        },
        {
            "start": 874230893,
            "stop": 874230905
        },
        {
            "start": 874230908,
            "stop": 874231313
        },
        {
            "start": 874231316,
            "stop": 874231317
        },
        {
            "start": 874231320,
            "stop": 874231439
        },
        {
            "start": 874231440,
            "stop": 874231757
        },
        {
            "start": 874231758,
            "stop": 874231993
        },
        {
            "start": 874231994,
            "stop": 874232030
        },
        {
            "start": 874232033,
            "stop": 874232086
        },
        {
            "start": 874232089,
            "stop": 874232513
        },
        {
            "start": 874232514,
            "stop": 874232563
        },
        {
            "start": 874232568,
            "stop": 874232574
        },
        {
            "start": 874232577,
            "stop": 874232591
        }
    ]
}