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=33127
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=33128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33126",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33127,
    "results": [
        {
            "start": 970563598,
            "stop": 970563610
        },
        {
            "start": 970563612,
            "stop": 970563615
        },
        {
            "start": 970563625,
            "stop": 970563626
        },
        {
            "start": 970563632,
            "stop": 970563638
        },
        {
            "start": 970563640,
            "stop": 970563655
        },
        {
            "start": 970563659,
            "stop": 970563660
        },
        {
            "start": 970563666,
            "stop": 970563673
        },
        {
            "start": 970563683,
            "stop": 970563691
        },
        {
            "start": 970563699,
            "stop": 970563705
        },
        {
            "start": 970563714,
            "stop": 970563718
        },
        {
            "start": 970563724,
            "stop": 970563727
        },
        {
            "start": 970563733,
            "stop": 970563740
        },
        {
            "start": 970563742,
            "stop": 970563785
        },
        {
            "start": 970563789,
            "stop": 970563790
        },
        {
            "start": 970563791,
            "stop": 970563813
        },
        {
            "start": 970563816,
            "stop": 970563829
        },
        {
            "start": 970563832,
            "stop": 970563855
        },
        {
            "start": 970563858,
            "stop": 970563890
        },
        {
            "start": 970563893,
            "stop": 970563935
        },
        {
            "start": 970563937,
            "stop": 970563942
        }
    ]
}