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=46715
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=46716",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46714",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46715,
    "results": [
        {
            "start": 875059805,
            "stop": 875059824
        },
        {
            "start": 875059825,
            "stop": 875059860
        },
        {
            "start": 875059862,
            "stop": 875059863
        },
        {
            "start": 875059865,
            "stop": 875059873
        },
        {
            "start": 875059874,
            "stop": 875059881
        },
        {
            "start": 875059883,
            "stop": 875059886
        },
        {
            "start": 875059887,
            "stop": 875059923
        },
        {
            "start": 875059926,
            "stop": 875059974
        },
        {
            "start": 875059975,
            "stop": 875059978
        },
        {
            "start": 875059979,
            "stop": 875059984
        },
        {
            "start": 875059985,
            "stop": 875060009
        },
        {
            "start": 875060011,
            "stop": 875060046
        },
        {
            "start": 875060047,
            "stop": 875060060
        },
        {
            "start": 875060061,
            "stop": 875060065
        },
        {
            "start": 875060066,
            "stop": 875060075
        },
        {
            "start": 875060076,
            "stop": 875060095
        },
        {
            "start": 875060096,
            "stop": 875060098
        },
        {
            "start": 875060099,
            "stop": 875060103
        },
        {
            "start": 875060104,
            "stop": 875060106
        },
        {
            "start": 875060108,
            "stop": 875060137
        }
    ]
}