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=375
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=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=374",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 375,
    "results": [
        {
            "start": 821761009,
            "stop": 821761010
        },
        {
            "start": 821761013,
            "stop": 821761015
        },
        {
            "start": 821761020,
            "stop": 821761022
        },
        {
            "start": 821761032,
            "stop": 821761034
        },
        {
            "start": 821761037,
            "stop": 821761039
        },
        {
            "start": 821761049,
            "stop": 821761052
        },
        {
            "start": 821761062,
            "stop": 821761072
        },
        {
            "start": 821761079,
            "stop": 821761084
        },
        {
            "start": 821761087,
            "stop": 821761088
        },
        {
            "start": 821761104,
            "stop": 821761107
        },
        {
            "start": 821761115,
            "stop": 821761119
        },
        {
            "start": 821761130,
            "stop": 821761131
        },
        {
            "start": 821761136,
            "stop": 821761138
        },
        {
            "start": 821761141,
            "stop": 821761144
        },
        {
            "start": 821761147,
            "stop": 821761152
        },
        {
            "start": 821761155,
            "stop": 821761160
        },
        {
            "start": 821761163,
            "stop": 821761168
        },
        {
            "start": 821761173,
            "stop": 821761182
        },
        {
            "start": 821761185,
            "stop": 821761187
        },
        {
            "start": 821761193,
            "stop": 821761195
        }
    ]
}