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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7169",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7170,
    "results": [
        {
            "start": 874474855,
            "stop": 874474878
        },
        {
            "start": 874474880,
            "stop": 874475253
        },
        {
            "start": 874475255,
            "stop": 874475883
        },
        {
            "start": 874475885,
            "stop": 874476021
        },
        {
            "start": 874476022,
            "stop": 874476419
        },
        {
            "start": 874476420,
            "stop": 874476815
        },
        {
            "start": 874476816,
            "stop": 874476872
        },
        {
            "start": 874476873,
            "stop": 874476941
        },
        {
            "start": 874476942,
            "stop": 874477025
        },
        {
            "start": 874477026,
            "stop": 874477109
        },
        {
            "start": 874477111,
            "stop": 874477117
        },
        {
            "start": 874477118,
            "stop": 874478098
        },
        {
            "start": 874478099,
            "stop": 874478157
        },
        {
            "start": 874478159,
            "stop": 874478193
        },
        {
            "start": 874478194,
            "stop": 874478416
        },
        {
            "start": 874478417,
            "stop": 874478542
        },
        {
            "start": 874479060,
            "stop": 874479127
        },
        {
            "start": 874479128,
            "stop": 874479228
        },
        {
            "start": 874479230,
            "stop": 874479232
        },
        {
            "start": 874479235,
            "stop": 874479240
        }
    ]
}