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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41058",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41059,
    "results": [
        {
            "start": 875202370,
            "stop": 875202398
        },
        {
            "start": 875202399,
            "stop": 875202482
        },
        {
            "start": 875202483,
            "stop": 875202499
        },
        {
            "start": 875202500,
            "stop": 875202501
        },
        {
            "start": 875202502,
            "stop": 875202536
        },
        {
            "start": 875202538,
            "stop": 875202575
        },
        {
            "start": 875202576,
            "stop": 875202596
        },
        {
            "start": 875202597,
            "stop": 875202610
        },
        {
            "start": 875202611,
            "stop": 875202686
        },
        {
            "start": 875202687,
            "stop": 875202705
        },
        {
            "start": 875202706,
            "stop": 875202711
        },
        {
            "start": 875202712,
            "stop": 875202727
        },
        {
            "start": 875202729,
            "stop": 875202733
        },
        {
            "start": 875202734,
            "stop": 875202735
        },
        {
            "start": 875202736,
            "stop": 875202756
        },
        {
            "start": 875202758,
            "stop": 875202831
        },
        {
            "start": 875202832,
            "stop": 875202844
        },
        {
            "start": 875202845,
            "stop": 875202893
        },
        {
            "start": 875202894,
            "stop": 875202916
        },
        {
            "start": 875202917,
            "stop": 875202940
        }
    ]
}