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=40672
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=40673",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40671",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40672,
    "results": [
        {
            "start": 874926236,
            "stop": 874926247
        },
        {
            "start": 874926248,
            "stop": 874926251
        },
        {
            "start": 874926254,
            "stop": 874926261
        },
        {
            "start": 874926262,
            "stop": 874926264
        },
        {
            "start": 874926265,
            "stop": 874926268
        },
        {
            "start": 874926271,
            "stop": 874926273
        },
        {
            "start": 874926274,
            "stop": 874926284
        },
        {
            "start": 874926285,
            "stop": 874926301
        },
        {
            "start": 874926302,
            "stop": 874926303
        },
        {
            "start": 874926304,
            "stop": 874926305
        },
        {
            "start": 874926306,
            "stop": 874926310
        },
        {
            "start": 874926313,
            "stop": 874926314
        },
        {
            "start": 874926315,
            "stop": 874926318
        },
        {
            "start": 874926319,
            "stop": 874926322
        },
        {
            "start": 874926323,
            "stop": 874926325
        },
        {
            "start": 874926327,
            "stop": 874926328
        },
        {
            "start": 874926330,
            "stop": 874926350
        },
        {
            "start": 874926351,
            "stop": 874926366
        },
        {
            "start": 874926368,
            "stop": 874926371
        },
        {
            "start": 874926372,
            "stop": 874926376
        }
    ]
}