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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=73",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 74,
    "results": [
        {
            "start": 819866537,
            "stop": 819866657
        },
        {
            "start": 819867480,
            "stop": 819867600
        },
        {
            "start": 819867756,
            "stop": 819867936
        },
        {
            "start": 819868650,
            "stop": 819868830
        },
        {
            "start": 819869289,
            "stop": 819869349
        },
        {
            "start": 819869559,
            "stop": 819869619
        },
        {
            "start": 819870413,
            "stop": 819870473
        },
        {
            "start": 819870629,
            "stop": 819870809
        },
        {
            "start": 819871099,
            "stop": 819871279
        },
        {
            "start": 819871560,
            "stop": 819871620
        },
        {
            "start": 819874813,
            "stop": 819874933
        },
        {
            "start": 819875115,
            "stop": 819875295
        },
        {
            "start": 819875856,
            "stop": 819875976
        },
        {
            "start": 819876590,
            "stop": 819876650
        },
        {
            "start": 819876959,
            "stop": 819877079
        },
        {
            "start": 819877662,
            "stop": 819877902
        },
        {
            "start": 819878264,
            "stop": 819878504
        },
        {
            "start": 819878680,
            "stop": 819878860
        },
        {
            "start": 819882198,
            "stop": 819882258
        },
        {
            "start": 819882436,
            "stop": 819882616
        }
    ]
}