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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40877",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40878,
    "results": [
        {
            "start": 875064406,
            "stop": 875064407
        },
        {
            "start": 875064408,
            "stop": 875064416
        },
        {
            "start": 875064418,
            "stop": 875064466
        },
        {
            "start": 875064467,
            "stop": 875064469
        },
        {
            "start": 875064470,
            "stop": 875064666
        },
        {
            "start": 875064667,
            "stop": 875064777
        },
        {
            "start": 875064778,
            "stop": 875064883
        },
        {
            "start": 875064884,
            "stop": 875064902
        },
        {
            "start": 875064904,
            "stop": 875064961
        },
        {
            "start": 875064962,
            "stop": 875064992
        },
        {
            "start": 875064994,
            "stop": 875064995
        },
        {
            "start": 875064996,
            "stop": 875064999
        },
        {
            "start": 875065000,
            "stop": 875065022
        },
        {
            "start": 875065023,
            "stop": 875065029
        },
        {
            "start": 875065030,
            "stop": 875065043
        },
        {
            "start": 875065044,
            "stop": 875065047
        },
        {
            "start": 875065048,
            "stop": 875065095
        },
        {
            "start": 875065097,
            "stop": 875065133
        },
        {
            "start": 875065135,
            "stop": 875065201
        },
        {
            "start": 875065203,
            "stop": 875065230
        }
    ]
}