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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=308",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 309,
    "results": [
        {
            "start": 818238229,
            "stop": 818238232
        },
        {
            "start": 818238236,
            "stop": 818238242
        },
        {
            "start": 818238247,
            "stop": 818238250
        },
        {
            "start": 818238257,
            "stop": 818238262
        },
        {
            "start": 818238270,
            "stop": 818238271
        },
        {
            "start": 818238282,
            "stop": 818238283
        },
        {
            "start": 818238293,
            "stop": 818238311
        },
        {
            "start": 818238319,
            "stop": 818238320
        },
        {
            "start": 818238323,
            "stop": 818238324
        },
        {
            "start": 818238327,
            "stop": 818238328
        },
        {
            "start": 818238339,
            "stop": 818238341
        },
        {
            "start": 818238355,
            "stop": 818238357
        },
        {
            "start": 818238370,
            "stop": 818238371
        },
        {
            "start": 818238384,
            "stop": 818238386
        },
        {
            "start": 818238403,
            "stop": 818238416
        },
        {
            "start": 818238419,
            "stop": 818238420
        },
        {
            "start": 818238423,
            "stop": 818238424
        },
        {
            "start": 818238431,
            "stop": 818238432
        },
        {
            "start": 818238451,
            "stop": 818238453
        },
        {
            "start": 818238458,
            "stop": 818238459
        }
    ]
}