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=5273
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=5274",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5272",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5273,
    "results": [
        {
            "start": 1136399033,
            "stop": 1136399107
        },
        {
            "start": 1136399109,
            "stop": 1136399129
        },
        {
            "start": 1136399131,
            "stop": 1136399132
        },
        {
            "start": 1136399136,
            "stop": 1136399209
        },
        {
            "start": 1136399212,
            "stop": 1136399229
        },
        {
            "start": 1136399231,
            "stop": 1136399277
        },
        {
            "start": 1136399279,
            "stop": 1136399361
        },
        {
            "start": 1136399363,
            "stop": 1136399369
        },
        {
            "start": 1136399371,
            "stop": 1136399458
        },
        {
            "start": 1136399460,
            "stop": 1136399685
        },
        {
            "start": 1136399687,
            "stop": 1136399744
        },
        {
            "start": 1136399745,
            "stop": 1136399747
        },
        {
            "start": 1136399749,
            "stop": 1136399791
        },
        {
            "start": 1136399793,
            "stop": 1136399896
        },
        {
            "start": 1136399897,
            "stop": 1136399898
        },
        {
            "start": 1136399900,
            "stop": 1136399950
        },
        {
            "start": 1136399952,
            "stop": 1136399968
        },
        {
            "start": 1136399969,
            "stop": 1136399989
        },
        {
            "start": 1136399995,
            "stop": 1136400014
        },
        {
            "start": 1136400016,
            "stop": 1136400021
        }
    ]
}