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/S6/timelines/H1_BURST_CAT2/segments?format=api&page=537
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=538",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=536",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 537,
    "results": [
        {
            "start": 970491906,
            "stop": 970491912
        },
        {
            "start": 970491915,
            "stop": 970491916
        },
        {
            "start": 970491919,
            "stop": 970491921
        },
        {
            "start": 970491922,
            "stop": 970491928
        },
        {
            "start": 970491929,
            "stop": 970491961
        },
        {
            "start": 970491962,
            "stop": 970491968
        },
        {
            "start": 970491969,
            "stop": 970491975
        },
        {
            "start": 970491977,
            "stop": 970491994
        },
        {
            "start": 970492000,
            "stop": 970492002
        },
        {
            "start": 970492005,
            "stop": 970492018
        },
        {
            "start": 970492020,
            "stop": 970492024
        },
        {
            "start": 970492030,
            "stop": 970492039
        },
        {
            "start": 970492041,
            "stop": 970492043
        },
        {
            "start": 970492045,
            "stop": 970492051
        },
        {
            "start": 970492052,
            "stop": 970492056
        },
        {
            "start": 970492058,
            "stop": 970492059
        },
        {
            "start": 970492061,
            "stop": 970492065
        },
        {
            "start": 970492069,
            "stop": 970492071
        },
        {
            "start": 970492072,
            "stop": 970492073
        },
        {
            "start": 970492074,
            "stop": 970492078
        }
    ]
}