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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=352",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 353,
    "results": [
        {
            "start": 847722697,
            "stop": 847722715
        },
        {
            "start": 847722716,
            "stop": 847722741
        },
        {
            "start": 847722747,
            "stop": 847722774
        },
        {
            "start": 847722776,
            "stop": 847722790
        },
        {
            "start": 847722791,
            "stop": 847722832
        },
        {
            "start": 847722833,
            "stop": 847722840
        },
        {
            "start": 847722841,
            "stop": 847722969
        },
        {
            "start": 847722970,
            "stop": 847723051
        },
        {
            "start": 847723052,
            "stop": 847723078
        },
        {
            "start": 847723082,
            "stop": 847723095
        },
        {
            "start": 847723097,
            "stop": 847723098
        },
        {
            "start": 847723099,
            "stop": 847723130
        },
        {
            "start": 847723131,
            "stop": 847723146
        },
        {
            "start": 847723148,
            "stop": 847723173
        },
        {
            "start": 847723174,
            "stop": 847723183
        },
        {
            "start": 847723184,
            "stop": 847723215
        },
        {
            "start": 847723216,
            "stop": 847723224
        },
        {
            "start": 847723225,
            "stop": 847723258
        },
        {
            "start": 847723259,
            "stop": 847723300
        },
        {
            "start": 847723301,
            "stop": 847723334
        }
    ]
}