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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5934",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5935,
    "results": [
        {
            "start": 875207458,
            "stop": 875207479
        },
        {
            "start": 875207483,
            "stop": 875207587
        },
        {
            "start": 875207590,
            "stop": 875207613
        },
        {
            "start": 875207620,
            "stop": 875207650
        },
        {
            "start": 875207653,
            "stop": 875207657
        },
        {
            "start": 875207661,
            "stop": 875207727
        },
        {
            "start": 875207734,
            "stop": 875207823
        },
        {
            "start": 875207826,
            "stop": 875207847
        },
        {
            "start": 875207851,
            "stop": 875207986
        },
        {
            "start": 875207990,
            "stop": 875208010
        },
        {
            "start": 875208013,
            "stop": 875208037
        },
        {
            "start": 875208043,
            "stop": 875208085
        },
        {
            "start": 875208088,
            "stop": 875208097
        },
        {
            "start": 875208100,
            "stop": 875208120
        },
        {
            "start": 875208124,
            "stop": 875208131
        },
        {
            "start": 875208134,
            "stop": 875208145
        },
        {
            "start": 875208148,
            "stop": 875208159
        },
        {
            "start": 875208163,
            "stop": 875208206
        },
        {
            "start": 875208210,
            "stop": 875208289
        },
        {
            "start": 875208292,
            "stop": 875208293
        }
    ]
}