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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=274",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 275,
    "results": [
        {
            "start": 931618682,
            "stop": 931618687
        },
        {
            "start": 931618688,
            "stop": 931618692
        },
        {
            "start": 931618693,
            "stop": 931618710
        },
        {
            "start": 931618711,
            "stop": 931618754
        },
        {
            "start": 931618755,
            "stop": 931618760
        },
        {
            "start": 931618761,
            "stop": 931618811
        },
        {
            "start": 931618814,
            "stop": 931618815
        },
        {
            "start": 931657083,
            "stop": 931657168
        },
        {
            "start": 931658775,
            "stop": 931659071
        },
        {
            "start": 931660307,
            "stop": 931660308
        },
        {
            "start": 931660309,
            "stop": 931660311
        },
        {
            "start": 931660317,
            "stop": 931660318
        },
        {
            "start": 931660320,
            "stop": 931660350
        },
        {
            "start": 931660351,
            "stop": 931660352
        },
        {
            "start": 931660354,
            "stop": 931660355
        },
        {
            "start": 931660356,
            "stop": 931660362
        },
        {
            "start": 931660364,
            "stop": 931660572
        },
        {
            "start": 931660573,
            "stop": 931660708
        },
        {
            "start": 931660710,
            "stop": 931661693
        },
        {
            "start": 931661697,
            "stop": 931661845
        }
    ]
}