Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1572
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1573",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1571",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1572,
    "results": [
        {
            "start": 952550198,
            "stop": 952552460
        },
        {
            "start": 952552462,
            "stop": 952552559
        },
        {
            "start": 952552561,
            "stop": 952553104
        },
        {
            "start": 952553106,
            "stop": 952553694
        },
        {
            "start": 952554211,
            "stop": 952554824
        },
        {
            "start": 952554826,
            "stop": 952555094
        },
        {
            "start": 952555096,
            "stop": 952555906
        },
        {
            "start": 952555908,
            "stop": 952556635
        },
        {
            "start": 952556637,
            "stop": 952557479
        },
        {
            "start": 952557481,
            "stop": 952557499
        },
        {
            "start": 952557501,
            "stop": 952558085
        },
        {
            "start": 952558086,
            "stop": 952561253
        },
        {
            "start": 952561255,
            "stop": 952561677
        },
        {
            "start": 952561678,
            "stop": 952565438
        },
        {
            "start": 952565440,
            "stop": 952565487
        },
        {
            "start": 952565489,
            "stop": 952566786
        },
        {
            "start": 952566788,
            "stop": 952567111
        },
        {
            "start": 952567113,
            "stop": 952567642
        },
        {
            "start": 952567644,
            "stop": 952569142
        },
        {
            "start": 952569144,
            "stop": 952570251
        }
    ]
}