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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=136",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 137,
    "results": [
        {
            "start": 1126659490,
            "stop": 1126659492
        },
        {
            "start": 1126659497,
            "stop": 1126659498
        },
        {
            "start": 1126659501,
            "stop": 1126659502
        },
        {
            "start": 1126659505,
            "stop": 1126659511
        },
        {
            "start": 1126659513,
            "stop": 1126659515
        },
        {
            "start": 1126659516,
            "stop": 1126659526
        },
        {
            "start": 1126659527,
            "stop": 1126659534
        },
        {
            "start": 1126659535,
            "stop": 1126659545
        },
        {
            "start": 1126659547,
            "stop": 1126659556
        },
        {
            "start": 1126659558,
            "stop": 1126659562
        },
        {
            "start": 1126659565,
            "stop": 1126659580
        },
        {
            "start": 1126659581,
            "stop": 1126659582
        },
        {
            "start": 1126659584,
            "stop": 1126659591
        },
        {
            "start": 1126659594,
            "stop": 1126659605
        },
        {
            "start": 1126659606,
            "stop": 1126659608
        },
        {
            "start": 1126659609,
            "stop": 1126659623
        },
        {
            "start": 1126659624,
            "stop": 1126659660
        },
        {
            "start": 1126659661,
            "stop": 1126659666
        },
        {
            "start": 1126659667,
            "stop": 1126659679
        },
        {
            "start": 1126659680,
            "stop": 1126659684
        }
    ]
}