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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6679",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6680,
    "results": [
        {
            "start": 875130280,
            "stop": 875130508
        },
        {
            "start": 875130509,
            "stop": 875130695
        },
        {
            "start": 875130696,
            "stop": 875130869
        },
        {
            "start": 875130871,
            "stop": 875131025
        },
        {
            "start": 875131027,
            "stop": 875131691
        },
        {
            "start": 875131692,
            "stop": 875132055
        },
        {
            "start": 875132056,
            "stop": 875132153
        },
        {
            "start": 875132154,
            "stop": 875132254
        },
        {
            "start": 875132255,
            "stop": 875132492
        },
        {
            "start": 875132493,
            "stop": 875132931
        },
        {
            "start": 875132933,
            "stop": 875133259
        },
        {
            "start": 875133261,
            "stop": 875133388
        },
        {
            "start": 875133389,
            "stop": 875133698
        },
        {
            "start": 875133699,
            "stop": 875133855
        },
        {
            "start": 875133856,
            "stop": 875133991
        },
        {
            "start": 875133992,
            "stop": 875135028
        },
        {
            "start": 875135029,
            "stop": 875135307
        },
        {
            "start": 875135308,
            "stop": 875135466
        },
        {
            "start": 875135467,
            "stop": 875135502
        },
        {
            "start": 875135503,
            "stop": 875135551
        }
    ]
}