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=5237
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=5238",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5236",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5237,
    "results": [
        {
            "start": 1137054975,
            "stop": 1137054976
        },
        {
            "start": 1137054978,
            "stop": 1137055015
        },
        {
            "start": 1137055019,
            "stop": 1137055020
        },
        {
            "start": 1137055022,
            "stop": 1137055023
        },
        {
            "start": 1137055025,
            "stop": 1137055027
        },
        {
            "start": 1137055029,
            "stop": 1137055035
        },
        {
            "start": 1137055038,
            "stop": 1137055048
        },
        {
            "start": 1137055050,
            "stop": 1137055056
        },
        {
            "start": 1137055058,
            "stop": 1137055071
        },
        {
            "start": 1137055073,
            "stop": 1137055127
        },
        {
            "start": 1137055129,
            "stop": 1137055232
        },
        {
            "start": 1137055234,
            "stop": 1137055236
        },
        {
            "start": 1137055237,
            "stop": 1137055260
        },
        {
            "start": 1137055261,
            "stop": 1137055273
        },
        {
            "start": 1137055275,
            "stop": 1137055276
        },
        {
            "start": 1137055279,
            "stop": 1137055299
        },
        {
            "start": 1137055302,
            "stop": 1137055315
        },
        {
            "start": 1137055317,
            "stop": 1137055320
        },
        {
            "start": 1137055322,
            "stop": 1137055335
        },
        {
            "start": 1137055336,
            "stop": 1137055337
        }
    ]
}