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/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46959
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46958",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46959,
    "results": [
        {
            "start": 875207626,
            "stop": 875207630
        },
        {
            "start": 875207631,
            "stop": 875207650
        },
        {
            "start": 875207653,
            "stop": 875207657
        },
        {
            "start": 875207661,
            "stop": 875207678
        },
        {
            "start": 875207679,
            "stop": 875207727
        },
        {
            "start": 875207734,
            "stop": 875207737
        },
        {
            "start": 875207738,
            "stop": 875207823
        },
        {
            "start": 875207826,
            "stop": 875207827
        },
        {
            "start": 875207828,
            "stop": 875207847
        },
        {
            "start": 875207851,
            "stop": 875207874
        },
        {
            "start": 875207875,
            "stop": 875207890
        },
        {
            "start": 875207892,
            "stop": 875207936
        },
        {
            "start": 875207937,
            "stop": 875207946
        },
        {
            "start": 875207947,
            "stop": 875207958
        },
        {
            "start": 875207959,
            "stop": 875207986
        },
        {
            "start": 875207990,
            "stop": 875208010
        },
        {
            "start": 875208013,
            "stop": 875208037
        },
        {
            "start": 875208043,
            "stop": 875208085
        },
        {
            "start": 875208088,
            "stop": 875208097
        },
        {
            "start": 875208100,
            "stop": 875208120
        }
    ]
}