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=5322
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=5323",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5321",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5322,
    "results": [
        {
            "start": 1136526236,
            "stop": 1136526242
        },
        {
            "start": 1136526244,
            "stop": 1136526262
        },
        {
            "start": 1136526264,
            "stop": 1136526287
        },
        {
            "start": 1136526289,
            "stop": 1136526296
        },
        {
            "start": 1136526298,
            "stop": 1136526327
        },
        {
            "start": 1136526329,
            "stop": 1136526446
        },
        {
            "start": 1136526448,
            "stop": 1136526463
        },
        {
            "start": 1136526465,
            "stop": 1136526473
        },
        {
            "start": 1136526475,
            "stop": 1136526498
        },
        {
            "start": 1136526500,
            "stop": 1136526557
        },
        {
            "start": 1136526559,
            "stop": 1136526590
        },
        {
            "start": 1136526592,
            "stop": 1136526602
        },
        {
            "start": 1136526604,
            "stop": 1136526635
        },
        {
            "start": 1136526637,
            "stop": 1136526645
        },
        {
            "start": 1136526647,
            "stop": 1136526666
        },
        {
            "start": 1136526668,
            "stop": 1136526841
        },
        {
            "start": 1136526843,
            "stop": 1136526853
        },
        {
            "start": 1136526855,
            "stop": 1136526907
        },
        {
            "start": 1136526909,
            "stop": 1136526965
        },
        {
            "start": 1136526967,
            "stop": 1136527044
        }
    ]
}