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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=365",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 366,
    "results": [
        {
            "start": 825168217,
            "stop": 825168237
        },
        {
            "start": 825168240,
            "stop": 825168253
        },
        {
            "start": 825168256,
            "stop": 825168257
        },
        {
            "start": 825168260,
            "stop": 825168261
        },
        {
            "start": 825168265,
            "stop": 825168350
        },
        {
            "start": 825168355,
            "stop": 825168900
        },
        {
            "start": 825168903,
            "stop": 825169645
        },
        {
            "start": 825169649,
            "stop": 825170383
        },
        {
            "start": 825175459,
            "stop": 825176640
        },
        {
            "start": 825176700,
            "stop": 825176772
        },
        {
            "start": 825176775,
            "stop": 825176820
        },
        {
            "start": 825176880,
            "stop": 825177464
        },
        {
            "start": 825177468,
            "stop": 825177817
        },
        {
            "start": 825204167,
            "stop": 825204173
        },
        {
            "start": 825204176,
            "stop": 825204193
        },
        {
            "start": 825204196,
            "stop": 825204213
        },
        {
            "start": 825204216,
            "stop": 825204241
        },
        {
            "start": 825204247,
            "stop": 825204256
        },
        {
            "start": 825204259,
            "stop": 825204267
        },
        {
            "start": 825204271,
            "stop": 825204320
        }
    ]
}