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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=280",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 281,
    "results": [
        {
            "start": 1240129507,
            "stop": 1240129626
        },
        {
            "start": 1240129627,
            "stop": 1240129720
        },
        {
            "start": 1240129724,
            "stop": 1240129746
        },
        {
            "start": 1240129747,
            "stop": 1240129866
        },
        {
            "start": 1240129867,
            "stop": 1240129986
        },
        {
            "start": 1240129987,
            "stop": 1240130106
        },
        {
            "start": 1240130107,
            "stop": 1240130226
        },
        {
            "start": 1240130227,
            "stop": 1240130346
        },
        {
            "start": 1240130347,
            "stop": 1240130466
        },
        {
            "start": 1240130467,
            "stop": 1240130586
        },
        {
            "start": 1240130587,
            "stop": 1240130706
        },
        {
            "start": 1240130707,
            "stop": 1240130826
        },
        {
            "start": 1240130827,
            "stop": 1240130946
        },
        {
            "start": 1240130947,
            "stop": 1240131066
        },
        {
            "start": 1240131067,
            "stop": 1240131186
        },
        {
            "start": 1240131187,
            "stop": 1240131306
        },
        {
            "start": 1240131307,
            "stop": 1240131426
        },
        {
            "start": 1240131427,
            "stop": 1240131546
        },
        {
            "start": 1240131547,
            "stop": 1240131666
        },
        {
            "start": 1240131667,
            "stop": 1240131786
        }
    ]
}