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=46754
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=46755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46753",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46754,
    "results": [
        {
            "start": 875082698,
            "stop": 875082734
        },
        {
            "start": 875082737,
            "stop": 875082758
        },
        {
            "start": 875082760,
            "stop": 875082770
        },
        {
            "start": 875082771,
            "stop": 875082774
        },
        {
            "start": 875082775,
            "stop": 875082794
        },
        {
            "start": 875082795,
            "stop": 875082803
        },
        {
            "start": 875082804,
            "stop": 875082844
        },
        {
            "start": 875082847,
            "stop": 875082853
        },
        {
            "start": 875082855,
            "stop": 875082867
        },
        {
            "start": 875082868,
            "stop": 875082915
        },
        {
            "start": 875082918,
            "stop": 875082951
        },
        {
            "start": 875082952,
            "stop": 875082968
        },
        {
            "start": 875082970,
            "stop": 875082973
        },
        {
            "start": 875082975,
            "stop": 875082984
        },
        {
            "start": 875082985,
            "stop": 875083024
        },
        {
            "start": 875083025,
            "stop": 875083035
        },
        {
            "start": 875083036,
            "stop": 875083058
        },
        {
            "start": 875083060,
            "stop": 875083071
        },
        {
            "start": 875083072,
            "stop": 875083085
        },
        {
            "start": 875083086,
            "stop": 875083145
        }
    ]
}