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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46989",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46987",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46988,
    "results": [
        {
            "start": 875217846,
            "stop": 875217856
        },
        {
            "start": 875217859,
            "stop": 875217868
        },
        {
            "start": 875217869,
            "stop": 875217878
        },
        {
            "start": 875217879,
            "stop": 875217884
        },
        {
            "start": 875217886,
            "stop": 875217909
        },
        {
            "start": 875217910,
            "stop": 875217923
        },
        {
            "start": 875217926,
            "stop": 875217927
        },
        {
            "start": 875217928,
            "stop": 875217929
        },
        {
            "start": 875217932,
            "stop": 875217941
        },
        {
            "start": 875217942,
            "stop": 875217966
        },
        {
            "start": 875217969,
            "stop": 875217970
        },
        {
            "start": 875217971,
            "stop": 875218012
        },
        {
            "start": 875218013,
            "stop": 875218023
        },
        {
            "start": 875218024,
            "stop": 875218025
        },
        {
            "start": 875218026,
            "stop": 875218028
        },
        {
            "start": 875218032,
            "stop": 875218043
        },
        {
            "start": 875218046,
            "stop": 875218053
        },
        {
            "start": 875218054,
            "stop": 875218076
        },
        {
            "start": 875218077,
            "stop": 875218079
        },
        {
            "start": 875218080,
            "stop": 875218085
        }
    ]
}