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=46996
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=46997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46995",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46996,
    "results": [
        {
            "start": 875219928,
            "stop": 875219929
        },
        {
            "start": 875219932,
            "stop": 875219935
        },
        {
            "start": 875219938,
            "stop": 875219946
        },
        {
            "start": 875219947,
            "stop": 875219948
        },
        {
            "start": 875219949,
            "stop": 875219961
        },
        {
            "start": 875219964,
            "stop": 875219972
        },
        {
            "start": 875219973,
            "stop": 875219989
        },
        {
            "start": 875219993,
            "stop": 875219999
        },
        {
            "start": 875220000,
            "stop": 875220028
        },
        {
            "start": 875220030,
            "stop": 875220036
        },
        {
            "start": 875220037,
            "stop": 875220057
        },
        {
            "start": 875220058,
            "stop": 875220066
        },
        {
            "start": 875220069,
            "stop": 875220078
        },
        {
            "start": 875220079,
            "stop": 875220090
        },
        {
            "start": 875220091,
            "stop": 875220095
        },
        {
            "start": 875220098,
            "stop": 875220113
        },
        {
            "start": 875220114,
            "stop": 875220117
        },
        {
            "start": 875220121,
            "stop": 875220122
        },
        {
            "start": 875220125,
            "stop": 875220128
        },
        {
            "start": 875220129,
            "stop": 875220132
        }
    ]
}