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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6670",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6671,
    "results": [
        {
            "start": 875071847,
            "stop": 875071993
        },
        {
            "start": 875071994,
            "stop": 875072168
        },
        {
            "start": 875072169,
            "stop": 875072518
        },
        {
            "start": 875072519,
            "stop": 875072650
        },
        {
            "start": 875072652,
            "stop": 875073060
        },
        {
            "start": 875073061,
            "stop": 875073674
        },
        {
            "start": 875073675,
            "stop": 875073940
        },
        {
            "start": 875073941,
            "stop": 875073985
        },
        {
            "start": 875073986,
            "stop": 875073988
        },
        {
            "start": 875073989,
            "stop": 875074467
        },
        {
            "start": 875074468,
            "stop": 875074769
        },
        {
            "start": 875074770,
            "stop": 875075816
        },
        {
            "start": 875075818,
            "stop": 875075848
        },
        {
            "start": 875077151,
            "stop": 875077613
        },
        {
            "start": 875077614,
            "stop": 875077672
        },
        {
            "start": 875077673,
            "stop": 875078067
        },
        {
            "start": 875078068,
            "stop": 875078256
        },
        {
            "start": 875078257,
            "stop": 875078299
        },
        {
            "start": 875078301,
            "stop": 875078374
        },
        {
            "start": 875078375,
            "stop": 875079261
        }
    ]
}