Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=51
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=50",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 51,
    "results": [
        {
            "start": 1170869387,
            "stop": 1170880896
        },
        {
            "start": 1170880900,
            "stop": 1170897069
        },
        {
            "start": 1170897180,
            "stop": 1170906761
        },
        {
            "start": 1170910933,
            "stop": 1170911528
        },
        {
            "start": 1170911654,
            "stop": 1170913497
        },
        {
            "start": 1170913501,
            "stop": 1170917086
        },
        {
            "start": 1170917089,
            "stop": 1170917260
        },
        {
            "start": 1170917263,
            "stop": 1170928071
        },
        {
            "start": 1170928075,
            "stop": 1170945704
        },
        {
            "start": 1170949796,
            "stop": 1170950466
        },
        {
            "start": 1170950467,
            "stop": 1170950685
        },
        {
            "start": 1170952437,
            "stop": 1170952782
        },
        {
            "start": 1170952786,
            "stop": 1170993394
        },
        {
            "start": 1170993398,
            "stop": 1171006100
        },
        {
            "start": 1171012704,
            "stop": 1171021117
        },
        {
            "start": 1171021120,
            "stop": 1171022339
        },
        {
            "start": 1171022343,
            "stop": 1171040351
        },
        {
            "start": 1171040354,
            "stop": 1171043581
        },
        {
            "start": 1171043585,
            "stop": 1171047090
        },
        {
            "start": 1171047094,
            "stop": 1171048385
        }
    ]
}