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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5115",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5113",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5114,
    "results": [
        {
            "start": 1135893011,
            "stop": 1135893031
        },
        {
            "start": 1135893033,
            "stop": 1135893038
        },
        {
            "start": 1135893040,
            "stop": 1135893046
        },
        {
            "start": 1135893048,
            "stop": 1135893069
        },
        {
            "start": 1135893071,
            "stop": 1135893095
        },
        {
            "start": 1135893097,
            "stop": 1135893104
        },
        {
            "start": 1135893106,
            "stop": 1135893112
        },
        {
            "start": 1135893114,
            "stop": 1135893187
        },
        {
            "start": 1135893189,
            "stop": 1135893200
        },
        {
            "start": 1135893202,
            "stop": 1135893251
        },
        {
            "start": 1135893253,
            "stop": 1135893256
        },
        {
            "start": 1135893258,
            "stop": 1135893266
        },
        {
            "start": 1135893268,
            "stop": 1135893282
        },
        {
            "start": 1135893284,
            "stop": 1135893289
        },
        {
            "start": 1135893291,
            "stop": 1135893300
        },
        {
            "start": 1135893302,
            "stop": 1135893317
        },
        {
            "start": 1135893319,
            "stop": 1135893325
        },
        {
            "start": 1135893327,
            "stop": 1135893333
        },
        {
            "start": 1135893335,
            "stop": 1135893359
        },
        {
            "start": 1135893361,
            "stop": 1135893376
        }
    ]
}