Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=108
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=107",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 108,
    "results": [
        {
            "start": 852585782,
            "stop": 852595329
        },
        {
            "start": 852599226,
            "stop": 852628007
        },
        {
            "start": 852629041,
            "stop": 852633521
        },
        {
            "start": 852638743,
            "stop": 852644931
        },
        {
            "start": 852645501,
            "stop": 852652956
        },
        {
            "start": 852658065,
            "stop": 852661385
        },
        {
            "start": 852663922,
            "stop": 852669936
        },
        {
            "start": 852673996,
            "stop": 852679332
        },
        {
            "start": 852690177,
            "stop": 852691891
        },
        {
            "start": 852691940,
            "stop": 852692148
        },
        {
            "start": 852695527,
            "stop": 852698002
        },
        {
            "start": 852713235,
            "stop": 852715734
        },
        {
            "start": 852716282,
            "stop": 852716880
        },
        {
            "start": 852717813,
            "stop": 852745658
        },
        {
            "start": 852746740,
            "stop": 852752876
        },
        {
            "start": 852753514,
            "stop": 852758786
        },
        {
            "start": 852759788,
            "stop": 852794537
        },
        {
            "start": 852795893,
            "stop": 852825695
        },
        {
            "start": 852826457,
            "stop": 852920968
        },
        {
            "start": 852922758,
            "stop": 852931508
        }
    ]
}