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=5210
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=5211",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5209",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5210,
    "results": [
        {
            "start": 1137042427,
            "stop": 1137042479
        },
        {
            "start": 1137042480,
            "stop": 1137042490
        },
        {
            "start": 1137042492,
            "stop": 1137042496
        },
        {
            "start": 1137042498,
            "stop": 1137042499
        },
        {
            "start": 1137042501,
            "stop": 1137042502
        },
        {
            "start": 1137042504,
            "stop": 1137042535
        },
        {
            "start": 1137042537,
            "stop": 1137042539
        },
        {
            "start": 1137042540,
            "stop": 1137042555
        },
        {
            "start": 1137042557,
            "stop": 1137042600
        },
        {
            "start": 1137042602,
            "stop": 1137042624
        },
        {
            "start": 1137042626,
            "stop": 1137042657
        },
        {
            "start": 1137042659,
            "stop": 1137042661
        },
        {
            "start": 1137042664,
            "stop": 1137042665
        },
        {
            "start": 1137042667,
            "stop": 1137042669
        },
        {
            "start": 1137042672,
            "stop": 1137042677
        },
        {
            "start": 1137042679,
            "stop": 1137042702
        },
        {
            "start": 1137042703,
            "stop": 1137042751
        },
        {
            "start": 1137042753,
            "stop": 1137042765
        },
        {
            "start": 1137042769,
            "stop": 1137042775
        },
        {
            "start": 1137042777,
            "stop": 1137042846
        }
    ]
}