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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7307",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7308,
    "results": [
        {
            "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
        },
        {
            "start": 875135553,
            "stop": 875135564
        },
        {
            "start": 875135565,
            "stop": 875135660
        },
        {
            "start": 875135661,
            "stop": 875135788
        },
        {
            "start": 875135789,
            "stop": 875135803
        },
        {
            "start": 875135804,
            "stop": 875136402
        },
        {
            "start": 875136403,
            "stop": 875136917
        },
        {
            "start": 875136918,
            "stop": 875136937
        },
        {
            "start": 875136938,
            "stop": 875137419
        }
    ]
}