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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=218",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 219,
    "results": [
        {
            "start": 931160751,
            "stop": 931160760
        },
        {
            "start": 931160764,
            "stop": 931160772
        },
        {
            "start": 931160773,
            "stop": 931160775
        },
        {
            "start": 931160777,
            "stop": 931160780
        },
        {
            "start": 931160782,
            "stop": 931160785
        },
        {
            "start": 931160787,
            "stop": 931160789
        },
        {
            "start": 931160790,
            "stop": 931160796
        },
        {
            "start": 931160798,
            "stop": 931160807
        },
        {
            "start": 931160810,
            "stop": 931160815
        },
        {
            "start": 931160816,
            "stop": 931160817
        },
        {
            "start": 931160818,
            "stop": 931160823
        },
        {
            "start": 931160825,
            "stop": 931160827
        },
        {
            "start": 931160828,
            "stop": 931160834
        },
        {
            "start": 931160835,
            "stop": 931160837
        },
        {
            "start": 931160839,
            "stop": 931160843
        },
        {
            "start": 931160844,
            "stop": 931160849
        },
        {
            "start": 931160850,
            "stop": 931160851
        },
        {
            "start": 931160852,
            "stop": 931160853
        },
        {
            "start": 931160854,
            "stop": 931160858
        },
        {
            "start": 931160859,
            "stop": 931160861
        }
    ]
}