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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=18",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 19,
    "results": [
        {
            "start": 1167866363,
            "stop": 1167866802
        },
        {
            "start": 1167866806,
            "stop": 1167867028
        },
        {
            "start": 1167867032,
            "stop": 1167868585
        },
        {
            "start": 1167868589,
            "stop": 1167870097
        },
        {
            "start": 1167870101,
            "stop": 1167870646
        },
        {
            "start": 1167870650,
            "stop": 1167870846
        },
        {
            "start": 1167870850,
            "stop": 1167873077
        },
        {
            "start": 1167873081,
            "stop": 1167873740
        },
        {
            "start": 1167873744,
            "stop": 1167874194
        },
        {
            "start": 1167874198,
            "stop": 1167874365
        },
        {
            "start": 1167874368,
            "stop": 1167875875
        },
        {
            "start": 1167875878,
            "stop": 1167877097
        },
        {
            "start": 1167877101,
            "stop": 1167877396
        },
        {
            "start": 1167877400,
            "stop": 1167877599
        },
        {
            "start": 1167877603,
            "stop": 1167878186
        },
        {
            "start": 1167878190,
            "stop": 1167879651
        },
        {
            "start": 1167879655,
            "stop": 1167880051
        },
        {
            "start": 1167880055,
            "stop": 1167880057
        },
        {
            "start": 1167880061,
            "stop": 1167880600
        },
        {
            "start": 1167880604,
            "stop": 1167881007
        }
    ]
}