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=442
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=443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=441",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 442,
    "results": [
        {
            "start": 847813616,
            "stop": 847813631
        },
        {
            "start": 847813634,
            "stop": 847813653
        },
        {
            "start": 847813655,
            "stop": 847813685
        },
        {
            "start": 847813687,
            "stop": 847813696
        },
        {
            "start": 847813697,
            "stop": 847813735
        },
        {
            "start": 847813737,
            "stop": 847813768
        },
        {
            "start": 847813770,
            "stop": 847813802
        },
        {
            "start": 847813803,
            "stop": 847813872
        },
        {
            "start": 847813874,
            "stop": 847813899
        },
        {
            "start": 847813900,
            "stop": 847813906
        },
        {
            "start": 847813908,
            "stop": 847813913
        },
        {
            "start": 847813914,
            "stop": 847813952
        },
        {
            "start": 847813953,
            "stop": 847813963
        },
        {
            "start": 847813965,
            "stop": 847813974
        },
        {
            "start": 847813975,
            "stop": 847813984
        },
        {
            "start": 847813986,
            "stop": 847813990
        },
        {
            "start": 847813991,
            "stop": 847814019
        },
        {
            "start": 847814021,
            "stop": 847814043
        },
        {
            "start": 847814044,
            "stop": 847814045
        },
        {
            "start": 847814047,
            "stop": 847814052
        }
    ]
}