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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1825",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1823",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1824,
    "results": [
        {
            "start": 962926099,
            "stop": 962926165
        },
        {
            "start": 962926167,
            "stop": 962926542
        },
        {
            "start": 962926544,
            "stop": 962926576
        },
        {
            "start": 962949992,
            "stop": 962954856
        },
        {
            "start": 962955934,
            "stop": 962962175
        },
        {
            "start": 962962176,
            "stop": 962967210
        },
        {
            "start": 962982135,
            "stop": 962986811
        },
        {
            "start": 962986812,
            "stop": 962987035
        },
        {
            "start": 962987036,
            "stop": 962987646
        },
        {
            "start": 962988902,
            "stop": 962991310
        },
        {
            "start": 962991311,
            "stop": 962995215
        },
        {
            "start": 962996673,
            "stop": 962997327
        },
        {
            "start": 963000518,
            "stop": 963000661
        },
        {
            "start": 963000662,
            "stop": 963005720
        },
        {
            "start": 963005946,
            "stop": 963006299
        },
        {
            "start": 963006300,
            "stop": 963010592
        },
        {
            "start": 963010593,
            "stop": 963011389
        },
        {
            "start": 963011470,
            "stop": 963011909
        },
        {
            "start": 963034418,
            "stop": 963034430
        },
        {
            "start": 963034432,
            "stop": 963042832
        }
    ]
}