Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7268
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=7269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7267",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7268,
    "results": [
        {
            "start": 874960381,
            "stop": 874960526
        },
        {
            "start": 874960527,
            "stop": 874960561
        },
        {
            "start": 874960563,
            "stop": 874960765
        },
        {
            "start": 874960766,
            "stop": 874960772
        },
        {
            "start": 874960775,
            "stop": 874960876
        },
        {
            "start": 874960877,
            "stop": 874960900
        },
        {
            "start": 874960901,
            "stop": 874960907
        },
        {
            "start": 874960908,
            "stop": 874960960
        },
        {
            "start": 874960961,
            "stop": 874961055
        },
        {
            "start": 874961056,
            "stop": 874961058
        },
        {
            "start": 874961059,
            "stop": 874961089
        },
        {
            "start": 874961091,
            "stop": 874961325
        },
        {
            "start": 874961326,
            "stop": 874961983
        },
        {
            "start": 874961984,
            "stop": 874962396
        },
        {
            "start": 874962397,
            "stop": 874962420
        },
        {
            "start": 874962421,
            "stop": 874962486
        },
        {
            "start": 874962487,
            "stop": 874962505
        },
        {
            "start": 874962506,
            "stop": 874962608
        },
        {
            "start": 874962609,
            "stop": 874962709
        },
        {
            "start": 874962710,
            "stop": 874962720
        }
    ]
}