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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=55",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 56,
    "results": [
        {
            "start": 817229114,
            "stop": 817229120
        },
        {
            "start": 817229123,
            "stop": 817229152
        },
        {
            "start": 817229155,
            "stop": 817229218
        },
        {
            "start": 817230920,
            "stop": 817231063
        },
        {
            "start": 817231066,
            "stop": 817231073
        },
        {
            "start": 817231077,
            "stop": 817231121
        },
        {
            "start": 817231124,
            "stop": 817231194
        },
        {
            "start": 817231198,
            "stop": 817231201
        },
        {
            "start": 817231205,
            "stop": 817231234
        },
        {
            "start": 817231237,
            "stop": 817231294
        },
        {
            "start": 817231297,
            "stop": 817231302
        },
        {
            "start": 817231305,
            "stop": 817231335
        },
        {
            "start": 817231339,
            "stop": 817231607
        },
        {
            "start": 817232358,
            "stop": 817232402
        },
        {
            "start": 817232406,
            "stop": 817232407
        },
        {
            "start": 817232410,
            "stop": 817232436
        },
        {
            "start": 817232439,
            "stop": 817232530
        },
        {
            "start": 817232533,
            "stop": 817232569
        },
        {
            "start": 817232573,
            "stop": 817232640
        },
        {
            "start": 817232644,
            "stop": 817232650
        }
    ]
}