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=5117
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=5118",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5116",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5117,
    "results": [
        {
            "start": 1135894768,
            "stop": 1135894771
        },
        {
            "start": 1135894773,
            "stop": 1135894778
        },
        {
            "start": 1135894780,
            "stop": 1135894782
        },
        {
            "start": 1135894784,
            "stop": 1135894898
        },
        {
            "start": 1135894900,
            "stop": 1135894985
        },
        {
            "start": 1135894987,
            "stop": 1135894995
        },
        {
            "start": 1135894997,
            "stop": 1135895002
        },
        {
            "start": 1135895004,
            "stop": 1135895008
        },
        {
            "start": 1135895010,
            "stop": 1135895102
        },
        {
            "start": 1135895104,
            "stop": 1135895112
        },
        {
            "start": 1135895114,
            "stop": 1135895146
        },
        {
            "start": 1135895148,
            "stop": 1135895188
        },
        {
            "start": 1135895190,
            "stop": 1135895218
        },
        {
            "start": 1135895220,
            "stop": 1135895271
        },
        {
            "start": 1135895273,
            "stop": 1135895297
        },
        {
            "start": 1135895299,
            "stop": 1135895309
        },
        {
            "start": 1135895311,
            "stop": 1135895316
        },
        {
            "start": 1135895318,
            "stop": 1135895331
        },
        {
            "start": 1135895333,
            "stop": 1135895384
        },
        {
            "start": 1135895386,
            "stop": 1135895391
        }
    ]
}