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=5260
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=5261",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5259",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5260,
    "results": [
        {
            "start": 1137066673,
            "stop": 1137066689
        },
        {
            "start": 1137066691,
            "stop": 1137066705
        },
        {
            "start": 1137066709,
            "stop": 1137066752
        },
        {
            "start": 1137066754,
            "stop": 1137066825
        },
        {
            "start": 1137066827,
            "stop": 1137066845
        },
        {
            "start": 1137066847,
            "stop": 1137066848
        },
        {
            "start": 1137066849,
            "stop": 1137066856
        },
        {
            "start": 1137066857,
            "stop": 1137066885
        },
        {
            "start": 1137066886,
            "stop": 1137066888
        },
        {
            "start": 1137066890,
            "stop": 1137066937
        },
        {
            "start": 1137066942,
            "stop": 1137066988
        },
        {
            "start": 1137066990,
            "stop": 1137066996
        },
        {
            "start": 1137066998,
            "stop": 1137067153
        },
        {
            "start": 1137067155,
            "stop": 1137067264
        },
        {
            "start": 1137067268,
            "stop": 1137067632
        },
        {
            "start": 1137067634,
            "stop": 1137067711
        },
        {
            "start": 1137067713,
            "stop": 1137067786
        },
        {
            "start": 1137067788,
            "stop": 1137067789
        },
        {
            "start": 1137067791,
            "stop": 1137067820
        },
        {
            "start": 1137067822,
            "stop": 1137067861
        }
    ]
}