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=5169
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=5170",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5168",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5169,
    "results": [
        {
            "start": 1137000901,
            "stop": 1137000928
        },
        {
            "start": 1137000930,
            "stop": 1137000934
        },
        {
            "start": 1137000936,
            "stop": 1137001000
        },
        {
            "start": 1137001002,
            "stop": 1137001020
        },
        {
            "start": 1137001021,
            "stop": 1137001035
        },
        {
            "start": 1137001039,
            "stop": 1137001066
        },
        {
            "start": 1137001068,
            "stop": 1137001072
        },
        {
            "start": 1137001074,
            "stop": 1137001095
        },
        {
            "start": 1137001097,
            "stop": 1137001107
        },
        {
            "start": 1137001109,
            "stop": 1137001116
        },
        {
            "start": 1137001118,
            "stop": 1137001127
        },
        {
            "start": 1137001129,
            "stop": 1137001135
        },
        {
            "start": 1137001137,
            "stop": 1137001151
        },
        {
            "start": 1137001153,
            "stop": 1137001154
        },
        {
            "start": 1137001156,
            "stop": 1137001170
        },
        {
            "start": 1137001172,
            "stop": 1137001175
        },
        {
            "start": 1137001177,
            "stop": 1137001240
        },
        {
            "start": 1137001242,
            "stop": 1137001244
        },
        {
            "start": 1137001246,
            "stop": 1137001285
        },
        {
            "start": 1137001286,
            "stop": 1137001308
        }
    ]
}