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=5291
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=5292",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5290",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5291,
    "results": [
        {
            "start": 1137086603,
            "stop": 1137086605
        },
        {
            "start": 1137086607,
            "stop": 1137086623
        },
        {
            "start": 1137086625,
            "stop": 1137086740
        },
        {
            "start": 1137086742,
            "stop": 1137086787
        },
        {
            "start": 1137086790,
            "stop": 1137086800
        },
        {
            "start": 1137086802,
            "stop": 1137086803
        },
        {
            "start": 1137086805,
            "stop": 1137086837
        },
        {
            "start": 1137086841,
            "stop": 1137086889
        },
        {
            "start": 1137086891,
            "stop": 1137086948
        },
        {
            "start": 1137086949,
            "stop": 1137086951
        },
        {
            "start": 1137086953,
            "stop": 1137086975
        },
        {
            "start": 1137086978,
            "stop": 1137086980
        },
        {
            "start": 1137086982,
            "stop": 1137086999
        },
        {
            "start": 1137087004,
            "stop": 1137087051
        },
        {
            "start": 1137087053,
            "stop": 1137087054
        },
        {
            "start": 1137087056,
            "stop": 1137087057
        },
        {
            "start": 1137087059,
            "stop": 1137087286
        },
        {
            "start": 1137087288,
            "stop": 1137087326
        },
        {
            "start": 1137087329,
            "stop": 1137087339
        },
        {
            "start": 1137087341,
            "stop": 1137087346
        }
    ]
}