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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=186",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 187,
    "results": [
        {
            "start": 956585420,
            "stop": 956585426
        },
        {
            "start": 956585429,
            "stop": 956585435
        },
        {
            "start": 956585440,
            "stop": 956585442
        },
        {
            "start": 956585445,
            "stop": 956585447
        },
        {
            "start": 956585450,
            "stop": 956585451
        },
        {
            "start": 956585459,
            "stop": 956585462
        },
        {
            "start": 956585465,
            "stop": 956585467
        },
        {
            "start": 956585475,
            "stop": 956585476
        },
        {
            "start": 956585509,
            "stop": 956585510
        },
        {
            "start": 956585513,
            "stop": 956585522
        },
        {
            "start": 956585534,
            "stop": 956585545
        },
        {
            "start": 956585547,
            "stop": 956585549
        },
        {
            "start": 956585552,
            "stop": 956585563
        },
        {
            "start": 956585566,
            "stop": 956585570
        },
        {
            "start": 956585573,
            "stop": 956585595
        },
        {
            "start": 956585605,
            "stop": 956585606
        },
        {
            "start": 956585609,
            "stop": 956585611
        },
        {
            "start": 956585614,
            "stop": 956585620
        },
        {
            "start": 956585624,
            "stop": 956585659
        },
        {
            "start": 956585664,
            "stop": 956585685
        }
    ]
}