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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=220",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 221,
    "results": [
        {
            "start": 931535142,
            "stop": 931535151
        },
        {
            "start": 931535153,
            "stop": 931535224
        },
        {
            "start": 931535226,
            "stop": 931535295
        },
        {
            "start": 931535299,
            "stop": 931535425
        },
        {
            "start": 931535427,
            "stop": 931535429
        },
        {
            "start": 931535431,
            "stop": 931535464
        },
        {
            "start": 931535465,
            "stop": 931535516
        },
        {
            "start": 931535517,
            "stop": 931535543
        },
        {
            "start": 931535545,
            "stop": 931535574
        },
        {
            "start": 931535576,
            "stop": 931535595
        },
        {
            "start": 931535600,
            "stop": 931535607
        },
        {
            "start": 931535608,
            "stop": 931535624
        },
        {
            "start": 931535625,
            "stop": 931535706
        },
        {
            "start": 931535708,
            "stop": 931535769
        },
        {
            "start": 931535771,
            "stop": 931535788
        },
        {
            "start": 931535789,
            "stop": 931535797
        },
        {
            "start": 931535799,
            "stop": 931535809
        },
        {
            "start": 931535811,
            "stop": 931535852
        },
        {
            "start": 931535853,
            "stop": 931535869
        },
        {
            "start": 931535873,
            "stop": 931535881
        }
    ]
}