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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6122",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6123,
    "results": [
        {
            "start": 874157063,
            "stop": 874157099
        },
        {
            "start": 874158685,
            "stop": 874158686
        },
        {
            "start": 874158687,
            "stop": 874158690
        },
        {
            "start": 874158692,
            "stop": 874158695
        },
        {
            "start": 874158697,
            "stop": 874158699
        },
        {
            "start": 874158700,
            "stop": 874158702
        },
        {
            "start": 874158705,
            "stop": 874158747
        },
        {
            "start": 874158748,
            "stop": 874158757
        },
        {
            "start": 874158758,
            "stop": 874158765
        },
        {
            "start": 874158766,
            "stop": 874158770
        },
        {
            "start": 874158771,
            "stop": 874158772
        },
        {
            "start": 874158774,
            "stop": 874158791
        },
        {
            "start": 874158792,
            "stop": 874158800
        },
        {
            "start": 874158801,
            "stop": 874158865
        },
        {
            "start": 874158868,
            "stop": 874158869
        },
        {
            "start": 874158872,
            "stop": 874158878
        },
        {
            "start": 874158881,
            "stop": 874158894
        },
        {
            "start": 874158896,
            "stop": 874158937
        },
        {
            "start": 874158940,
            "stop": 874158965
        },
        {
            "start": 874158966,
            "stop": 874158982
        }
    ]
}