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=46670
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=46671",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46669",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46670,
    "results": [
        {
            "start": 875039716,
            "stop": 875039718
        },
        {
            "start": 875039719,
            "stop": 875039724
        },
        {
            "start": 875039726,
            "stop": 875039745
        },
        {
            "start": 875039746,
            "stop": 875039772
        },
        {
            "start": 875039774,
            "stop": 875039793
        },
        {
            "start": 875039796,
            "stop": 875039806
        },
        {
            "start": 875039807,
            "stop": 875039863
        },
        {
            "start": 875039864,
            "stop": 875039867
        },
        {
            "start": 875039868,
            "stop": 875039869
        },
        {
            "start": 875039871,
            "stop": 875039875
        },
        {
            "start": 875039876,
            "stop": 875039923
        },
        {
            "start": 875039924,
            "stop": 875039964
        },
        {
            "start": 875039965,
            "stop": 875039975
        },
        {
            "start": 875039976,
            "stop": 875039995
        },
        {
            "start": 875039996,
            "stop": 875040006
        },
        {
            "start": 875040008,
            "stop": 875040009
        },
        {
            "start": 875040012,
            "stop": 875040021
        },
        {
            "start": 875040022,
            "stop": 875040023
        },
        {
            "start": 875040024,
            "stop": 875040033
        },
        {
            "start": 875040036,
            "stop": 875040037
        }
    ]
}