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=5810
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=5811",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5809",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5810,
    "results": [
        {
            "start": 874702535,
            "stop": 874702574
        },
        {
            "start": 874702577,
            "stop": 874702622
        },
        {
            "start": 874702625,
            "stop": 874702643
        },
        {
            "start": 874702646,
            "stop": 874702661
        },
        {
            "start": 874702664,
            "stop": 874702669
        },
        {
            "start": 874702672,
            "stop": 874702673
        },
        {
            "start": 874702676,
            "stop": 874702679
        },
        {
            "start": 874702682,
            "stop": 874702701
        },
        {
            "start": 874702704,
            "stop": 874702711
        },
        {
            "start": 874702715,
            "stop": 874702773
        },
        {
            "start": 874702777,
            "stop": 874702800
        },
        {
            "start": 874702803,
            "stop": 874702824
        },
        {
            "start": 874702827,
            "stop": 874702834
        },
        {
            "start": 874702838,
            "stop": 874702861
        },
        {
            "start": 874702864,
            "stop": 874702868
        },
        {
            "start": 874702871,
            "stop": 874702872
        },
        {
            "start": 874702875,
            "stop": 874702880
        },
        {
            "start": 874702884,
            "stop": 874702892
        },
        {
            "start": 874702895,
            "stop": 874702896
        },
        {
            "start": 874702899,
            "stop": 874702900
        }
    ]
}