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=5783
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=5784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5782",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5783,
    "results": [
        {
            "start": 874672042,
            "stop": 874672074
        },
        {
            "start": 874672077,
            "stop": 874672078
        },
        {
            "start": 874672081,
            "stop": 874672149
        },
        {
            "start": 874672152,
            "stop": 874672231
        },
        {
            "start": 874672234,
            "stop": 874672298
        },
        {
            "start": 874672301,
            "stop": 874672475
        },
        {
            "start": 874672478,
            "stop": 874672495
        },
        {
            "start": 874672499,
            "stop": 874672628
        },
        {
            "start": 874672631,
            "stop": 874672726
        },
        {
            "start": 874672729,
            "stop": 874672752
        },
        {
            "start": 874672760,
            "stop": 874672789
        },
        {
            "start": 874672792,
            "stop": 874672859
        },
        {
            "start": 874672862,
            "stop": 874672883
        },
        {
            "start": 874672886,
            "stop": 874672916
        },
        {
            "start": 874672919,
            "stop": 874672936
        },
        {
            "start": 874672939,
            "stop": 874672947
        },
        {
            "start": 874672950,
            "stop": 874673023
        },
        {
            "start": 874673026,
            "stop": 874673027
        },
        {
            "start": 874673030,
            "stop": 874673043
        },
        {
            "start": 874673046,
            "stop": 874673146
        }
    ]
}