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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5678",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5676",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5677,
    "results": [
        {
            "start": 874555533,
            "stop": 874555583
        },
        {
            "start": 874555586,
            "stop": 874555747
        },
        {
            "start": 874555750,
            "stop": 874555809
        },
        {
            "start": 874555812,
            "stop": 874555862
        },
        {
            "start": 874555866,
            "stop": 874555868
        },
        {
            "start": 874555871,
            "stop": 874555878
        },
        {
            "start": 874555883,
            "stop": 874555892
        },
        {
            "start": 874555896,
            "stop": 874555967
        },
        {
            "start": 874555970,
            "stop": 874556057
        },
        {
            "start": 874556063,
            "stop": 874556080
        },
        {
            "start": 874556085,
            "stop": 874556099
        },
        {
            "start": 874556103,
            "stop": 874556147
        },
        {
            "start": 874556150,
            "stop": 874556155
        },
        {
            "start": 874556158,
            "stop": 874556166
        },
        {
            "start": 874556169,
            "stop": 874556171
        },
        {
            "start": 874556174,
            "stop": 874556189
        },
        {
            "start": 874556194,
            "stop": 874556204
        },
        {
            "start": 874556207,
            "stop": 874556240
        },
        {
            "start": 874556243,
            "stop": 874556272
        },
        {
            "start": 874556277,
            "stop": 874556287
        }
    ]
}