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=7289
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=7290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7288",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7289,
    "results": [
        {
            "start": 875046822,
            "stop": 875046838
        },
        {
            "start": 875046839,
            "stop": 875046863
        },
        {
            "start": 875046864,
            "stop": 875046868
        },
        {
            "start": 875046870,
            "stop": 875046891
        },
        {
            "start": 875046892,
            "stop": 875046900
        },
        {
            "start": 875046901,
            "stop": 875046907
        },
        {
            "start": 875046909,
            "stop": 875046914
        },
        {
            "start": 875046916,
            "stop": 875046929
        },
        {
            "start": 875046931,
            "stop": 875046937
        },
        {
            "start": 875046939,
            "stop": 875046946
        },
        {
            "start": 875046947,
            "stop": 875046960
        },
        {
            "start": 875046961,
            "stop": 875046981
        },
        {
            "start": 875046982,
            "stop": 875046999
        },
        {
            "start": 875047000,
            "stop": 875047010
        },
        {
            "start": 875047011,
            "stop": 875047025
        },
        {
            "start": 875047027,
            "stop": 875047033
        },
        {
            "start": 875047034,
            "stop": 875047053
        },
        {
            "start": 875047054,
            "stop": 875047058
        },
        {
            "start": 875047059,
            "stop": 875047140
        },
        {
            "start": 875047141,
            "stop": 875047416
        }
    ]
}