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=6098
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=6099",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6097",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6098,
    "results": [
        {
            "start": 874033223,
            "stop": 874033800
        },
        {
            "start": 874033802,
            "stop": 874033956
        },
        {
            "start": 874033958,
            "stop": 874034121
        },
        {
            "start": 874034122,
            "stop": 874034423
        },
        {
            "start": 874034425,
            "stop": 874035285
        },
        {
            "start": 874035288,
            "stop": 874035296
        },
        {
            "start": 874035298,
            "stop": 874035442
        },
        {
            "start": 874035445,
            "stop": 874035519
        },
        {
            "start": 874035522,
            "stop": 874035525
        },
        {
            "start": 874035528,
            "stop": 874035561
        },
        {
            "start": 874035564,
            "stop": 874035584
        },
        {
            "start": 874035587,
            "stop": 874035606
        },
        {
            "start": 874035609,
            "stop": 874035754
        },
        {
            "start": 874035760,
            "stop": 874035808
        },
        {
            "start": 874035811,
            "stop": 874035831
        },
        {
            "start": 874035834,
            "stop": 874035835
        },
        {
            "start": 874035840,
            "stop": 874035844
        },
        {
            "start": 874035854,
            "stop": 874035857
        },
        {
            "start": 874035865,
            "stop": 874035866
        },
        {
            "start": 874035869,
            "stop": 874035871
        }
    ]
}