Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46667
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=46668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46666",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46667,
    "results": [
        {
            "start": 875038736,
            "stop": 875038785
        },
        {
            "start": 875038786,
            "stop": 875038792
        },
        {
            "start": 875038793,
            "stop": 875038797
        },
        {
            "start": 875038798,
            "stop": 875038827
        },
        {
            "start": 875038828,
            "stop": 875038834
        },
        {
            "start": 875038836,
            "stop": 875038838
        },
        {
            "start": 875038839,
            "stop": 875038851
        },
        {
            "start": 875038852,
            "stop": 875038863
        },
        {
            "start": 875038864,
            "stop": 875038872
        },
        {
            "start": 875038873,
            "stop": 875038881
        },
        {
            "start": 875038882,
            "stop": 875038885
        },
        {
            "start": 875038886,
            "stop": 875038890
        },
        {
            "start": 875038891,
            "stop": 875038905
        },
        {
            "start": 875038906,
            "stop": 875038918
        },
        {
            "start": 875038920,
            "stop": 875038927
        },
        {
            "start": 875038928,
            "stop": 875038932
        },
        {
            "start": 875038933,
            "stop": 875038937
        },
        {
            "start": 875038939,
            "stop": 875038962
        },
        {
            "start": 875038963,
            "stop": 875038967
        },
        {
            "start": 875038968,
            "stop": 875038971
        }
    ]
}