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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=54",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 55,
    "results": [
        {
            "start": 1171592534,
            "stop": 1171595795
        },
        {
            "start": 1171595799,
            "stop": 1171605512
        },
        {
            "start": 1171605515,
            "stop": 1171618584
        },
        {
            "start": 1171620863,
            "stop": 1171627059
        },
        {
            "start": 1171627062,
            "stop": 1171630910
        },
        {
            "start": 1171636468,
            "stop": 1171637007
        },
        {
            "start": 1171644002,
            "stop": 1171668341
        },
        {
            "start": 1171668345,
            "stop": 1171674104
        },
        {
            "start": 1171674107,
            "stop": 1171683060
        },
        {
            "start": 1171685589,
            "stop": 1171695237
        },
        {
            "start": 1171695241,
            "stop": 1171705769
        },
        {
            "start": 1171705772,
            "stop": 1171713461
        },
        {
            "start": 1171713464,
            "stop": 1171716165
        },
        {
            "start": 1171716169,
            "stop": 1171722617
        },
        {
            "start": 1171725494,
            "stop": 1171726456
        },
        {
            "start": 1171726460,
            "stop": 1171727715
        },
        {
            "start": 1171727719,
            "stop": 1171728301
        },
        {
            "start": 1171728304,
            "stop": 1171728378
        },
        {
            "start": 1171728381,
            "stop": 1171728387
        },
        {
            "start": 1171728390,
            "stop": 1171728502
        }
    ]
}