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=5116
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=5117",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5115",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5116,
    "results": [
        {
            "start": 1136983649,
            "stop": 1136983657
        },
        {
            "start": 1136983659,
            "stop": 1136983710
        },
        {
            "start": 1136983712,
            "stop": 1136983722
        },
        {
            "start": 1136983724,
            "stop": 1136983734
        },
        {
            "start": 1136983736,
            "stop": 1136983744
        },
        {
            "start": 1136983746,
            "stop": 1136983756
        },
        {
            "start": 1136983758,
            "stop": 1136983768
        },
        {
            "start": 1136983770,
            "stop": 1136983771
        },
        {
            "start": 1136983773,
            "stop": 1136983778
        },
        {
            "start": 1136983779,
            "stop": 1136983798
        },
        {
            "start": 1136983800,
            "stop": 1136983816
        },
        {
            "start": 1136983818,
            "stop": 1136983837
        },
        {
            "start": 1136983839,
            "stop": 1136983840
        },
        {
            "start": 1136983841,
            "stop": 1136983917
        },
        {
            "start": 1136983919,
            "stop": 1136983938
        },
        {
            "start": 1136983940,
            "stop": 1136983945
        },
        {
            "start": 1136983947,
            "stop": 1136983960
        },
        {
            "start": 1136983962,
            "stop": 1136983980
        },
        {
            "start": 1136983981,
            "stop": 1136984008
        },
        {
            "start": 1136984010,
            "stop": 1136984022
        }
    ]
}