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/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46750
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46749",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46750,
    "results": [
        {
            "start": 875081136,
            "stop": 875081165
        },
        {
            "start": 875081166,
            "stop": 875081185
        },
        {
            "start": 875081186,
            "stop": 875081206
        },
        {
            "start": 875081207,
            "stop": 875081272
        },
        {
            "start": 875081273,
            "stop": 875081274
        },
        {
            "start": 875081275,
            "stop": 875081291
        },
        {
            "start": 875081292,
            "stop": 875081303
        },
        {
            "start": 875081304,
            "stop": 875081324
        },
        {
            "start": 875081325,
            "stop": 875081333
        },
        {
            "start": 875081334,
            "stop": 875081335
        },
        {
            "start": 875081336,
            "stop": 875081365
        },
        {
            "start": 875081368,
            "stop": 875081404
        },
        {
            "start": 875081405,
            "stop": 875081419
        },
        {
            "start": 875081420,
            "stop": 875081431
        },
        {
            "start": 875081433,
            "stop": 875081444
        },
        {
            "start": 875081445,
            "stop": 875081474
        },
        {
            "start": 875081475,
            "stop": 875081479
        },
        {
            "start": 875081481,
            "stop": 875081482
        },
        {
            "start": 875081483,
            "stop": 875081504
        },
        {
            "start": 875081507,
            "stop": 875081544
        }
    ]
}