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=5146
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=5147",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5145",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5146,
    "results": [
        {
            "start": 1136122494,
            "stop": 1136122515
        },
        {
            "start": 1136122517,
            "stop": 1136122523
        },
        {
            "start": 1136122524,
            "stop": 1136122529
        },
        {
            "start": 1136122531,
            "stop": 1136122540
        },
        {
            "start": 1136122542,
            "stop": 1136122564
        },
        {
            "start": 1136122565,
            "stop": 1136122580
        },
        {
            "start": 1136122583,
            "stop": 1136122594
        },
        {
            "start": 1136122596,
            "stop": 1136122603
        },
        {
            "start": 1136122605,
            "stop": 1136122613
        },
        {
            "start": 1136122615,
            "stop": 1136122664
        },
        {
            "start": 1136122666,
            "stop": 1136122677
        },
        {
            "start": 1136122679,
            "stop": 1136122681
        },
        {
            "start": 1136122684,
            "stop": 1136122685
        },
        {
            "start": 1136206178,
            "stop": 1136206192
        },
        {
            "start": 1136206194,
            "stop": 1136206290
        },
        {
            "start": 1136206292,
            "stop": 1136206297
        },
        {
            "start": 1136206298,
            "stop": 1136206315
        },
        {
            "start": 1136206317,
            "stop": 1136206360
        },
        {
            "start": 1136206362,
            "stop": 1136206399
        },
        {
            "start": 1136206401,
            "stop": 1136206414
        }
    ]
}