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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=165",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 166,
    "results": [
        {
            "start": 931136832,
            "stop": 931136840
        },
        {
            "start": 931136842,
            "stop": 931136848
        },
        {
            "start": 931136849,
            "stop": 931136853
        },
        {
            "start": 931136857,
            "stop": 931136858
        },
        {
            "start": 931136859,
            "stop": 931136861
        },
        {
            "start": 931136867,
            "stop": 931136869
        },
        {
            "start": 931136870,
            "stop": 931136873
        },
        {
            "start": 931136876,
            "stop": 931136877
        },
        {
            "start": 931136878,
            "stop": 931136879
        },
        {
            "start": 931136880,
            "stop": 931136884
        },
        {
            "start": 931136885,
            "stop": 931136887
        },
        {
            "start": 931136889,
            "stop": 931136890
        },
        {
            "start": 931136892,
            "stop": 931136893
        },
        {
            "start": 931136895,
            "stop": 931136900
        },
        {
            "start": 931136901,
            "stop": 931136902
        },
        {
            "start": 931136909,
            "stop": 931136910
        },
        {
            "start": 931136912,
            "stop": 931136918
        },
        {
            "start": 931136921,
            "stop": 931136922
        },
        {
            "start": 931136924,
            "stop": 931136925
        },
        {
            "start": 931136926,
            "stop": 931136929
        }
    ]
}