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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6457",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6455",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6456,
    "results": [
        {
            "start": 873968033,
            "stop": 873968121
        },
        {
            "start": 873968123,
            "stop": 873968259
        },
        {
            "start": 873968261,
            "stop": 873969018
        },
        {
            "start": 873969019,
            "stop": 873969719
        },
        {
            "start": 873969720,
            "stop": 873969840
        },
        {
            "start": 873969841,
            "stop": 873970106
        },
        {
            "start": 873970107,
            "stop": 873970609
        },
        {
            "start": 873970610,
            "stop": 873971416
        },
        {
            "start": 873971418,
            "stop": 873971451
        },
        {
            "start": 873971452,
            "stop": 873971547
        },
        {
            "start": 873971548,
            "stop": 873971569
        },
        {
            "start": 873971570,
            "stop": 873973097
        },
        {
            "start": 873973099,
            "stop": 873973117
        },
        {
            "start": 873973118,
            "stop": 873973265
        },
        {
            "start": 873973266,
            "stop": 873973296
        },
        {
            "start": 873973297,
            "stop": 873974461
        },
        {
            "start": 873974462,
            "stop": 873974824
        },
        {
            "start": 873974825,
            "stop": 873975055
        },
        {
            "start": 873975056,
            "stop": 873975093
        },
        {
            "start": 873975094,
            "stop": 873976219
        }
    ]
}