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/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=79
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_H2L1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=78",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 79,
    "results": [
        {
            "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": 819877250,
            "stop": 819877430
        },
        {
            "start": 819877662,
            "stop": 819877902
        },
        {
            "start": 819878264,
            "stop": 819878504
        },
        {
            "start": 819878680,
            "stop": 819878860
        },
        {
            "start": 819882153,
            "stop": 819882273
        },
        {
            "start": 819882436,
            "stop": 819882616
        },
        {
            "start": 819882841,
            "stop": 819882901
        }
    ]
}