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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1326",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1327,
    "results": [
        {
            "start": 843841018,
            "stop": 843841049
        },
        {
            "start": 843841052,
            "stop": 843841055
        },
        {
            "start": 843841061,
            "stop": 843841093
        },
        {
            "start": 843841096,
            "stop": 843841127
        },
        {
            "start": 843841130,
            "stop": 843841171
        },
        {
            "start": 843841175,
            "stop": 843841195
        },
        {
            "start": 843841199,
            "stop": 843841204
        },
        {
            "start": 843841207,
            "stop": 843841246
        },
        {
            "start": 843841251,
            "stop": 843841253
        },
        {
            "start": 843841256,
            "stop": 843841258
        },
        {
            "start": 843841261,
            "stop": 843841265
        },
        {
            "start": 843841268,
            "stop": 843841273
        },
        {
            "start": 843841276,
            "stop": 843841286
        },
        {
            "start": 843841289,
            "stop": 843841296
        },
        {
            "start": 843841299,
            "stop": 843841314
        },
        {
            "start": 843841317,
            "stop": 843841336
        },
        {
            "start": 843841339,
            "stop": 843841357
        },
        {
            "start": 843841360,
            "stop": 843841401
        },
        {
            "start": 843841404,
            "stop": 843841406
        },
        {
            "start": 843841409,
            "stop": 843841517
        }
    ]
}